/* CSS Document */
a {
font-family: arial;
color: #FFFFFF;
text-decoration: none
}
a:hover {
font-family: arial;
color: #CCCCCC;
}
a.foot {
font-family: arial;
color: #003366;

}
a.foot:hover {
font-family: arial;
color: #ffcc00;
}
a.orange {
	font-family: arial;
	color: #FFCC00;
	text-decoration: underline;

}
a.orange:hover {
font-family: arial;
color: #FFFFFF;
}
a.grey {
font-family: arial;
font-size: 12px;
color: #666666
}
a.grey:hover {
font-family: arial;
font-size: 12px;
color: #ff0000
}
a.onmail {
font-family: arial;
font-size: 12px;
color: #0000FF
}
a.onmail:hover {
font-family: arial;
font-size: 12px;
color: #ff0000
}
a.info {
font-family: arial;
font-size: 12px;
color: #000000}
a.info:hover {
font-family: arial;
font-size: 12px;
color: #FFFFFF
}
.arial {
	font-family: arial;
	font-size: 11px;
	color: #767C70;
	font-style: normal;
	text-align: justify;
}
.menu {
	BORDER-LEFT: 1px solid;
	BORDER-RIGHT: 1px solid;
	BORDER-TOP: 1px solid;
	BORDER-BOTTOM: 1px solid;
	BORDER-COLOR: #000033;
	text-align:center;
	padding-left:5px;
	padding-right:5px;
	padding-top:0px;
	padding-bottom:0px;
	color:#FFFFFF;
	font-family: arial;
	font-size:10px;
	font-weight: normal;
	background:#000033;
	cursor: hand
}
.form   {
	BORDER-LEFT: 1px solid;
	BORDER-RIGHT: 1px solid;
	BORDER-TOP: 1px solid;
	BORDER-BOTTOM: 1px solid;
	BORDER-COLOR: #000033;
	BACKGROUND: #FFFFFF;
	color: #000033;
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	SCROLLBAR-FACE-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #ACBCCD;
	SCROLLBAR-DARKSHADOW-COLOR: #ACBCCD;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-3DLIGHT-COLOR: #003399;
	SCROLLBAR-SHADOW-COLOR: #003399;
	SCROLLBAR-ARROW-COLOR: #003399
	
}
