body { 
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;		
	}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 4px;
}

A:link { text-decoration: none; color:#000000;}
A:visited { text-decoration: none; color: #000000;}
A:active { text-decoration: none; color: #999999;}
A:hover { text-decoration: none; color:#CC0000;}	

A.menu:link { text-decoration: none; color: #FFFFFF;}
A.menu:visited { text-decoration: none; color: #FFFFFF;}
A.menu:active { text-decoration: none; color: #FFFF00;}
A.menu:hover { text-decoration: none; color: #FFFF00;}	

A.WhiteLink:link {color: #FFFFFF; text-decoration: none;}
A.WhiteLink:visited {color: #FFFFFF; text-decoration: none;}
A.WhiteLink:hover {color: #FFFFFF; text-decoration: none;}

.topbar {
	background-image: url(../images/bar-bg.jpg);
	color:#fff;
}

.spacer {
	padding-right: 5px;
	padding-left: 5px;
}
.spacer-box {
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;	
}
.WhiteText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
}
.spacer-right {
	padding-right: 5px;
}
.spacer-vert {
	padding-top: 5px;
	padding-bottom: 5px;
}
.border {
	border: 1px solid #FF9933;
}
.border-top {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	}
.border-bottom {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	}
.border-right-left-top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF9933;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF9933;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF9933;

}