body, p, td, th {
	font-family: century gothic;
	font-size: 11px;
}

a, a:Link, a:Visited, a:Active, a:Hover {
	color: Navy;
}

a.Admin:Link, a:Link.Admin, a:Visited.Admin, a:Active.Admin, a:Hover.Admin {
	color: #BA0E0E;
}

.ButtonLogin, .ButtonSave {
	font-size: 10px;
	font-weight: bold;
	color: white;
	background-color: red;
}

.ButtonBack {
	font-size: 10px;
	font-weight: bold;
	color: black;
	background-color: #ECECEC;
}

.Heading1 {
	font-size: 18px;
	font-weight: Bold;
	color: Navy;
}

.Heading1_Admin {
	font-size: 18px;
	font-weight: Bold;
	color: #BA0E0E;
}

.Heading2 {
	font-size: 15px;
	font-weight: Bold;
	color: #4ab663;
}

.dlHeader {
	font-size: 11px;
	font-weight: Bold;
	color: Red;
}

.dlRow1 {
	background-color: #ECECEC;
}

.Mandatory {
	font-size: 16px;
	color: Red;
}

.hdrState 
{
	font-size: 18px;
	color: #DC0232;	
}

.PB 
{
	page-break-after: always;	
}
