/* CSS Document */

body {
	margin-top:0;
	background-color: #D9D4D0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

p {
	color: #666666;
	font-size:12px;
	line-height: 16px;
	font-weight: normal;
	margin:0 0 10px 0; padding:0 0 10px 0;
	}

p.footer {
	color: #666666;
	font-size:12px;
	line-height:16px;
	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;
	margin: 0 0 20px 0; padding:0 0 2px 0;
	}

h2 {
	color: #5176BD;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0 0 5px 0;
	}

h3 {
	color: #5176BD;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0 0 5px 0;
	}
	
ul {
	color: #666666;
	font-size:12px;
	line-height: 16px;
	font-weight: normal;
	text-align: left;
	margin: 0 0 10px 0; padding:0 0 10px 0;
	}


ol {
	color: #666666;
	font-size:12px;
	line-height: 16px;
	font-weight: normal;
	text-align: left;
	margin: 0 0 10px 0; padding:0 0 10px 0;
	}

td {
	color: #666666;
	font-size:12px;
	line-height: 16px;
	font-weight: normal;
	}
