* 
{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a 
{
	color:#000000;
}
a:hover 
{
    color:#ff2222;
	text-decoration: none;
}
a.white 
{
	color: #FFFFFF;
	text-decoration: none;
}
a.white:hover 
{
    color:#FF9900;
	text-decoration: underline;
}
input
{
    padding:2px;
}
textarea
{
    font-size:12px;
    padding:4px;
}
sup
{
   font-size:8pt;
}
img 
{
    border: none;
}
.ClearBoth
{
    clear:both; height:15px;
}
.transparent_class 
{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
pre
{
    font-family: Tahoma, san-serif;
    word-wrap: break-word;
    white-space: pre-wrap; /* CSS2.1 compliant */
    white-space: -moz-pre-wrap; /* Mozilla-based browsers */
}
.requiredField
{
    padding:2px; 
    border:1px solid red;
}