/* CSS Document */

body {
	margin: 0px;
	font: Verdana, Arial;
	font-size : 10pt; 
	color:#333333
}
a:link {
    color:#CC0033;
	text-decoration: none
}
a:hover {
    color:#CC0033;
	text-decoration: none
}
a:visited {
    color:#CC0033;
	text-decoration: none
}
a:active {
    color:#CC0033;
	text-decoration: none
}
.bodytext { 
font-family: Verdana, Arial; 
font-size: 8pt; 
font-style: normal; 
font-weight: normal; 
color: #333333; 
text-decoration: none; 
text-align: left
}
.bodylink { 
font-family: Verdana, Arial; 
font-size: 9pt; 
font-style: normal; 
font-weight: normal; 
color: #666666; 
text-decoration: none; 
text-align: right
}
a.bodylink:hover {
color: #666666;
text-decoration: none
}