body {
	background-color: #000000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
td {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}
.boxtxt {
	padding: 10px;
}

#redBullet ul {
     margin: 0px 0px 3px 0px;
	 list-style:none;
	 padding:0px;
}
#redBullet li{
     font-size: 11px;
     line-height: 14px;
     color: #ffffff;
     padding: 6px 4px 1px 10px;
     background: url(../images/redBullet.jpg) 0px 11px no-repeat;
}
.rightdotBorder
{
border-right:dotted 1px #999999;
}
.botdotBorder
{
border-bottom:dotted 1px #999999;
}
a:link, a:active, a:visited
{
color:#FF0000;
text-decoration:none;
}
a:hover
{
color:#FFFFFF;
text-decoration:underline;
}