BODY,TR,TD {
	font-family:Arial,Sans-serif;
	font-size: small;
	color: #ff9933;
}
A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #00ffff;
	text-decoration: none;
}
A:hover {text-decoration:underline;}
A.lightgray  {
	text-decoration: underline;
}
A.black {color: #333333; text-decoration: none;}
A.black:hover {color: #333333; text-decoration:underline;}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
}
.darktitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #333333;
}
.whitetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #ffffff;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
.whiteheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #ffffff;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #ff9933;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ff9933;
}
.darktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333
}
.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #ffffff
}
.smallbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #333333
}
.smalldark {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333
}
.TEXTBOX {
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	width : 450px;
}

.DROPDOWNLIST {
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	width : 450px;
}

.LINKBUTTON {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	width : 100px;
	background-color : #ff9933;
	color : #333333;
	font-weight : bold;
	cursor : hand;
}
.BUTTON {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	width : 100px;
	background-color : #ff9933;
	color : #333333;
	font-weight : bold;
	cursor : hand;
}
