.active_tab {	
	background-image:url(images/button_select.jpg);
	background-repeat:no-repeat;
}
.inactive_tab {
	background-image:url(images/button.jpg);
	background-repeat:no-repeat;	
}
.tab{}
.tab a:link {
	FONT: 9pt Segoe UI, arial, helvetica; COLOR: #FFFFFF; TEXT-DECORATION: none
}
.tab a:visited {
	FONT: 9pt Segoe UI, arial, helvetica; COLOR: #FFFFFF; TEXT-DECORATION: none
}
.tab:active {
	FONT: 9pt Segoe UI, arial, helvetica; COLOR:#FF0033; TEXT-DECORATION: none;
}
.tab A:hover {
	FONT: 9pt Segoe UI, arial, helvetica; COLOR:#FF0033; TEXT-DECORATION: none
}

A:link {
	FONT: 9pt Segoe UI, arial, helvetica; COLOR: #5babfd; TEXT-DECORATION: none
}
A:visited {
	FONT: 9pt Segoe UI, arial, helvetica; COLOR: #5babfd; TEXT-DECORATION: none
}
A:active {
	FONT: 9pt Segoe UI, arial, helvetica; COLOR: #003333; TEXT-DECORATION: none;
}
A:hover {
	FONT: 9pt Segoe UI, arial, helvetica; COLOR: #FFFFFF; TEXT-DECORATION: none
}

td.maintext{
	padding:17px;
	color:#FFFFFF;
	font-family: "Segoe UI", arial, helvetica;
	font-size: 9pt;
	line-height: 1.5;	
}
P {
	MARGIN: 5px 0px 10px;
	text-indent: 2em;
}
.download{}
.download a:link{
	font-size:9pt;
	color:#FFFFFF;
}
.download a:visited{
	font-size:9pt;
	color:#FFFFFF;
}
.download a:active{
	font-size:9pt;
	color:#FF9933;
	text-decoration:underline;
}
.download a:hover{
	font-size:9pt;
	color:#FF9933;
	text-decoration:underline;
}