a {
	color : #0099FF;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color : #0099FF;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color : #0099FF;
	font-weight: bold;
	text-decoration: underline;
}

a:link {
	color : #0099FF;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color : #0099FF;
	text-decoration: underline;
}

body {
	scrollbar-face-color: #EEEEEE;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #0099FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #009CEE;
	color: #333333;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.button {
	background-color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	height : 20px;
	border: 1px solid #FFFFFF;
	font-weight: bold;

}
.textbox {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-image:    url(images/textbg.gif);
	height : 20px;
	border: 1px solid #333333;
	font-weight: bold;

}
.textbox2 {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-image:    url(images/textbg.gif);
	height : 65px;
	border: 1px solid #333333;
	font-weight: bold;

}

