@charset "utf-8";
/* CSS Document */
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

p
{
	text-align: justify;	
}

.MenuBar
{
	background-color: #2a2b2c;
	text-align: center;
}

.MenuLink
{
	color: #2a2b2c;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
}

.MenuLink:hover
{
	text-decoration: underline;
	color: #6699ff;
}

.PageTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #519cff;
}

.SubPageTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #519cff;
}

.PageFooter
{
	font-size: 9pt;
	color: #FFFFFF;
	background-color: #2a2b2c;
}

.BrandIMG {
	width: 180px;
	height: 151px;
}

.ContentTH { 
	height: 30px; 
	text-align: center;
	vertical-align:middle;
	background-color: #4F84A6; 
	color: white;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}

.ContentTD { 
	height: 25px; 
	vertical-align: middle;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}
