/* Set the default link colors */

a:link    { color: #939; font-size: 12px; font-family: Arial; font-variant: normal; font-weight: bold; text-decoration: none; background-color: transparent }
a:link1 { color: white; font-size: 16px; font-family: Arial; font-variant: normal; font-weight: bold; text-decoration: none }
a:visited  { color: #939; font-size: 12px; font-family: Arial; font-style: normal; font-variant: normal; font-weight: bold; text-decoration: none; background-color: transparent }

a:hover {
	color: #1C2886;
	background-color: transparent;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	}

a:active  { color: #939; font-size: 12px; font-family: Arial; font-weight: bold; text-decoration: none; background-color: transparent }

/* Set the special link colors */

a.special:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	}

a.special:hover {
	color: #E6E5F3;
	text-decoration: none;
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	}

a.special:active {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	}
a.special:visited {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: underline;
}
a.small:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
a.small:visited {
	font-family: Arial;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a.small:active {
	font-family: Arial,;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
}
a.small:hover {
	font-family: Arial;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.header1 { color: white; font: bold 16px Arial, Helvetica, sans-serif; text-decoration: none; text-transform: none }
.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

