body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	color: #666666;
	line-height: 160%;
	margin-left: 15px;
	margin-right: 0px;
	margin-top: 3px;

}


html {
scrollbar-3dlight-color:#EBEBEB;
scrollbar-arrow-color:silver;
scrollbar-track-color:white;
scrollbar-darkshadow-color:#D6D6D6;
scrollbar-face-color:white;
scrollbar-highlight-color:white;
scrollbar-shadow-color:white
}
.borderColor {
	border: 1px solid #D4326D;
	padding: 5px;
	margin-bottom:3px;
}
.borderGrey {
	border: 1px solid #CFCFCF;
	padding: 5px;
	margin-bottom:3px;
}
a:link {
	color: #ac3614;
	text-decoration: none;
}
a:visited {
	color: #ac3614;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
.tableBG {
	background-color: #F3F3F3;
}
.date {
	font-size: 11px;
	font-weight: bold;
	color: #48bfe4;
	line-height: 160%;
}
.separator {
	width:98%;
	display: block;
	height: 20px;
	background: url(images/sep.gif) no-repeat center right;
}
.arrow {
background:url(images/arrow.gif) 0 3px no-repeat;
padding-left:15px;
color: #999999;
}

ul
{
list-style-type: none;
padding: 0;
margin: 0;
}

li
{
background-image: url(images/arrow.gif);
background-repeat: no-repeat;
background-position: 0 .4em;
padding-left: 1.2em;
}

.red {color: #ff0000;

}
