body{
	margin:0px;
	padding:0px;
	/*background-color:#CCCCCC;*/
	background-color:#074680;
	scrollbar-face-color: #EEEEEE; 
	scrollbar-shadow-color:#CCCCCC; 
	scrollbar-highlight-color: #CCCCCC; 
	scrollbar-3dlight-color: #eeeeee; 
	scrollbar-darkshadow-color: #8c8c8c; 
	scrollbar-track-color: #eeeeee; 
	scrollbar-arrow-color: #888888;
}

/************************************************************************/
.EquipTable{
	border:1px solid #074680;
	background-color:#FFFFFF;
	
	font-family:Verdana;
	font-size:10px;
	color:#000000;
	text-decoration:none;
}

.EquipHeader{
	background-color:#015595;

	font-family:Verdana;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

.EquipRow{
	background-color:#EBEBEB;
	cursor:hand;
}

.EquipRowOver{
	background-color:#FFFFFF;
	cursor:hand;
}
/************************************************************************/

.NormalText{
	font-family:Verdana;
	font-size:10px;
	color:#000000;
	text-decoration:none;
}

.NormalText:hover{
	font-family:Verdana;
	font-size:10px;
	color:#000000;
	text-decoration:underline;
}

.NormalTextBig{
	font-family:Verdana;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}

.NormalTextBig:hover{
	font-family:Verdana;
	font-size:11px;
	color:#000000;
	text-decoration:underline;
}

.WhiteMenu{
	font-family:Verdana;
	font-size:10px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

.WhiteMenu:hover{
	font-family:Verdana;
	font-size:10px;
	color:#F4E331;
	font-weight:bold;
	text-decoration:none;
}

.HeaderText{
	font-family:Verdana;
	font-size:13px;
	color:#003366;
	font-weight:bold;
	text-decoration:none;
}

.HeaderText:hover{
	font-family:Verdana;
	font-size:13px;
	color:#003366;
	font-weight:bold;
	text-decoration:underline;
}

.LinkText{
	font-family:Verdana;
	font-size:11px;
	color:#003366;
	font-weight:bold;
	text-decoration:none;
}

.LinkText:hover{
	font-family:Verdana;
	font-size:11px;
	color:#003366;
	font-weight:bold;
	text-decoration:underline;
}

.ImageBorder{
	border:1px solid #333333;
}

.SearchFormItem{
	font-family:Verdana;
	font-size:11px;
	color:#000000;
	width:136px;
}

/*Form*******************************************************/

.inputField{
	width:200px;
	font-family:Verdana;
	font-size:11px;
	color:#003366;
}

.textArea{
	width:200px;
	height:100px;
	font-family:Verdana;
	font-size:11px;
	color:#003366;
}

.formButton{
	width:98px;
	font-family:Verdana;
	font-size:11px;
	color:#003366;
}
