body{
	background-color:#ff9933;
	margin:0px;
	font-size:medium;
	color:white;
}
select, input{
	font-family:arial;
	font-size:11px;
}
a:link, a:visited, a:active{
	font-family:arial;
	color:#FFFFFF;
}
a:hover{
	color:#999999;
	text-decoration:none;
}

p, td, body, li{
	font-family:arial;
	font-size:medium;
	color:#FFFFFF;
}

.smallText{
	font-size:small;
}
.smallText a:link, .smallText a:visited, .smallText a:active{
	font-size:small;
}
.smallText a:hover {
	font-size:small;
	color:#999999;
	text-decoration:none;
}

/* MAIN MENU LINK style :::::::::::::::::::::::::::::::::::: */
.menuLink {
	color : #FFFFFF;
	text-decoration: none;
}
.menuLink  a:hover {
	color:#999999;
	text-decoration:none;
}
.menuLinkSmall {
	font-size:x-small;
	color : #FFFFFF;
	text-decoration: none;
}
.menuLinkSmall a:hover {
	font-size:x-small;
	color:#999999;
	text-decoration:none;
}