﻿/*Text Styles*/
.heading1
{
	font-family: Georgia;
	color: #4B2942;
	font-size: 30px;
}
.heading2
{
	font-family: Georgia;
	color: #4B2942;
	font-size: 18px;
}
.heading3
{
	font-family: Georgia;
	color: #4B2942;
	font-size: 16px;
}
.heading4
{
	font-family: Georgia;
	color: #4B2942;
	font-size: 13px;
}
.heading5
{
	font-family: Georgia;
	color: #FFFFFF;
	font-size: 12px;
}
.heading6
{
	font-family: Verdana;
	color: #37424A;
	font-size: 16px;
}
.heading7
{
	font-family: Verdana;
	color: #37424A;
	font-size: 14px;
}

.heading8
{
	font-family: Verdana;
	color: #EDE8C4;
	font-size: 14px;
	font-weight:bold;
}
.greytext12v
{
	font-family: Verdana;
	color: #37424A;
	font-size: 12px;
}
.subheadingred
{
	font-family: Verdana;
	color: #4B2942;
	font-size: 11px;
	font-weight: bold;
}

.redtext15bold
{
	font-family: Verdana;
	color: #4B2942;
	font-size: 15px;
	font-weight: bold;
}
.subheadinggrey
{
	font-family: Verdana;
	color: #37424A;
	font-size: 11px;
	font-weight: bold;
}
.subheadingrednobold
{
	font-family: Verdana;
	color: #4B2942;
	font-size: 11px;
}
.moduleheading
{
	font-family: Verdana;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
}
.bodytext
{
	font-family: Verdana;
	color: #37424A;
	font-size: 11px;
	line-height:1.7;
}
.bodytextsmall
{
	font-family: Verdana;
	color: #37424A;
	font-size: 10px;
	
}

.bodytextsmallred
{
	font-family: Verdana;
	color: #4B2942;
	font-size: 10px;
	
}
.bodytextbold
{
	font-family: Verdana;
	color: #37424A;
	font-size: 11px;
	font-weight:bold;
	line-height:1.7;
}

.greytext12tahoma
{
	font-family: Tahoma, Verdana;
	color: #37424A;
	font-size: 12px;
}
.headerwhite
{
	font-family: Georgia;
	font-size: 12px;
	color: #FFFFFF;
}
.headerred
{
	font-family: Georgia;
	font-size: 12px;
	color: #4B2942;
	line-height:1.5;
}

.faq
{
     background-image:url(../images/cm-congress.jpg); 
     background-repeat:no-repeat; 
     background-position:right center;
}

.footer
{
	font-family: Georgia;
	font-size: 10px;
	color: #4B2942;
}
.formerror
{
	font-family:Verdana;
	font-size:10px;
	color:#4B2942;
	}
.smallgrey
{
	font-family: Verdana;
	font-size: 10px;
	color: #37424A;
}
.instructions
{
	font-family:Verdana;
	font-size:9px;
	color:#37424A;
}

/*Tables Styles*/
.leftrightpadding10
{
	padding-left:10px;
	padding-right:10px;
}

.leftrightpadding5
{
	padding-left:5px;
	padding-right:5px;
}

.topbottompadding10
{
	padding-top:10px;
	padding-bottom:10px;
}

.topbottompadding5
{
	padding-top:5px;
	padding-bottom:5px;
}

.styledarkred
{
	background-color: #4B2942;
}
.stylebeige
{
	background-color: #F4ECC6;
}
.styleborderred
{
	border-width:1px;
	border-style: solid;
	border-color: #4B2942;
}
.stylebordergrey
{
	border: 1px;
	border-color: #37424A;
}
.centertable
{
	text-align: center;
}
.lefttable
{
	text-align: left;
}
.headertextindent
{
	padding-top:1px;
	padding-bottom:3px;
	padding-right:5px;
	padding-left:5px;
}
.tabletextindent
{
	padding-top:3px;
	padding-bottom:5px;
	padding-right:5px;
	padding-left:5px;
}
.lefttabletextindent
{
	padding-top:3px;
	padding-bottom:2px;
	padding-right:5px;
	padding-left:5px;
}
.one
{
border-style: solid;
border-top-width:1px;
border-bottom-width:1px;
border-left-width:1px;
border-right-width:1px;
border-color:  #4B2942 #ffffff #4B2942 #ffffff
}
.two
{
border-style: solid;
border-top-width:1px;
border-bottom-width:1px;
border-left-width:1px;
border-right-width:1px;
border-color:  #ffffff #ffffff #4B2942 #ffffff
}
.three
{
border-style: solid;
border-top-width:1px;
border-bottom-width:1px;
border-left-width:1px;
border-right-width:1px;
border-color:  #4B2942 #ffffff #ffffff #ffffff
}
.four
{
	border-bottom-style:solid;
	border-bottom-width:thin;
	height: 25;
}

/* DataGrid Pager Styles*/
 .mypager {
    font-family:verdana;
    font-size: 9px;
    color: #4B2942;
    text-decoration: none;}

  .mypager A{
    font-family:verdana;
    font-size: 9px;
    color: #4B2942;  
    text-decoration: none;              
  }
  
   
  /* DataGrid LinkButton Styles */
  .linkButton

{
	font-family: Verdana;
	color: #37424A;
	font-size: 10px;
	text-decoration: underline;
}

/*Images Styles*/
.imagebordergrey
{
	border: 1px;
	border-color: #37424A;
}
.noborder
{
	border: 0px;
}

/*Body Style*/
body 
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}


/* Links Sytles */
a.headerlinkred:link {font-family:Georgia;font-size: 12px;color: #4B2942;text-decoration: none;}
a.headerlinkred:visited {font-family:Georgia;font-size:12px;color: #4B2942;	text-decoration: none;}
a.headerlinkred:hover {font-family:Georgia; font-size:12px;color: #4B2942;text-decoration: underline;}

a.footerlinkred:link {font-family:Georgia;font-size: 10px;color: #4B2942;text-decoration: none;}
a.footerlinkred:visited {font-family:Georgia;font-size:10px;color: #4B2942;	text-decoration: none;}
a.footerlinkred:hover {font-family:Georgia; font-size:10px;color: #4B2942;text-decoration: underline;}

a.headerlinkwhite:link {font-family: Georgia; font-size: 12px; color: #FFFFFF; text-decoration: none;}
a.headerlinkwhite:visited {	font-family: Georgia;font-size: 12px;color: #FFFFFF;text-decoration: none;}
a.headerlinkwhite:hover {font-family: Georgia;font-size: 12px;color: #FFFFFF;text-decoration: underline;}

a.headerlinkwhite1:link {font-family: Georgia;	font-size: 15px;color: #FFFFFF;	text-decoration: none;}
a.headerlinkwhite1:visited {font-family: Georgia;font-size: 15px;color: #FFFFFF;text-decoration: none;}
a.headerlinkwhite1:hover {font-family: Georgia;font-size: 15px;color: #FFFFFF;text-decoration: underline;}

a.headerlink:link {font-family: Georgia;color: #4B2942;font-size: 16px;text-decoration: none;}
a.headerlink:visited {font-family: Georgia;color: #4B2942;font-size: 16px;text-decoration: none;}
a.headerlink:hover {font-family: Georgia;color: #4B2942;font-size: 16px;text-decoration: underline;}

a.bodylink:link {font-family: Verdana;	font-size: 11px;color: #4B2942;text-decoration: underline;}
a.bodylink:visited {font-family: Verdana;font-size: 11px;color: #4B2942;text-decoration: underline;}
a.bodylink:hover {font-family: Verdana;font-size: 11px;color: #4B2942;text-decoration: none;}

a.bodylink1:link {font-family: Verdana;	font-size: 10px;color: #4B2942;text-decoration: underline;}
a.bodylink1:visited {font-family: Verdana;font-size: 10px;color: #4B2942;text-decoration: underline;}
a.bodylink1:hover {font-family: Verdana;font-size: 10px;color: #4B2942;	text-decoration: none;}

a.bodylink2:link {font-family: Verdana;	font-size: 9px;color: #4B2942;text-decoration: underline;}
a.bodylink2:visited {font-family: Verdana;font-size: 9px;color: #4B2942;text-decoration: underline;}
a.bodylink2:hover {font-family: Verdana;font-size: 9px;color: #4B2942;	text-decoration: none;}

a.bodylinkgrey:link {font-family: Verdana;	font-size: 11px;color: #37424A;text-decoration: none;}
a.bodylinkgrey:visited {font-family: Verdana;font-size: 11px;color: #37424A;text-decoration: none;}
a.bodylinkgrey:hover {font-family: Verdana;font-size: 11px;color: #37424A;	text-decoration: underline;}


a.bodylinkgreyunderlined:link {font-family: Verdana;	font-size: 11px;color: #37424A;text-decoration: underline;}
a.bodylinkgreyunderlined:visited {font-family: Verdana;font-size: 11px;color: #37424A;text-decoration: underline;}
a.bodylinkgreyunderlined:hover {font-family: Verdana;font-size: 11px;color: #37424A;	text-decoration: underline;}

a.bodylinkgreybold:link {font-family: Verdana;font-size: 11px;color: #37424A;text-decoration: underline;font-weight: bold;}
a.bodylinkgreybold:visited {font-family: Verdana;font-size: 11px;color: #37424A;	text-decoration: underline;font-weight: bold;}
a.bodylinkgreybold:hover {font-family: Verdana;font-size: 11px;color: #37424A;	text-decoration: none;font-weight: bold;}

a.footerlink:link {font-family: Verdana;font-size: 10px;color: #4B2942;	text-decoration: underline;}
a.footerlink:visited {font-family: Verdana;font-size: 10px;color: #4B2942;	text-decoration: underline;}
a.footerlink:hover {font-family: Verdana;	font-size: 10px;color: #4B2942;	text-decoration: none;}


/*Left menu styles*/

/*
.LeftMenuHead
{
	font-family: Tahoma, "Times New Roman", Times, serif;font-size: 13px;color: #FFFFFF;}
.LeftMenuMid
{
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #4B2942;
}
.LeftMenuBody
{
    font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #4B2942;
}*/

a.LeftMenuHead:link {text-decoration:none;font-family: Tahoma, Verdana, Times New Roman, Times, serif;font-size: 13px;color: #FFFFFF;}
a.LeftMenuHead:visited {text-decoration: none;font-family: Tahoma, Verdana, Times New Roman, Times, serif;font-size: 13px;color: #FFFFFF;}
a.LeftMenuHead:hover {text-decoration: underline;font-family: Tahoma, Verdana, Times New Roman, Times, serif;font-size: 13px;color: #FFFFFF;}
a.LeftMenuHead:active {text-decoration: none;font-family: Tahoma, Verdana, Times New Roman, Times, serif;font-size: 13px;color: #FFFFFF;}

a.LeftMenuMid:link {text-decoration:none;font-family: Tahoma, Verdana, Times New Roman, Times, serif;font-size: 12px;color: #4B2942;}
a.LeftMenuMid:visited {text-decoration: none;font-family: Tahoma, Verdana, Times New Roman, Times, serif;font-size: 12px;color: #4B2942;}
a.LeftMenuMid:hover {text-decoration: underline;font-family: Tahoma, Verdana, Times New Roman, Times, serif;font-size: 12px;color: #4B2942;}
a.LeftMenuMid:active {text-decoration: none;font-family: Tahoma, Verdana, Times New Roman, Times, serif;font-size: 12px;color: #4B2942;}

a.LeftMenuBody:link {text-decoration:none;font-family: Tahoma, Verdana, Times New Roman, Times, serif;font-size: 11px;color: #4B2942;}
a.LeftMenuBody:visited {text-decoration: none;font-family: Tahoma, Verdana, Times New Roman, Times, serif;font-size: 11px;color: #4B2942;}
a.LeftMenuBody:hover {text-decoration: underline;font-family: Tahoma, Verdana, Times New Roman, Times, serif;font-size: 11px;color: #4B2942;}
a.LeftMenuBody:active {text-decoration: none;font-family: Tahoma, Verdana, Times New Roman, Times, serif;font-size: 11px;color: #4B2942;}


a.MenuHead:link {text-decoration:none;color: #4B2942;text-align:left;}
a.MenuHead:visited {text-decoration: none;color: #4B2942;}
a.MenuHead:hover {text-decoration: underline;color: #4B2942;}
a.MenuHead:active {text-decoration: none;color: #4B2942;}