body {
	background-color: #FFFFFF;
}

.greybodytxt {
	font-family: verdana;
	font-size: 10px;
	color: #999999;
}
.redbodytxt {
	font-family: verdana;
	font-size: 10px;
	color: #CC0000;
}
a {
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;

}
a:hover {
	font-family: verdana;
	font-size: 10px;
	text-decoration: underline;
	color: #FFCC00;
}
.blackbodytxt {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
}
.whitebodytxt {
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
}
.whitebodybold {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.inputboxorg {
	font-family: verdana;
	color: #FF6600;
	background-color: #FFFFFF;
	border: thin solid #333333;
}
.whitebodysmall {
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
}
.whitebodylarge {
	font-family: verdana;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
.greybodytxtsmall {
	font-family: verdana;
	font-size: 2px;
	color: 333333;
}

