/* ================================
    CSS STYLES FOR Calvaryphx
   ================================
*/   
/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight: bold;
    color: #FD6300;
}
.Normal  {
	font-family: Arial, Helvetica;
	font-size: 8.5pt;
	color: #1D335C;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #000000;
	background-color: #000000;
	background-repeat: repeat-x;
	margin-top: 0px;
	
}
.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
/* Footer */
.Footer {
	font-size: 8.5pt;
	color:#6B7EA1;
	font-family: Arial, Helvetica;
	text-decoration: none;
	font-weight: normal;
}
/* Footer Links */
A.Footer:link {
	text-decoration: none;
	color:#6B7EA1;
	font-weight: normal;
	font-size: 8.5pt;
}

A.Footer:visited  {
	text-decoration: none;
	color:#6B7EA1;
	font-weight: normal;
	font-size: 8.5pt;
}

A.Footer:active   {
	text-decoration: none;
	color:#6B7EA1;
	font-weight: normal;
	font-size: 8.5pt;
}

A.Footer:hover    {
	text-decoration: underline;
	color:#1D335C;
	font-weight: normal;
	font-size: 8.5pt;
}
.contentpane {
	text-align: left;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	height: 10px;
}
.tablebg {  
	background-image: url(header_tablebg.jpg); 
	background-repeat: no-repeat;
}
.textfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	border: 1px solid #006666;
	color: #FFFFFF;
	background-color: #000000;
}
.style1 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.style3 {color: #33CCCC}
a:link {
	color: #33FFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #33CCCC;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.style4 {color: #FFFFFF}
.style5 {color: #33FFFF}
.radio_Header {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	font-style: normal;
}
.radio_Title {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	font-style:italic;
}
.radio_Content {
	color: #298c92;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	font-style:normal;
}
