body { cursor:default; background-color: black; background-image: url(./graphics/icons/background.gif); background-repeat: no-repeat;}
p.gold {margin-left: 0px ; color: #FCC200 ; background-color: black ; font-size: 18px ; font-family: "Comic Sans MS" ; text-align:center  }
p.white {margin-left: 0px ; color: white ; background-color: black ; font-size: 8px ; font-family: "Comic Sans MS" ; text-align:justify  }
p.about {margin: 6px 20px ; color: #FAFAFA ; background-color: black ; font-size: 16px ; font-family: "Comic Sans MS" ; text-align:justify  }
pre.equip {margin: 18px 20px ;font-family:Arial;color:#FAFAFA;font-size:12px;}
p.copyright {margin-left: 0px ; color: #FCC200 ; background-color: black ; font-size: 12px ;font-weight:bold ; font-family: "Arial" ; text-align:center  }
p.websiteby {margin-left: 0px ; color: #FCC200 ; background-color: black ; font-size: 11px ;font-weight:bold ; font-family: "Arial" ; text-align:center  }
p.counter {margin-left: 0px ; color: #5ebd5f ; font-size: 12px ;font-weight:normal ; font-family: "Arial" ; text-align:center  }
fieldset { border: 1px solid #FCC200; }
legend { color: #FCC200 ; font-family: "Verdana" ; font-size: 18px ;}

a:link {color:#FCC200}
a:visited {color:#FCC200}




td.header {
	background-image: url(./graphics/icons/new_topbanner.gif);
	background-repeat: no-repeat;
	background-color: black;
}


.menu {
	background-image: url(./images/m-bg.gif);
	background-repeat: no-repeat;
	width: 170px;
	height: 28px;
}



p,td { font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top: 0px;
}

td { background-color: black ;
}
img.front_page {
	
	height: 600px;
	width: 920px;
	margin-left: 0px;
	margin-top: 0px;
}
td.footer { background-color: black ;
	background-image: url(./images/footer.gif);
	background-repeat: repeat-x;
	font-size: 5px;	
}

td.links { background-color: black ;
	font-size: 14px;
        text-decoration: none;
	color: #FCC200;
	text-align: left;
	font-weight:bold ;	
}

th.links { background-color: black ;
	font-size: 16px;
        text-decoration: none;
	color: #FFFAFA;
	text-align: left;
	font-weight:bold ;	
}

td.links a:hover {
	color: #333333 ;
	text-decoration: none;
}


td.links a{
	text-decoration: none;
	color: #FCC200;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}


	/*- Menu --------------------------- */
	
#Vert_Nav {
	width: 170px;
	margin: 0px;
	}
	
#Vert_Nav li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 22px;
	text-decoration: none;
	}	
	
#Vert_Nav li a:link, #Vert_Nav li a:visited {
	color: #666;
	display: block;
	background:  url(./images/menu12.gif);
	padding: 10px 0 0 35px;
	font-weight: bold;
	}
	
#Vert_Nav li a:hover {
	color: #000;
	background:  url(./images/menu12.gif) 0 -32px;
	padding: 10px 0 0 35px;
	font-weight: bold;
	}


