/* CSS Document */

  
.enlink a:link { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color:#FF0000;
}


/* Structure Stuff */

.tableborder {
	border:1px solid #CCCCCC; 
	background-color: #f1f1f1;
}

.cellborder_bottom { 
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

.cellbackground_light {
	background-color:#E0E0E0;
}

/* Font Stuff */

.textnormal { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

.textsubnormal { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

.textheader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	padding:2px;
}

.textfooter {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}

.textlogout {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}

.texterror {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FF0000;
}

.textEnrollNow {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color:#FF0000;
}


.textconfirm {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#339900;
}

.textCompanyTitle { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:bold;
	color:#000000;
}

.textSubCompanyTitle { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#000000;
}

.texthub { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#666666;
}

.textContactUs { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}

/* Arrow Code */

span.arrow {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FF0000;
}

/* Button Code */

.button { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

