body {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;	
}

input.button {
           background-color: #C1D5BF; 
		   font-weight: bold; 
		   font-size: 12px; 
		   color: #000000;
}

th {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

td {
    color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

h1 {
	color: #0449c0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}

h2 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

h3  {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

h4 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}

h5, h6 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #0449c0;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #0449c0;
	font-weight: bold;
	text-decoration: none;
}
/*
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #0449c0;
	text-decoration: underline;
}
*/
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #0449c0;
	text-decoration: underline;
    font-weight: bold;
}
#bg {
	position:absolute;
	width:800px;
	height:600px;
	z-index:0;
}
#links {
	position:absolute;
	width:133px;
	height:203px;
	z-index:0;
	left: 92px;
	top: 128px;
}
#body {
	position:absolute;
	width:389px;
	height:375px;
	z-index:0;
	left: 234px;
	top: 126px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#footer {
	position:absolute;
	width:471px;
	height:76px;
	z-index:3;
	left: 166px;
	top: 523px;
	font-size:9px;
}
.star {
    color:#BE0005;
}
.white {
    color:#FFFFFF;
}
.small {
    font-size: 7pt;
}
.medium {
	font-size: 11pt;
}
