/* CSS Document */


/* Site Wide Properties */
body {
	font-family: Arial, Helvetica, sans-serif;
}
hr.1 {
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	height: 1px;
}

p, td, li, ul, h1, h2, h3, h4, h5, h6  {
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
}

h1 {
	font-size: 16px;
	color: #8D8D8D;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 14px;
	margin: 0;
	color: #375387;
	font-weight: normal;
	border: 1px 1 #ececec;
}
hr.2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	height: 1px;
	color: #ececec;
}

h3 {
	font-size: 13px;
	font-weight: normal;
	color: #8D8D8D;
	margin: 0;
}

h4 {
	font-size: 11px;
	font-weight: lighter;
	color: #79B43F;
	line-height: 15px;
	margin: 0 0 5px 0;
}

img 
{
	display: block;
	border: 0;
	background-position: center center;
}

a:link {
	color: #5D718E;
	text-decoration: none;
}

a:visited {
	color: #5D718E;
	text-decoration: none;
}

a:hover {
	color: #455469;
	background-color: #D6E3E6;
	text-decoration: none;
}
tableborder {
	border: thin solid #CCCCCC;
}

a:active {
	color: #5D718E;
	text-decoration: none;
}
.navigation {
	font-size: 13px;
	color: #5D7787;
}
.caption {
	font-size: 10px;
	color: #999;
}
.attribution {
	font-size: 10px;
	color: #5F7491;
	text-align: center;
}

hr.d {
	border: none 0;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	height: 1px;
	margin: 10px auto 0 0;
	text-align: left;
	}
	
hr.ee {
	border: none 0;
	border-top: 1px dotted #09c;
	border-bottom: 1px solid #9cf;
	height: 2px;
	margin: 10px auto 0 0;
	text-align: left;
	}	
	
hr.e {
	border: none 0;
	border-top: 1px dashed #999999;
	border-bottom: 1px dashed #9999;
	height: 8px;
	margin: 10px auto 0 0;
	text-align: left;
	letter-spacing: 10px;
	}

table#maincontent {
	background-color: #FFFFFF;
	border: 1px solid #ececec;
	width: 760px;
	background-position: center;
}

