body
{
	background-image: url(/images/bkgdBody.jpg);
	margin: 10px 0px 10px 10px;
	font-family: Tahoma, Arial;
	font-size: 12px;
}
form
{
	margin: 0px;
}
img
{
	border: 0px;
}
p
{
	margin: 0px 0px 15px 0px;
	line-height: 125%;
}
ul
{
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 125%;
}
div
{	
}
table
{
	width: 100%;
	border-collapse: collapse;
}
td
{
	font-size: 12px;
	padding: 0px;
	vertical-align: top;
}
a, a.hover
{
	text-decoration: none;
	color: #08498B;
}
a:hover
{
	color: #C90E12;
}
a.TopMenu
{
	font-size: 11px;
	font-weight: bold;
}
a.WhiteLink
{
	color: #FFFFFF;
}
a.WhiteLink:hover
{
	color: #08498B;
}
p.PageTitle
{
	font-weight: bold; 
	font-size: 17px;
}
.Success, .Warning, .Error
{
	font-size: 11px;
	font-weight: bold;
	color: #008000;
}
.Warning
{
	color: #FF6600;
}
.Error
{
	color: #C90E12;
}
.Bold
{
	font-weight: bold;
}
.Normal
{
	font-weight: normal;
}
input.Disabled, select.Disabled
{
	color: #8C8C8C;
}