/* --- Page style starts here --- */
/* Body */
BODY {
	font-family: arial, Times, 'Times New Roman', Serif;
	font-size: 10px;
	color: #26576B;
}

/* TD column settings */
TD {
	font-family: arial, Times, 'Times New Roman', Serif;
	font-size: 10px;
	color: #26576B;
}

/* --- First navigation links style starts here --- */
/* Headlinks */
.headlinks {
	font-family: trebuchet ms;
	font-size: 10px;
	font-weight: bold; 
	color: #F4771D; 
}

/* headlinks.link */
a.headlinks:link {
	font-family: trebuchet ms; 
	font-size: 10px;
	font-weight: bold;
	color: #F4771D;
}

/* headlinks.hover */
a.headlinks:hover { 
	font-family: trebuchet ms; 
	font-size: 10px; 
	font-weight: bold; 
	color: white; 
	background-color: red 
}

/* headlinks.active */
a.headlinks:active {
	font-family: trebuchet ms;
	font-size: 10px;
	font-weight: bold;
	color: white; 
}

/* headlinks.visited */
a.headlinks:visited {
	font-family: trebuchet ms; 
	font-size: 10px; 
	font-weight: bold; 
	color: white; 
}

/* --- Standard hyperlink style starts here --- */
/* link */
a:link {  
	font-family: arial, trebuchet ms; 
	font-size: 10px; 
	color: #26576B; 
	text-decoration: none
}

/* link.hover */
a:hover {  
	font-family: arial, trebuchet ms;
	font-size: 10px;
	color: #3dbce7; 
	text-decoration: none;
}

/* link.active */
a:active { 
	font-family: arial, trebuchet ms; 
	font-size: 10px;
	color: #3dbce7; 
	text-decoration: none
}

/* link.visited */
a:visited {  
	font-family: arial, trebuchet ms; 
	font-size: 10px; 
	color: #26576B; 
	text-decoration: none
}

/* --- Footer style starts here --- */
/* footer */
.footer {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color: #333333; 
	padding-left: 3px; 
	padding-right: 3px; 
	padding-top: 2px; 
	padding-bottom: 2px;
}

/* footer.link */
a.footer:link {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #333333; 
}

/* footer.hover */
a.footer:hover {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #333333; 
}

/* footer.active */
a.footer:active {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #333333; 
}

/* footer.visited */
a.footer:visited {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #333333; 
}

/* --- heading1 style starts here --- */
/* heading1 36  helvetica ultra light regular blue*/
.heading1 {
	font-family: helvetica;
	font-size: 36px;
	font-weight: ultra light; 
	color: #3dbce7; 
}

/* --- heading2 style starts here --- */
/* heading2 36  helvetica regular blue*/
.heading2 {
	font-family: helvetica;
	font-size: 36px;
	font-weight: regular; 
	color: #3dbce7; 
}

/* --- heading3 style starts here --- */
/* heading3 14  helvetica regular blue*/
.heading3 {
	font-family: helvetica;
	font-size: 12px;
	font-weight: bold; 
	color: #26576B; 
}