@charset "utf-8";
/* CSS Document */

<!--
body {
	background:url(images/bg.jpg) repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
a:link {
	color:#481664; 
	text-decoration: none;
}
a:visited {
	text-decoration: underline;
	color: #996699;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
}

.buttons {

width:172px; 
height:26px; 
padding-left:10px; 
padding-top:10px; 
font-family:Arial, Helvetica, sans-serif; 
font-size:12px; 
font-weight:bold; 
background:url(images/button2.gif); 
text-align:left;

}

.buttons a {

color:#666666;
text-decoration:none;
}

.buttons a:hover {

color:#333333;
}

.bottomline {

color:#666666; 
font-family:Arial, Helvetica, sans-serif; 
font-size:12px; 
font-weight:bold;

}

.bottomline a {
color:#666666;
text-decoration:none;
}

.bottomline a:hover {
color:#481664;
text-decoration:underline;
}

.bottomline a:visited {
color:#666666;
text-decoration:none;
}

.highlight {
background:yellow;
}

