/* CSS Document */

body {
margin-top: 50px;
background-image: url(images/line.gif);
background-repeat: repeat-x;
}
.maintxt {

font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666666;
}
a:link, a:visited {
text-decoration: none;
color: #666666;
}
a:hover {
text-decoration: underline;
color: #660000;
}
a.red:link, a.red:visited {
text-decoration: none;
color: #660000;
font-family: Tahoma;


}
a.red:hover {
text-decoration: underline;
color: #660000;
font-weight: bold;

font-family: Tahoma;

}
p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666666;
}

#theborder{
	border:1px solid #CCC;
	padding:2px;
	}