/* main link family */

a:link {
	color: #FFFFCC;
	text-decoration: underline;
}
a:visited {
	color: #FFFFCC;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

/* alternative link family */

a.a1:link {
	color: #FFFFCC;
	text-decoration: underline;
}
a.a1:visited {
	color: #FFFFCC;
	text-decoration: underline;
}
a.a1:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.a1:active {
	color: #FFFFFF;
	text-decoration: underline;
}

/* text families */

.maintxt {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #FFFFFF;
}

.maintxt2 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
}

.titletxt {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	line-height: 17px;
	color: #FFFFCC;
}
.titletxt2 {
	color: #FFFFCC;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
}
.titletxt3 {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
}



.indent {
	padding: 0px 0px 0px 20px;
}
.indent2 {
	padding: 0px 0px 9px 0px;
}

.divider {
	background-image: url(../images/trim_vert_bg_10.gif);
}

.hr {
	color:#FFFFFF;
}