body {
     margin:0px; 
     padding:0px; 
     width:245px; 
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
a:link {
	color: #990000;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	color: #990000;
	text-decoration: none;
	font-weight: normal;
}
a:active {
	color: #990000;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}

.bold {
        font-weight: bold;
}
.header {
		font-size: 18px;
        font-weight: bold;
}
.small {
        font-size: 9px;
}
.small-italic {
        font-style: italic;
        font-size: 9px;
}

.italic {
        font-style: italic;
}


