 
DIV {
	font-size: 10pt;
	font-family: Tahoma;
	color: Black;
}
TD {
	font-size: 10pt;
	font-family: Tahoma;
/*	color: Black; */
}
INPUT {
	font-size: 10pt;
	font-family: Tahoma;
	color: Black;
}

.textBold
{
	font-weight: bold;
}

.textRed
{
	color: Red;
}

.pageHeading
{
	font-weight: bold;
	font-size: 10pt;
	color: #ffffff;
	height: 20px;
	background-color: #004063;
	text-align: center;
}

.pageFooter
{
	font-weight: normal;
	font-size: 8pt;
	color: #ffffff;
	height: 20px;
	background-color: #004063;
}

.eventTitle
{
	font-weight: bold;
	font-size: 10pt;
/*	color: #ffffff;
	height: 20px;
	background-color: #004063;
	text-align: right;
*/
}

.Heading {
color:black;
font-size:16px;
font-weight:bold;
}
.subHeading{
color:#330000;
font-size:16px;
font-weight:bold;
}
.columnHead{
color:black;
font-size:14px;
font-weight:bold;
text-align:center
}
.columnHead2{
color:#004063;
background-color:#DDDDDD;
font-size:14px;
text-align:center
}
.customerInfo{
color:#000044;
font-size:13px;
font-weight:bold;
}
 
a {
	color: #004063;
	text-decoration: none;
}

a.link {
	color: #004063;
	text-decoration: none;
}

a:visited {
	color: #004063;
	text-decoration: none;
}

a:hover {
	color: Black;
	text-decoration: underline;
}

.h1
{
	font-size: 10pt;
	font-weight: normal;
	color: #004063;
}


