/* CSS Document */

body {
	margin-top:0px;
	background-color: #364B71;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	}

p {
	color: #666666;
	font-size:12px;
	line-height: 16px;
	font-weight: normal;
	text-align: left;
	padding-bottom: 10px;
	margin-bottom: 10px;
	}

p.footer {
	color: #FFFFFF;
	font-size:11px;
	line-height: 15px;
	font-weight: normal;
	}

h1 {
	color: #5176BD;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	text-transform: capitalize;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	padding-bottom: 2px;
	margin: 0px 0px 20px 0px;
	}

h2 {
	color: #5176BD;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0px 0px 5px 0px;
	}

h3 {
	color: #5176BD;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0px 0px 5px 0px;
	}
	
ul {
	color: #666666;
	font-size:12px;
	line-height: 16px;
	font-weight: normal;
	text-align: left;
	padding-bottom: 10px;
	margin-bottom: 10px;
	}


ol {
	color: #666666;
	font-size:12px;
	line-height: 16px;
	font-weight: normal;
	text-align: left;
	padding-bottom: 10px;
	margin-bottom: 10px;
	}

td {
	color: #666666;
	font-size:12px;
	line-height: 16px;
	font-weight: normal;
	}
