@charset "utf-8";
/* CSS Document */
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

p
{
	text-align: justify;
}

.MenuBar
{
	color: #2a2b2d;
	background-color: #003c3d;
	text-align: center;
}

.MenuLink
{
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
}

.MenuLink:hover
{
	text-decoration: underline;
}

.ImgLink
{
	color: #2a2b2d;
	cursor: pointer;
	text-decoration: none;
}

.PageTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #cc3333;
}

.SubPageTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #cc3333;
}

.PageFooter
{
	font-size: 9pt;
	color: #ffffff;
	background-color: #003c3d;
}

.BrandIMG {
	width: 180px;
	height: 151px;
}

.ContentTH { 
	height: 20px; 
	text-align: center;
	vertical-align:middle;
	background-color: #333333; 
	color: white;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}

.ContentTD {  
	vertical-align: middle;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}
