/* General Styling */
body {
	background-color: #FFFFFF;
	background-repeat: repeat; 
	margin: 0;
    color:#666666;

	font-family: verdana;
	font-size: 8pt;
	text-decoration: none;	
	clear: none;
	float: none;
	height: auto;
	width: auto; 
	position:relative;
	
}

.t_border {border-bottom:dotted 1px #999999;border-left:dotted 1px #999999;border-right:dotted 1px #999999;border-top:dotted 1px #999999}
.t_border_solid {border-bottom:solid 1px #999999;border-left:solid 1px #999999;border-right:solid 1px #999999;border-top:solid 1px #999999}
.t_bottom {border-bottom:dotted 1px #999999}
/*
.t_left {border-left:solid 1px #999999}
.t_right {border-right:solid 1px #999999}
.t_top {border-top:solid 1px #999999}

.t_bottom_right {border-bottom:solid 1px #999999;border-right:solid 1px #999999}
.t_bottom_left {border-bottom:solid 1px #999999;border-left:solid 1px #999999}

.t_top_left {border-left:solid 1px #999999;border-top:solid 1px #999999}*/
a:link {
	color: #FF0000; 
/*    color: #000000;*/
	text-decoration:  underline;

}

a:visited {
	color: #FF0000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: overline underline;



}

a:active {
	color: #FF0000;
	text-decoration: underline;
}
