body {
	background-color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 12px;
}

P.FormInput{
	display: inline;
}

A:LINK {
	color: black;
}
A:ACTIVE {
	color: black;
}
A:VISITED {
	color: black;
}

TABLE {
	font-size: 12px;
	font-family: Arial;
}

.Warning {
	color: red;
	font-size: 12px;
	font-weight : bold;
	text-align : center;
}

.PageTitle{
color: black;
font-size:24px;
font-weight: bold;
text-align: center;
}

.RegularText{
	color: black;
	font-size: 12px;
	text-align: center;
}

.StrongText{
	color: black;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}