a {
	color : #FF0000;
	font-weight: bold;
	text-decoration: none;

}

a:visited {
	color : #666666;
	font-weight: bold;
	text-decoration: none;

}

a:active {
	color : #FF0000;
	font-weight: bold;
	text-decoration: underline;

}

a:link {
	color : #FF0000;
	font-weight: bold;
	text-decoration: none;

}

a:hover {
	color : #FF0000;
	text-decoration: underline;

}


td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;


}
.textbox {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-image:   url(images/site/textbg.gif);
	height : 19px;
	border: 1px solid #333333;

}
.textbox2 {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-image:   url(images/site/textbg.gif);
	height : 56px;
	border: 1px solid #333333;

}
.td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: bold;

}
.shadow {
	background-image: url(images/site/textbg.gif);
	border: 1px solid #333333;
}

