﻿/* CSS Document */
a:link {
	text-decoration: underline;
	color: #6699CC;
}
a:visited {
	text-decoration: underline;
	color: #6699CC; 
}
a:hover { 
	text-decoration: none; 
	color: #6699CC;
}
a:active { 
	text-decoration: none;
	color: #6699CC; 
}
.redtext {
	color: #CC0000;
	font-size:12px;
}
.hatext {
	color: #999999;
	font-size: 10px;
}
.headertext	{
	font-size:12px;
}
ul	{
	font-size:11px;
	line-height:110%;
	padding-left:16px;
}
.mainsitetext {
	font-size:11px;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.main	{
	border:1px solid #CCCCCC; 
	width:300px; 
	background-color:#F9F9F9; 
	font-size: 11px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}

/* HEADER */
.header{
padding:6px;
background:#444444;
}

/* FOOTER */
.footer{
padding:6px;
border-top:solid 1px #DEDEDE;
color:#999999;
font-size:11px;
}
.footer a:link, #footer a:visited{
color:#666666;
}


