A:link {
	text-decoration: none;
	color: #006699;
	font-weight: bold;
	font-size: 12px;
	cursor: auto;
	font-family: Verdana;

}
A:visited {
	font-family: Verdana;
	text-decoration: none;
	color: #006699;
	font-weight: bold;
	cursor: auto;
	font-size: 12px;

}
A:active {
	font-family: Verdana;
	text-decoration: none;
	color: #0097DF;
	font-weight: bold;
	cursor: auto;
	font-size: 12px;

}
A:hover {
	text-decoration: line-through;
	font-family: Verdana;
	color: #0091D7;
	font-weight: bold;
	font-size: 12px;
	cursor: auto;
}

body{
	font-family: Verdana, "Trebuchet MS";
	font-size: 12px;
	color: #005984;
	text-align: justify;
	scrollbar-face-color: #DDF3FC;
	scrollbar-highlight-color: #DDF3FC;
	scrollbar-3dlight-color: #DDF3FC;
	scrollbar-shadow-color: #DDF3FC;
	scrollbar-darkshadow-color: #DDF3FC;
	scrollbar-track-color: #DDF3FC;
	scrollbar-arrow-color: #F006184;
	text-decoration: none;
	cursor: auto;


}

table, td{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #005279;
	text-align: justify;
	cursor: auto;

}

.title{
	font-family: Verdana, "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #006699;
	text-align: center;
	height: 20px;
	background: #D62C24 url('title.jpg') no-repeat center;
	text-decoration: none;
	cursor: auto;


}