body {
	background-color: #134290;
}
body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #000000;
}

A {
	text-decoration:none;
}
a:link {
	color: #cc3333;
	font-weight:bold;
}
a:visited {
	font-weight:bold;
	color: #cc3333;
}
a:hover {
	text-decoration: underline;
	color: #cc3333;
}
a:active {
	text-decoration: none;
	color: #cc3333;
}

/* Used for Staff Position Links*/

.scripture {
	font-size: 14px;
	color:#000000;
}
A.scripture {
	font-weight: normal;
}
A.scripture:LINK {
	color: #000000;
	text-decoration:underline
}
A.scripture:VISITED {
	color: #555555;
	font-weight:normal;
	text-decoration:underline;
}
A.scripture:HOVER {
	color: #000000;
	text-decoration:underline;
}
A.scripture:ACTIVE {
	background-color:transparent;
}

/* Basic Styles*/
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 18pt;
}
h2 {
	font-size: 14pt;
}
h3 {
	font-size: 10pt;
}
.RedSmall{
	color: #cc3333
}

.Guidance{
	color: #cc3333;
	font-size:18px;
	font-weight:bold
}

.RedLarge{
	color: #cc3333;
	font-size:16px;
	font-weight:bold
}
.Heading1 {
	font-size: 14pt;
	font-weight: bold;
}
.MediumBlack {
	font-size: 14pt
}
.NormalTimes {
	font-size: 14px;
	font-weight: bold;
}
.NewsTitle {
	font-family: "Bradley Hand ITC";
	font-size: 18px;
	font-weight: bold;
	color: #000033;
}

.stainglass {
	background-repeat:no-repeat;
	background-position:top;
	background-position:right;
}

.underlinetext {
	text-decoration:underline;
	font-weight:bold;
}

.alert {
	color: #FF0000;
	font-weight: bold;
	font-size: 14px;
	text-decoration:underline
}
.headlines {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #cc3333;
	text-decoration:underline
}

/*Used for Sleek Pop-up's ("dhtmlwindow") on Staff Page*/

.dhtmlwindow{
position: absolute;
border: 2px solid black;
visibility: hidden;
background-color: white;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
text-indent: 3px;
font: bold 14px Arial;
background-color: #CA0000;
color: white;
cursor: move;
overflow: hidden;
width: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}

* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
width: 100%;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 1px solid brown;
background-color: white;
color: black;
height: 150px;    /*Height of the Content Pop-up */
padding: 2px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #F8F8F8;
height: 13px; /*Height of Resize Image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*Width of Resize Image*/
height: 13px; /*Height of Resize Image*/
cursor: nw-resize;
font-size: 0;
}
