html{
	background-color: White;
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
table{ 
	font-size: x-small;
}
th{
	vertical-align: bottom;
	}
td{
	vertical-align: top;
}
td.title{
	font-weight: bold
}

/**************************************************
Links
**************************************************/
A, A:ACTIVE, A:FOCUS,  A:LINK {
	color : Black;
	text-decoration : underline;
}
A:VISITED {
	color : Black;
}
A:HOVER,{
	color : Red;
	text-decoration : none;
}

/**************************************************
"H" format
**************************************************/
H1{
	font-size: x-small;
	font-weight: bold;
	color: #ad4a00;	
}
H2{
	font-size: x-small;
	font-weight: bold;
	color: #ad4a00;	
}
H3{
	font-size: x-small;
	font-weight: bold;
	color: #ad4a00;
}

/**************************************************
General Class Selectors
**************************************************/
.formfieldtitle{
	font-weight : bold;
}
.bluetitle{
	font-weight : bold;
	color: #006699;
}
.browntitle{
	font-weight : bold;
	color: #993300;
}
.required{
	font-weight: bold;
	color: red;
}
.loginerrormessage{
	text-align: center;
	font-weight: bold;
	color: red;
}
.errormessage{
	font-weight: bold;
	color: red;
}
.note{
	font-size: xx-small;
	font-weight: normal;
}
.topborder{
	border-top-color: Black; 
	border-top-style: solid; 
	border-top-width: thin; 
}
.bottomborder{
	border-bottom-color: Black; 
	border-bottom-style: solid; 
	border-bottom-width: thin; 
}
.leftborder{
	border-left-color: Black; 
	border-left-style: solid; 
	border-left-width: thin; 
}
.rightborder{
	border-right-color: Black; 
	border-right-style: solid; 
	border-right-width: thin; 
}
.alignleft{
	text-align : left;
}
.aligncenter{
	text-align : center;
}
.alignright{
	text-align : right;
}
.bgdarkgray{
	background-color: #666666;
	color: white;
}
.bggray{
	background-color: #999999;
	color: white;
}
.bgsilver{
	background-color: #cccccc;
}
.bglitebrown{
	background-color: #e8e2d3;
}
.bgyellow{
	background-color: #f3da95;
}
.button{
	font-size: x-small;
	background-color: #cccccc;
}
