/* CSS Document */
/*------------------html elements-----------------------*/
a,body,caption,div,em,fieldset,h1,h2,h3,h4,h5,h6,input,label,legend,li,ol,p,select,span,strong,sup,td,textarea,th,ul {
  font-family:Verdana, Arial, Helvetica, san-serif;
  font-style: normal;
}
a {
  color:#0033FF;
  text-decoration:underline;
}
a:hover {
  color:#0033FF;
}
a:link { color: #0033FF; }
a:active { color: #0033FF; }
a:visited { color: #0033FF; }
body {
  background-color:#FFFFFF;
  background-position:0% 0%;
  background-repeat:no-repeat;
  color:#666666;
  /*font-size:70%;*/
  padding:0px;
  	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}
td {
    font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none;
}
#ad { color: #999999; background: transparent; font-size:10px; }
#ad:visited { color: #999999; }
#ad:hover { color: #999999; text-decoration: none; }


/*------------------generic classes-----------------------*/
.homepage { font-size:21px;
	color:#666666;
}
.subnavigation {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.text { 
    font-size: 12px; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none;
}
.footer { 
	font-size:10px;
	color:#666666;
}
