body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/cov_background.gif);
}
.selectionTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.centerText {
	text-align:center;
}
.cursorOver{
	cursor:pointer;
}
a:link {
	color: #000000;
}
a:hover{
	color: #000000;
	text-decoration:underline
}
a:visited{
	color: #000000;
}
.smallText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}
.tableBorder {
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background:#FFFFFF;
}
.header {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	width:955px;
	position:relative;
	margin:0 auto;
	
}
.content {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color:#FFFFFF;
	width:955px;
	position:relative;
	margin:0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.leftColumn{
	position:relative;
	float:left;
	width:300px;
}

.rightColumn{
	float:right;
	width:300px;
}

.rightJustify{
	float:right;
}

.leftJustify{
	float:left;
}

.centerJustify{
	margin-left:auto;
	margin-right:auto;
	width=955px;
}

.marginLeft{
	margin-left:10px;
}