@charset "UTF-8";
/* CSS Document */


body {
	background-color: #EAEAEA;
	bgproperties: fixed; 
	letter-spacing: 1px;
	margin: 0px; 
	line-height: 15pt;
}

td {
	line-height: 15pt;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; 
	font-size:8.5pt;
}

a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #99CC00;
}
a:active {
	color: #666666;
}

a img {
	border: none;
}

.6pt_text {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 6pt;
}

.table_with_dotted_border {
	border-color: #999999; 
	border-style: dotted; 
	border-width: 1px;
}

.link_blue {
	color: #31449B;
}
.link_blue a:link {
	color: #31449B;
	text-decoration: none;
	border-bottom: 1px dotted;
}
.link_blue a:visited {
	color: #31449B;
	border-bottom: 1px dotted;
	text-decoration: none;
}
.link_blue a:hover {
	color: #31449B;
	text-decoration: underline;
	border-bottom: none;
}
.link_blue a:active {
	color: #31449B;
	border-bottom: 1px dotted;
	text-decoration: none;
}

.link_black_no_underline {
	color: #666666; 
	text-decoration: none; 
	border-bottom: 0px dotted;
}
.link_black_no_underline a:link {
	color: #666666;
}
.link_black_no_underline a:visited {
	color: #666666;
}
.link_black_no_underline a:hover {
	color: #99CC00;
}
.link_black_no_underline a:active {
	color: #666666;
}

.link_white {
	color: #FFFFFF; 
	text-decoration: none; 
	border-bottom: 0px none;
}
.link_white a:link {
	color: #FFFFFF;
}
.link_white a:visited {
	color: #FFFFFF;
}
.link_white a:hover {
	color: #FFFFFF;
}
.link_white a:active {
	color: #FFFFFF;
}

.mail {
	color: #AC8D6B; 
	text-decoration: none; 
	border-bottom: 
	1px dotted;
}
.mail a:link {
	color: #AC8D6B;
}
.mail a:visited {
	color: #AC8D6B;
}
.mail a:hover {
	color: #AC8D6B;
}
.mail a:active {
	color: #AC8D6B;
}

.link_black_underline {
	color: #666666; 
	text-decoration: none; 
	border-bottom: 1px dotted;
}
.link_black_underline a:link {
	color: #666666;
}
.link_black_underline a:visited {
	color: #666666;
}
.link_black_underline a:hover {
	color: #99CC00;
}
.link_black_no_underline a:active {
	color: #666666;
}

.gradient {
	background:url(images/gradient.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #ffffff;
}
