html,body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top: 5px; 
	margin-left: 5px;  
	margin-right: 5px;
	background-image: url(../Images/backgroundfade.jpg);
	background-repeat: repeat-x;
	background-color:#DAE3EE;
}



td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	padding: 0 5px;
	border:1px solid #ddd;
	boder-collapse:collapse;
}
	table {
	border-collapse:collapse;
	}

h1 {
	margin-top: 0;
	margin-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	/*color: #E2691F;*/
	color:#7496C3;
	text-align:center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#7496C3;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

img {
margin:4px 0;
}
.header {
	font-family: Century Gothic;
	font-size: 20px;
	font-weight: bold;
	color:#7D9DC8;
}

.pdf {
	font-size: 12px;
	color:#FF0000;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	}

.menutitle{
cursor:pointer;
margin-bottom: 5px;
background-color:#FBDB7D;
color:#000000;
width:150px;
padding:2px;
text-align:center;
font-weight:bold;
border:1px solid #000000;
font-family:"Century Gothic";
font-size:16px;
}
.menutitle a:link,.menutitle a:visited,.menutitle {
color:#000;
text-decoration:none;
font-size: 16px;
}

.submenu { font-family: "Century Gothic"; color:#7D9DC8; font-weight: bold; font-size:15px;}

a:link { font-family: "Century Gothic"; color:#7D9DC8; font-weight: bold; font-size:15px; text-decoration:none;}
a:visited { font-family: "Century Gothic"; color:#7D9DC8; font-weight: bold; font-size:15px; text-decoration:none;}
a:active { font-family: "Century Gothic"; color:#7D9DC8; font-weight: bold; font-size:15px; text-decoration:none;}
a:hover { font-family: "Century Gothic"; color:#476894; font-weight: bold; font-size:15px; text-decoration:underline;}

/* Nav Bar Links */
A.home:visited { color: #666666; text-decoration: none;}
A.home:link { color: #666666; text-decoration: none;}
A.home:hover { color: #333333; text-decoration: underline;}

A.breadcrumb:visited { color: #666666; text-decoration: none;}
A.breadcrumb:link { color: #666666; text-decoration: none;}
A.breadcrumb:hover { color: #E2691F; text-decoration: none;}

A.navTop:visited { color: #FFFFFF; text-decoration: none;}
A.navTop:link { color: #FFFFFF; text-decoration: none;}
A.navTop:hover { color: #FFFFFF; text-decoration: underline;}

A.navFooter:visited { color: #FFFFFF; text-decoration: none;}
A.navFooter:link { color: #FFFFFF; text-decoration: none;}
A.navFooter:hover { color: #FFFFFF; text-decoration: underline;}

A.navMain:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
A.navMain:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
A.navMain:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

A.navLft:visited { color: #000000; text-decoration: none;}
A.navLft:link { color: #000000; text-decoration: none;}
A.navLft:hover { color: #E2691F; text-decoration: none;}

A.navLft2:visited { color: #666666; text-decoration: none;}
A.navLft2:link { color: #666666; text-decoration: none;}
A.navLft2:hover { color: #E2691F; text-decoration: none;}

A.navGrn:visited { color: #003333; text-decoration: none;}
A.navGrn:link { color: #003333; text-decoration: none;}
A.navGrn:hover { color: #000000; text-decoration: underline;}

/* In Copy Links */
A.orange:visited { color: #E2691F; text-decoration: none;}
A.orange:link { color: #E2691F; text-decoration: none;}
A.orange:hover { color: #E2691F; text-decoration: underline;}

A.link:visited { color: #666666; text-decoration: underline;}
A.link:link { color: #666666; text-decoration: underline;}
A.link:hover { color: #333333; text-decoration: underline;}

/* Table Borders */
#brdrt_wht {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#brdrt_gry {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

#brdRtBot_dsh_gry {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

#brdBot_dsh_gry {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

#brdBot_grn {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D0DAD1;
}