/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
p {
	font-size: 86%;
}

a {  font-weight: normal; color: #003366}

a:link {
	color:#006699;
	text-decoration: none;
}

a:visited {
	color:#003399;
	text-decoration: none;
}

a:hover {
	color: #993366;
	text-decoration: underline;
}

.news {  font-size: 70%; font-weight: bolder; background-color: #9999FF}
.menu {
	font-size: 70%;
	text-align: center;
}
.footer {
	font-size: 60%;
}
h1 {
	font-size: 14pt;
	margin-top: 5pt;
	margin-right: 0pt;
	margin-bottom: 5pt;
	margin-left: 0pt;
	font-weight: 800;
	background-color: #CCCCFF;
	width: 100%;
	text-align: center;



}
h2 {

	font-size: 12pt;
	margin-top: 3pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-weight: 800;
}
h3 {
	font-size: 12pt;
	font-weight: 800;
	margin: 0pt;

}
ul {
	font-size: 86%;

}

