/* CSS Document */

/* ----------------------Content Typographic styles------------------------------*/
#content h1, #content2 h1 {
	font-family: "Gill Sans", "Century Gothic", "Trebuchet MS", "Bitstream Vera Sans";
	font-size: large;
	color: #313639;
	margin-top: 0px;
	margin-bottom: 5px;
}
#content h2, #content2 h2 {
	font-family: "Gill Sans", "Century Gothic", "Trebuchet MS", "Bitstream Vera Sans";
	font-size: medium;
	color: #555F64;
	margin-top: 15px;
	margin-bottom: 5px;
}
#content h3, #content2 h3 {
	font-family: "Gill Sans", "Century Gothic", "Trebuchet MS", "Bitstream Vera Sans";
	font-size: small;
	color: #5F686D;
	margin-top: 15px;
	margin-bottom: 5px;
	line-height: 20px;
}
#content h4, #content2 h4 {
	font-family: "Gill Sans", "Century Gothic", "Trebuchet MS", "Bitstream Vera Sans";
	font-size: x-small;
	color: #6D787E;
	margin-top: 0px;
	margin-bottom: 5px;
}

#content h5, #content2 h5 {

	font-family: "Gill Sans", "Century Gothic", "Trebuchet MS", "Bitstream Vera Sans";
	font-size: xx-small;
	color: #596368;
	margin-top: 0px;
	margin-bottom: 5px;
}

#content p, #content2 p {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: small;
	line-height: 20px;
}
#content ul, #content2 ul, #content ol, #content2 ol {
	margin: 0px 0px 10px;
	padding: 0px;
}
#content li, #content2 li {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 3px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 5px;
	margin-left: 25px;
	font-size: small;
	line-height: 16px;
}

#content table, #content2 table {
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #313639;
	border-right-color: #313639;
	border-bottom-color: #313639;
	border-left-color: #313639;
}
#content TH, #content2 TH {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #335862;
	margin: 0px;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #313639;
	border-right-color: #313639;
	border-bottom-color: #313639;
	border-left-color: #313639;
	text-align: center;
	font-size: small;
	vertical-align: middle;
}
#content TD, #content2 TD {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #313639;
	border-right-color: #313639;
	border-bottom-color: #313639;
	border-left-color: #313639;
	margin: 0px;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	font-size: small;
}
#content a, #content2 a {
	text-decoration: none;
	color: #003366;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
}

#content a:hover, #content2 a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
}


