
body {
	font-family: "Trebuchet MS", Arial; 
	font-size: 13px; 
	color: #000000;	
	background: #FFFFFF;
	padding: 0;
	margin: 0;
}

/* Links */
a:link {
	color: #0000FF;
	background: inherit;
	text-decoration : none; 
	padding : 0;
	margin : 0;
}
a:visited {
	color: #0000FF;
	background : inherit; 
	text-decoration : none; 
}
a:hover {
	color: #FF0000;
	background : #F5F5F5; 
	text-decoration : underline; 
}
a:active {
	color: #999999;
	background : inherit; 
	text-decoration : none; 
}

.showGreen {
	color: #009999;
	font-weight: bold;
	font-style: italic;
}

.textSmall {
	color: #666666;
	font-family: Verdana, Arial; 
	font-size: 10px; 
}

ul {
	list-style-image: url('../images/bullet_red.gif');
}

ul .li {
	font-weight: bold;
}