body{
font-size: 11px;
}

maintable{
border: 1px solid #009999;
}

p{
font-size: 11px;
text-align: justify;
}

a.navs:link {
    display: block;
	color: #333333;
	text-decoration: underline;
	font-weight: normal;
	width: 170px;
	padding: 4px;
	font-family: Tahoma;
	font-size: 12px;
	margin: 2px;
	background-color: #99CCCC;
	border: 1px solid #999999;


}
a.navs:visited {
    display: block;
	color: #333333;
	text-decoration: underline;
	font-weight: normal;
	width: 170px;
	padding: 4px;
	font-family: Tahoma;
	font-size: 12px;
	margin: 2px;
	background-color: #99CCCC;
	border: 1px solid #999999;

}
a.navs:hover {
    display: block;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
	width: 170px;
	padding: 4px;
	font-family: Tahoma;
	font-size: 12px;
	margin: 2px;
	background-color: #009999;
	border: 1px solid #999999;

}
a.navs:active {
    display: block;
	color: #009999;
	width: 170px;
	background-color: #FFFFFF;
	margin: 2px;
	border: 1px solid #009999;
}
a:link {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #009999;
}
a:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #99CCCC;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #009999;
}
a:active {
	font-weight: bold;
	color: #009999;
	text-decoration: none;
}
body {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}
td {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}
h1 {
	font-family: "Century Gothic";
	font-size: 22px;
	color: #009999;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #99CCCC;
	border-right-color: #99CCCC;
	border-bottom-color: #99CCCC;
	border-left-color: #99CCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding-left: 5px;
	color: #666666;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ff0000;
	font-size: 16px;
	font-weight: bold;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #99CCCC;
	border-right-color: #99CCCC;
	border-bottom-color: #99CCCC;
	border-left-color: #99CCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding-left: 5px;
	color: #666666;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffff00;
	font-size: 16px;
	font-weight: bold;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #99CCCC;
	border-right-color: #99CCCC;
	border-bottom-color: #99CCCC;
	border-left-color: #99CCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding-left: 5px;
	color: #666666;
}

.footer{
height: 20px;
background-color: #ffffff;
border-bottom-style: solid;
border-top-style: solid;
border-top-color: #0a8c8f;
border-bottom-color: #8cc9ca;
border-top-width: 2px;
border-bottom-width: 2px;
}

.borderBottom{
border-bottom: 1px solid #009999;
}