﻿@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

a:link { color: #AD611D; text-decoration: underline; }
a:visited { color: #225A2B; text-decoration: underline; }
a:hover { color: #34447A; text-decoration: underline; }
a:active { color: #34447A; text-decoration: underline; }

.main-table
{
	background-color:#FFFFFF;
	font-weight: normal;
}
.ms-contemp-main {
	border-style: none;
}
.ms-contemp-top {
	font-weight: bold;
	color: black;
	background-color: #99CCFF;
	border-left-style: none;
	border-right: 2.25pt solid white;
	border-top: 2.25pt solid white;
	border-bottom-style: none;
	vertical-align: middle;

}
.ms-contemp-even {
	font-weight: normal;
	color: black;
	border-left-style: none;
	border-right: 2.25pt solid white;
	border-top: 2.25pt solid white;
	border-bottom-style: none;
	background-color: #FFFFCC;
	vertical-align: middle;

}
.ms-contemp-odd {
	font-weight: normal;
	color: black;
	border-left-style: none;
	border-right: 2.25pt solid white;
	border-top: 2.25pt solid white;
	border-bottom-style: none;
	background-color: #F2F2F2;
	vertical-align: middle;

}

ul li { 
	display: inline;
}

p {
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 13px;
	color: #000000;
	text-align: justify;
}

h1 {
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 15px;
	color: #808000;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
}
h2 {
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 15px;
	color: #0000FF;
	line-height: 30px;
}
h3 {
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 15px;
	color: #00F;
}
h4 { font-family: "Verdana", "Arial", "Helvetica", sans-serif; font-size: 13px; color: #000000; }
h5 {
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: normal;
}
h6 { font-family: "Verdana", "Arial", "Helvetica", sans-serif; font-size: 9px; color: #000000; }


