/* BROWSER SKINNING */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	scrollbar-face-color:E9E9E9;/* color */
    scrollbar-3dlight-color:E9E9E9;
    scrollbar-arrow-color:FF7F00;
    scrollbar-highlight-color:E9E9E9;
    scrollbar-shadow-color:E9E9E9;

    scrollbar-track-color:ffffff;
    scrollbar-darkshadow-color:ffffff;
}

td {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	color: #1C1C1C;

}
a:link {
	color: #8686AC;
	text-decoration: none;
}
a:visited {
	color: #5E71A2;
	text-decoration: none;
	border: 0px none;

}
a:hover {
	color: #CC0033;
	text-decoration: underline;
	border: 0px none;

}

.td1 a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.td1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.td1 a:hover {
	color: #FF0000;
	text-decoration: underline;

}.textsmall {
	font-size: 9px;
}
.textbig2 {
	font-size: 15px;
}
.textbig {
	font-size: 13px;
}
.formbox {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
}
.copyrightline {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
