/* CSS Document */

body,html
{
font-size:14px;
color:#333333;
font-family:Verdana, Arial, Helvetica, sans-serif;
height:100%;
}

a:link
{

text-decoration:underline;
}
a:visited
{
color:#669933;
text-decoration:underline;
}
a:hover
{
color:#669933;
text-decoration:underline;
}
li
{
color:#EB008B;
}
li a
{
color:#EB008B;
}
h1
{
font-size:20px;
color:#00A0C6;
}
p
{
color:#333333;
}
p a
{
color:##0066CC;
}
#Wrapper
{
height:100%;
}


#footer
{
border-top:2px solid #00A0C6;
color:#0066CC;
text-align:center;
padding-top:10px;
padding-bottom:30px;
font-size:11px;
}
#footer a
{
color:#669933;
}
hr
{
color:#00A0C6;
width: 90%;
text-align:center;
}
.dr_table {
	border-style: solid;
	border-width: 1px;
	border-color:#CCCCCC;
	margin: 10px;
	font-size:12px;
	
}
