BODY, TD, regtext {
	font-family: Arial, "MS Sans Serif", sans-serif;
	font-size: 12px;
	color: white;
}

A {
	text-decoration: none;
}

A.color1:link {
	color: #3300CC;
	text-decoration: none;
}

A.color1:visited {
	color: #3366CC;
	text-decoration: none;
}

A.color1:active {
	color: #66CC99;
	text-decoration: none;
}

A.color1:hover {
	color: #0094FF;
}

A.color2:link {
	color: Aqua;
	text-decoration: none;
}

A.color2:visited {
	color: #F7AA5D;
	text-decoration: none;
}

A.color2:active {
	color: #FFC868;
	text-decoration: none;
}

A.color2:hover {
	color: #FFFFCC;
}

A.color3:link {
	color: #ffffff;
	text-decoration: underline;
}

A.color3:visited {
	color: #660099;
	text-decoration: underline;
}

A.color3:active {
	color: #FFCC66;
	text-decoration: none;
}

A.color3:hover {
	color: #FF0000;
}

A.color2sm:link {
	color: #0000cc;
	text-decoration: none;
	font-size: smaller;
}

A.color2sm:visited {
	color: #003399;
	text-decoration: none;
	font-size: smaller;
}

A.color2sm:active {
	color: #66CC99;
	text-decoration: none;
	font-size: smaller;
}

A.color2sm:hover {
	color: #FFFFCC;
	font-size: smaller;
}

.smalltext {
	font-size: smaller;
}

.smalltext_blk {
	font-size: smaller;
	color: #000000;
}

.title1 {
	font-family: Arial, "MS Sans Serif", sans-serif;
	font-size: 20px;
}

.title2 {
	font-family: Arial, "MS Sans Serif", sans-serif;
	font-size: 16px;
	color: #cfcfcf
}

.title3 {
	font-family: Arial, "MS Sans Serif", sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.blacktext {
	font-family: Arial, "MS Sans Serif", sans-serif;
	font-size: 12px;
	color: black;
	font-weight: bold;
	}
	
	.blacktext12 {
	font-family: Arial, "MS Sans Serif", sans-serif;
	font-size: 12px;
	color: black;
	
	}