/* CSS Document */

body { 
	margin: 0px;
	background-color: #E8E8E8;
	font-family: "Lucida Sans", "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	line-height: 150%;
	color: #333333;
	scrollbar-face-color: #EFEFEF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #C0C0C0;
	scrollbar-3dlight-color: #C0C0C0;
	scrollbar-arrow-color: #000000;
	scrollbar-darkshadow-color: #EEEEEE;
    scrollbar-track-color: #EEEEEE;
	overflow-x: hidden;
	}
	
td { 
	margin: 0px;
	line-height: 150%;
	font-family: "Lucida Sans", "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	}
tr { 
	margin: 0px;
	line-height: 150%;
	font-family: "Lucida Sans", "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	}

/*TEXT STYLES*/

.heading1 { 
	font-family: "Lucida Sans", "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	}
.bold11 { 
	font-family: "Lucida Sans", "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}
	
.white11 { 
	font-family: "Lucida Sans", "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	}

.grey9 { font-size: 9px; color: #999999; text-decoration: none; }
.bold9 { font-family: 'Lucida Grande', "Trebuchet MS", Arial, sans-serif; font-size: 9px; color: #333333; text-decoration: none; font-weight: bold; }
.themetext{
	font-family: "Lucida Sans", "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	text-align: justify;
	color: #333333;
	padding: 5px;
	}

.red { font-size: 13px; color: #D84519; font-weight: bold; }
	
.spaced { line-height: 1.5em; }
.spaced sub { line-height: 0; }
.spaced sup { line-height: 0; }

/*TABLE STYLES*/
.greyborder { border-width: 1px; border-style: solid; border-color: #DADADA; }
.greybordertop { border-top: 1px solid #999999; }
.whitebordertop { border-top: 1px solid #FFFFFF; }
.whiteborderright { border-right: 1px solid #FFFFFF; }
	
/*POSITIONING STYLES*/

.teambox { padding: 4px 4px 4px 4px; background-color: #f3f3f3; }
.bulletbox { padding: 10px 10px 10px 0px; background-color: #f3f3f3; }
.maincontent { padding: 30px 30px 50px 30px; }
h1 {
	font-family: "Lucida Sans", "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #D84519;
	font-weight: bold;
}

.footerlinksbox { padding: 15px 30px 15px 30px; }
.iframe {overflow-x: hidden; }

ul { list-style: outside square }
	
/*FORM STYLES*/
.formheaders {
	background-color: #DDDDDD;
	font-family: "Lucida Sans", "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 2px;
	}

/*LINK STYLES*/

a:visited { color: #666666; text-decoration: underline;}
a:active { color: #333333; text-decoration: none;}
a:link { color: #333333; text-decoration: underline;}
a:hover { color: #333333; text-decoration: none;}

a.bold { font-weight: bold; }

a.red { font-size: 13px; color: #D84519; font-weight: bold; }
a.red:visited { color: #D84519; text-decoration: underline;}
a.red:active { color: #D84519; text-decoration: none;}
a.red:link { color: #D84519; text-decoration: underline;}
a.red:hover { color: #D84519; text-decoration: none;}

a.bluelink:visited { color: #3399CC; text-decoration: none;}
a.bluelink:active { color: #3399CC; text-decoration: none;}
a.bluelink:link { color: #3399CC; text-decoration: none;}
a.bluelink:hover { color: #006699; text-decoration: underline;}

a.miniline:visited { font-size: 10px; font-weight: normal; text-decoration: underline;}
a.miniline:active { font-size: 10px; font-weight: normal; text-decoration: none;}
a.miniline:link { font-size: 10px; text-decoration: underline;}
a.miniline:hover { font-size: 10px; text-decoration: none;}

a.minilinewhite:visited { font-size: 10px; font-weight: normal; color: #FFFFFF; text-decoration: underline;}
a.minilinewhite:active { font-size: 10px; font-weight: normal; color: #FFFFFF; text-decoration: none;}
a.minilinewhite:link { font-size: 10px; color: #FFFFFF; text-decoration: underline;}
a.minilinewhite:hover { font-size: 10px; color: #FFFFFF; text-decoration: none;}

a.footerlinks:visited { font-size: 9px; color: #999999; text-transform: uppercase; text-decoration: none;}
a.footerlinks:active { font-size: 9px; color: #999999; text-transform: uppercase; text-decoration: none;}
a.footerlinks:link { font-size: 9px; color: #999999; text-transform: uppercase; text-decoration: none;}
a.footerlinks:hover { font-size: 9px; color: #666666; text-transform: uppercase; text-decoration: none;}
