body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #000000;
    //background-color: #616161;
    background-color: #000000;
}

ul li {
    list-style-image: url(../images/bullet.png);
    margin-bottom: 15px;
}

li.locations{
	list-style-image: url(../images/bullet.png);
	margin: 0px;
	padding: 0px;
}

li.promtips{
	 list-style-image: url(../images/stardecal.png);
}

A:link {
	text-decoration: none;
	color: #6377D2;
}

A:visited {
	text-decoration: none;
	color: #6377D2;
}

A:active {
	text-decoration: none;
	color: #660099;
}

A:hover {
	text-decoration: underline;
	color: #cc0000;
}

UL {
	font-size: 10pt;
}

OL {
	font-size: 10pt;
}

TD {
	font-size: 10pt;
}

TD.form {
	font-size: 8pt;
}

TD.links {
	font-size: 8pt;
}

TD.bodyCell{
	background-color:#ffffff;
}

TD.promRepRewards{
	border: 1px solid black;
	padding: 5px 1px 1px 1px;
	text-align: center;
}

TD.locationHeader{
	background-color: #cccccc;
	font-weight: bold;
}

DT {font-weight: bold;}

SELECT {font-size: 8pt;}

INPUT {
	font-size: 8pt;
}

.white {
	color: #FFFFFF;
}

.darkBlue {
	color: #0873ba;
}

.bold {
	font-weight: bold;
}
.large {
	font-size: 12pt;
}

.header{
	font-weight: bold;
	font-size: 12pt;
}

div.bodyDiv{
	margin-left: 10px;

}

