/*
[ck: Saturday, February 19, 2005]
1. Increased font sizes
2. Added Input label styles for required and optional fields.
3. Added terms of service style.

*/

/* 
===========================================================
Error Links 
===========================================================
*/
a.ErrorLink:Link  {
	color: #FF0000;
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	text-decoration: underline;
	font-size: 16px;
	font-weight:bold;
}

a.ErrorLink:visited {
	color : #FF0000;
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	text-decoration : underline;
	font-size: 16px;
	font-weight: bold;
}

a.ErrorLink:visited:hover {
	color: #CC0000;
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	text-decoration : underline;
	font-size: 16px;
	font-weight: bold;
}

a.ErrorLink:hover {
	color: #CC0000;
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	text-decoration : underline;
	font-size: 16px;
	font-weight: bold;
}

a.ErrorLink:Active {
    color : #FF0000;
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	text-decoration : underline;
	font-size: 16px;
	font-weight: bold;
}

/* 
===========================================================
List Results Link 
===========================================================
*/
a.MainNavLink:Link  {
	color : #0000FF;
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	text-decoration: underline;
	font-size: 16px;
	font-weight:bold;
}

a.MainNavLink:visited {
	color : #0000FF;
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	text-decoration : underline;
	font-size: 16px;
	font-weight: bold;
}

a.MainNavLink:visited:hover {
	color : #FF0000;
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	text-decoration : underline;
	font-size: 16px;
	font-weight: bold;
}

a.MainNavLink:hover {
	color : #FF0000;
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	text-decoration : underline;
	font-size: 16px;
	font-weight: bold;
}

a.MainNavLink:Active {
    color : #FF0000;
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	text-decoration : underline;
	font-size: 16px;
	font-weight: bold;
}



/*
tHeading Style links
*/
a.tHeadingLink:Link  {
	text-decoration: none;
	font-family: Verdana, Tahoma, Arial, MS Sans Serif; 
	font-size: 14px; 
	color: #000000; 
	font-weight: bold;
}

a.tHeadingLink:visited {
	text-decoration: none;
	font-family: Verdana, Tahoma, Arial, MS Sans Serif; 
	font-size: 14px; 
	color: #000000; 
	font-weight: bold;
}

a.tHeadingLink:visited:hover {
	text-decoration: underline;
	font-family: Verdana, Tahoma, Arial, MS Sans Serif; 
	font-size: 14px; 
	color: #000000; 
	font-weight: bold;
}

a.tHeadingLink:hover {
	text-decoration: underline;
	font-family: Verdana, Tahoma, Arial, MS Sans Serif; 
	font-size: 14px; 
	color: #000000; 
	font-weight: bold;
}

a.tHeadingLink:Active {
    text-decoration: none;
	font-family: Verdana, Tahoma, Arial, MS Sans Serif; 
	font-size: 14px; 
	color: #000000; 
	font-weight: bold;
}



.MainNavText
{
    color : #000000;
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	text-decoration : none;
	font-size: 16px;
	font-weight: normal;
}

.text {
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	color : #000000;
	font-size: 15px;
	font-weight: normal;
}

.ProfileMiniDetail
{
    font-family: Verdana, Tahoma, Arial, MS Sans Serif;
    color : #000000;
	font-size: 9pt;
	font-weight:bold;
}

.ProfileMiniLabel
{
    font-family: Verdana, Tahoma, Arial, MS Sans Serif;
    color : #333333;
	font-size: 9pt;
	font-weight:normal;
}
.ProfileLabel
{
    font-family: Verdana, Tahoma, Arial, MS Sans Serif;
    color : #000000;
	font-size: 12px;
	font-weight:bold;
}
.ProfileDescription
{
    font-family: Verdana, Tahoma, Arial, MS Sans Serif;
    color : #333333;
	font-size: 12px;
	font-weight:bold;
}
.FormEntryDescription
{
    font-family: Verdana, Tahoma, Arial, MS Sans Serif;
    color : #000000;
	font-size: 10px;
	font-weight:normal;
}
.FormLabelOptional
{
    font-family: Verdana, Tahoma, Arial, MS Sans Serif;
    color : #000000;
	font-size: 12px;
	font-weight:bold;
}
.OptionText
{
    font-family: Verdana, Tahoma, Arial, MS Sans Serif;
    color:#333333;
	font-size: 11px;
	font-weight:bold;
}
.FormLabelRequired
{
    font-family: Verdana, Tahoma, Arial, MS Sans Serif;
    color : #000000;
	font-size: 12px;
	font-weight:bold;
}
.ExpertAgreement
{
    font-family: Verdana, Tahoma, Arial, MS Sans Serif;
    color : #000000;
	font-size: 13px;
	font-weight:normal;    
}
.TermsOfService
{
    font-family: Verdana, Tahoma, Arial, MS Sans Serif;
    color : #000000;
	font-size: 13px;
	font-weight:normal;    
}
.error {
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	color : #FF0000;
	font-size: 13px;
	font-weight: normal;
}
.errorBold {
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	color : #FF0000;
	font-size: 13px;
	font-weight: bold;
}
.errorBig {
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	color : #FF0000;
	font-size: 18px;
	font-weight: bold;
}
.tiText {
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	color : #000000;
	font-size: 11px;
	font-weight: normal;
}

.bold {
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	color : #000000;
	font-size: 13px;
	font-weight: bold;
}

.smText {
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	color : #000000;
	font-size: 12px;
	font-weight: normal;
}

.heading {
	font-family: Georgia, Times New Roman, MS Serif;
	color : #000000;
	font-size: 19px;
	font-weight: bold;
}

.lgText {

	font-family: Verdana, Tahoma, Arial, MS Sans Serif; 
	font-size: 15px; 
	color: #000000; 
	font-weight: bold;
}

.tHeading {
	font-family: Verdana, Tahoma, Arial, MS Sans Serif; 
	font-size: 14px; 
	color: #000000; 
	font-weight: bold;
}

.tiHeading {
	font-family: Verdana, Tahoma, Arial, MS Sans Serif; 
	font-size: 12px; 
	color: #000000; 
	font-weight: bold;
}

.highlight {
	background-color: #ffff66
}

.RegHead {
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	color : #000080;
	font-size: 24px;
	font-weight: bold;
}

.RegText {
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	color : #000000;
	font-size: 18px;
	font-weight: normal;
}

.RegBold {
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	color : #000080;
	font-size: 14px;
	font-weight: bold;
}

/*
a  
{
	color : #0000FF;
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	text-decoration: underline;
	font-size: 15px;
	font-weight: normal;
}

a:hover {
	color : #FF0000;
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	text-decoration : underline;
	font-size: 15px;
	font-weight: normal;
}

a:visited {
	color : #990099;
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	text-decoration : underline;
	font-size: 15px;
	font-weight: normal;
}

a:visited:hover {
	color : #FF0000;
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	text-decoration : underline;
	font-size: 15px;
	font-weight: normal;
}
*/

a.headlink {
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	text-decoration : underline;
	color : #0000FF;
	font-size: 19px;
	font-weight: bold;
}

a.headlink:hover {
	color : #FF0000;
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	text-decoration : underline;
	font-size: 19px;
	font-weight: bold;
}

a.headlink:visited {
	color : #990099;
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	text-decoration : underline;
	font-size: 19px;
	font-weight: bold;
}

a.boldLink:hover {
	color : #FF0000;
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	text-decoration : underline;
	font-size: 15px;
	font-weight: bold;
}

a.boldLink  {
	color : #0000FF;
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	text-decoration: underline;
	font-size: 15px;
	font-weight: bold;
}

a.boldLink:visited {
	color : #990099;
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	text-decoration : underline;
	font-size: 15px;
	font-weight: bold;
}

a.boldLink:visited:hover {
	color : #FF0000;
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	text-decoration : underline;
	font-size: 15px;
	font-weight: bold;
}

/* Registration confirmation & help Link */
a.RegistrationHelpLink:Link  {
	color : #0000FF;
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	text-decoration: underline;
	font-size: 14px;
	font-weight:normal;
}

a.RegistrationHelpLink:visited {
	color : #990099;
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	text-decoration : underline;
	font-size: 14px;
	font-weight: normal;
}

a.RegistrationHelpLink:hover {
	color : #FF0000;
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	text-decoration : underline;
	font-size: 14px;
	font-weight: normal;
}
a.RegistrationHelpLink:Active{
    color : #FF0000;
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	text-decoration : underline;
	font-size: 14px;
	font-weight: normal;
}

/* 
===========================================================
List Results Link 
===========================================================
*/
a.ListCellLink:Link  {
	color : #0000FF;
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	text-decoration: underline;
	font-size: 12px;
	font-weight:bold;
}

a.ListCellLink:visited {
	color : #990099;
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	text-decoration : underline;
	font-size: 12px;
	font-weight: bold;
}

a.ListCellLink:hover {
	color : #FF0000;
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	text-decoration : underline;
	font-size: 12px;
	font-weight: bold;
}
a.ListCellLink:Active{
    color : #FF0000;
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	text-decoration : underline;
	font-size: 12px;
	font-weight: bold;
}

.ListCellText
{
    font-family: Verdana, Tahoma, Arial, MS Sans Serif;
    color : #000000;
	font-size: 10pt;
	font-weight:normal;
}

.ListColumnHeading
{
    font-family: Verdana, Tahoma, Arial, MS Sans Serif;
    color : #000000;
	font-size: 11pt;
	font-weight:bold;
}
.ListBandHeading
{
    font-family: Verdana, Tahoma, Arial, MS Sans Serif;
    color : #000000;
	font-size: 10pt;
	font-weight:bold;
}





/* Terms of Service */
a.TermsOfService:Link  {
	color : #0000FF;
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	text-decoration: underline;
	font-size: 14px;
	font-weight:normal;
}

a.TermsOfService:visited {
	color : #990099;
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	text-decoration : underline;
	font-size: 14px;
	font-weight: normal;
}

a.TermsOfService:hover {
	color : #FF0000;
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	text-decoration : underline;
	font-size: 14px;
	font-weight: normal;
}
a.TermsOfService:Active{
    color : #FF0000;
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	text-decoration : underline;
	font-size: 14px;
	font-weight: normal;
}

/* ExpertAgreement */
a.ExpertAgreement:Link  {
	color : #0000FF;
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	text-decoration: underline;
	font-size: 14px;
	font-weight:normal;
}

a.ExpertAgreement:visited {
	color : #990099;
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	text-decoration : underline;
	font-size: 14px;
	font-weight: normal;
}

a.ExpertAgreement:hover {
	color : #FF0000;
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	text-decoration : underline;
	font-size: 14px;
	font-weight: normal;
}
a.ExpertAgreement:Active{
    color : #FF0000;
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	text-decoration : underline;
	font-size: 14px;
	font-weight: normal;
}

a.smLink  {
	color : #0000FF;
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	text-decoration: underline;
	font-size: 10px;
	font-weight: normal;
}

a.smLink:hover {
	color : #FF0000;
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	text-decoration : underline;
	font-size: 10px;
	font-weight: normal;
}

a.smLink:visited  {
	color : #990099;
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	text-decoration: underline;
	font-size: 10px;
	font-weight: normal;
}

a.smLink:visited:hover {
	color : #FF0000;
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	text-decoration : underline;
	font-size: 10px;
	font-weight: normal;
}

a.nav  {
	color : #444444;
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}


a.nav:hover {
	color : #999999;
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	text-decoration : underline;
	font-size: 10px;
	font-weight: bold;
}

a.nav:visited {
	color : #444444;
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	text-decoration : none;
	font-size: 10px;
	font-weight: bold;
}

a.nav:visited:hover {
	color : #999999;
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	text-decoration : underline;
	font-size: 10px;
	font-weight: bold;
}


a.npLink  {
	color : #444444;
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}


a.npLink:hover {
	color : #999999;
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	text-decoration : underline;
	font-size: 10px;
	font-weight: bold;
}

a.npLink:visited {
	color : #444444;
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	text-decoration : none;
	font-size: 10px;
	font-weight: bold;
}

a.npLink:visited:hover {
	color : #999999;
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	text-decoration : underline;
	font-size: 10px;
	font-weight: bold;
}

a.cat  {
	color : #000000;
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}


a.cat:hover {
	color : #000000;
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	text-decoration : underline;
	font-size: 12px;
	font-weight: bold;
}

a.cat:visited {
	color : #000000;
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	text-decoration : none;
	font-size: 12px;
	font-weight: bold;
}

a.cat:visited:hover {
	color : #000000;
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	text-decoration : underline;
	font-size: 12px;
	font-weight: bold;
}

ul {
	list-style-type: square;
}

hr {
	height: 0px; 
	border: solid #D1D7DC 0px; 
	border-top-width: 1px;
}

hr.blue {
	height: 1px; 
	color: #0000FF;
	background-color: #0000FF;
	border: 1px solid #0000FF;
}

hr.red {
	height: 5px; 
	color: #FF0000;
	background-color: #FF0000;
	border: 1px solid #FF0000;
}

hr.gray {
	height: 1px; 
	color: #808080;
	background-color: #808080;
	border: 1px solid #808080;
}

hr.green {
	height: 5px; 
	color: #008000;
	background-color: #008000;
	border: 1px solid #008000;
}

.RequiredHeading {
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	color : #FF0000;
	font-size: 30px;
	font-weight: bold;
	font-style:italic;
}

.RequiredHeadingTiny {
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	color : #FF0000;
	font-size: 20px;
	font-weight: bold;
	font-style:italic;
}

.RequiredHeadingSmall {
	font-family: Verdana, Tahoma, Arial, MS Sans Serif;
	color : #FF0000;
	font-size: 18px;
	font-weight: bold;
	font-style:italic;
}

.form_border_box {
	padding: 5px;
	border: 2px solid #000000; 
}
