BODY
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : Black;
	background-color : white;
}

TABLE,TR,TD,TH,SPAN,DIV,P 
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : Black;
}

.template
{
	background-color : 009900;
}
A
{
	color : #0000CC;
	text-decoration : underline;
	font-size : 12px;
}

A.visited
{
	color : #990000;
}

a.largefont
{
	font-family : "Verdana", "Arial", "sans-serif";
	font-size : 14px;
	color : #0000CC;
}

A:hover 
{
	text-decoration : none;
}

.smallfontlink
{
	font-family : "Verdana", "Arial", "sans-serif";
	font-size : 10px;
	color : #0066FF;
}

.smallfont
{
	font-family : "Verdana", "Arial", "sans-serif";
	font-size : 9px;
	color : #666666;
}

.assetreserve
{
	font-family : "Verdana", "Arial", "sans-serif";
	font-size : 8px;
	color : #000000;
}

.adminselected
{
	font-family : "Verdana", "Arial", "sans-serif";
	font-size : 10px;
	font-weight: bold;
	text-decoration : none;
	color : #E0003C;
}

.tinyfont
{
	font-family : "Verdana", "Arial", "sans-serif";
	font-size : 8px;
	color : #666666;
}

.largefont
{
	font-family : "Verdana", "Arial", "sans-serif";
	font-size : 16px;
	color : #666666;
}

.redfont
{
	font-family : "Verdana", "Arial", "sans-serif";
	font-size : 12px;
	color : #E0003C;
}

.greenfont
{
	font-family : "Verdana", "Arial", "sans-serif";
	font-size : 12px;
	color : #009900;
}

.indent
{
	margin-left: 50;
}

.formbutton
{
	font-family: "Verdana", "Arial", "sans-serif";
	font-size: 12px;
	font-weight: bold;
	color: #0066FF;
}

.formtextbox
{
	font-family: "Verdana", "Arial", "sans-serif";
	font-size: 12px;
	width : 250px;
	background-color : #EEEEEE;
}

.formtextbox_grey
{
	font-family: "Verdana", "Arial", "sans-serif";
	font-size: 12px;
	width : 250px;
	color: #FFFFFF;
	background-color : #999999;
}

.formtextarea
{
	font-family: "Verdana", "Arial", "sans-serif";
	font-size: 12px;
	background-color : #EEEEEE;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-face-color: #0066FF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-base-color: #FFFFFF;
	scrollbar-track-color: #CCCCCC;
}


.formlistmenu
{
	font-family: "Verdana", "Arial", "sans-serif";
	font-size: 12px;
	background-color : #EEEEEE;
	scrollbar-arrow-color: #FFFFFF;
}

.greenwarning
{
	background-color: #00CC00;
}

.yellowwarning
{
	background-color: #CCFF00;
}

.redwarning
{
	background-color: #FF0000;
}


li
{
	padding : 0;
	list-style-position : inside;
	list-style-type : square;
	font-size: 12px;
}

pre
{
	font-family : "Verdana", "Arial", "sans-serif";
	font-size : 14px;
	color : Black;
	width: 500px;
}

