/*
My style sheets
*/

A:link { Color : #336699 ; text-decoration: underline  } 
A:active { Color : #336699 ; text-decoration: underline  } 
A:visited {Color : #336699 ; text-decoration: underline } 
A:hover {Color : #336699 ; text-decoration: none }

.menu { font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: bold;
	Color: #848484;
	text-decoration: none  
	} 
A.menu:link { Color: #848484; text-decoration: none  } 
A.menu:visited { Color: #848484; text-decoration: none  } 
A.menu:active { Color: #848484;	text-decoration: none  } 
A.menu:hover {	Color: #cc0000;	text-decoration: none;}
	
.normaltext {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #333333;
	/*color: #006600;*/
}

.highlight {  
	
	color: #ffffff;
	background-color: #54A7C7;
}


.normaltext_bold {  
	font-family: Verdana,Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: ##333333;
	font-weight: bold;
}

.heading {  
	font-family: Verdana,Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #336699;
	font-weight: bold;
}
	
.buttonlink{  
	font-family: Verdana,Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	color: #000000;
	/*color: #006600;*/
}

.buttonfield {  
	font-family: Verdana,Arial; 
	font-size: 10px; 
	color: #ffffff; 
	background-color: #CC0000; 
	font-weight: bold;
	vertical-align: middle;
}


.textfield {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #000000; 
	background-color: #ffffff; 
	vertical-align: middle; 
	border-color: #000000; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}

.login_field {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #000000; 
	width:90;
	height:15;
	}

.bid_field {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #000000; 
	width:90;
	height:15;
	}

.selectfield {  
	font-family: Verdana, Helvetica; 
	font-size: 10px; 
	color: #000000; 
	background-color: #FFFFFF; 
	vertical-align: middle;
}


