BODY {
	background-color: #FFFFFF;	
}

A:link {
	font: x-small Verdana, Arial, sans-serif;
	font-size: 9;	
	color: #3300FF;
	text-decoration: none;
}
								
A:visited {
	font: x-small Verdana, Arial, sans-serif;
	font-size: 9;	
	color: #3300FF;
	text-decoration: none;
}
								
A:active {
	font: x-small Verdana, Arial, sans-serif;
	font-size: 9;
	color: #FF3300;
	text-decoration: none;
}
								
A:hover	{
	font: x-small Verdana, Arial, sans-serif;
	font-size: 9;	
	color: #FF3300;
	text-decoration: none;
}	

.box {
	border: 1px solid #0033FF;	
}						

.Button {
	font: x-small Verdana, Arial, sans-serif;
	font-size: 11;	
	color: #000000;
	cursor: hand;
	border: solid 1px #808080;
	background: url(images/button_back.gif) center;
	padding:1px; 
}

.TextBox {
	font: x-small Verdana, Arial, sans-serif;
	font-size: 11;
	color: darkblue;
	background-color: lightyellow;
}

.Header {
	padding: 0;
	font: x-small Verdana, Arial, sans-serif;
	font-size: 11;
	color: blue;
	background-color: #C0C0C0;
	border: solid 1px black; 
}

.TD 
{
	font: x-small Verdana, Arial, sans-serif;
	font-size: 11;
	background-color: #6699ff;
	vertical-align: top;
}

.Grid_Header_Thin {
	font: x-small Verdana, Arial, sans-serif;
	font-size: 11;
	color: white;
	background-color: #99CCFF;
	vertical-align: top;
	border: solid 1px black;
}

.Grid_Header {
	font: x-small bold Arial;
	font-size: 11;
	font-weight: bold;
	color: white;
	background-color: #6699ff;
	vertical-align: top;
	border: solid 1px black;		
}

.Grid_General {
	font: x-small Verdana, Arial, sans-serif;
	font-size: 11;
	color: darkblue;	
	background-color: #FFFFFF;
	vertical-align: top;
}

.Grid_Item {
	font: x-small Verdana, Arial, sans-serif;
	font-size: 11;
	background-color: #FFFAFA;	
	vertical-align: top;
	border: solid 1px black;
}

.Grid_AlternatingItem {
	font: x-small Verdana, Arial, sans-serif;
	font-size: 11;	
	background-color: #FFFFFF;
	vertical-align: top;
	border: solid 1px black;
}

.Grid_SelectedItem {
	font: x-small Verdana, Arial, sans-serif;
	font-size: 11;
	color: Black;
	background-color: orange;
	vertical-align: top;
	border: solid 1px black;
}

.Grid_Edit {
	font: x-small Verdana, Arial, sans-serif;
	font-size: 11;
	color: red;	
	background-color: #FFFFFF;	
	vertical-align: top;
}

.Warning {
	font: x-small Verdana, Arial, sans-serif;
	font-size: 11;
	color: red;	
	background-color: #FFFFFF;	
	vertical-align: top;
}

.Txt 
{
	font: x-small Verdana, Arial, sans-serif;
	font-size: 9;
	color: blue;
	vertical-align: middle;
}



