/*
    By Havok
*/

body {
	background: url('images/back.gif') repeat;
	background-color:#444444;
}

p, li, h, td  {
	color: #ffffff; /* white */
	font-family : tahoma, verdana, geneva, arial, helvetica, sans-serif;
	font-size : 14px;
	text-align: left;
	text-decoration : none;
}	

A:LINK {
	color: #fdd017; /* gold */
	text-decoration : none;
	font-family : tahoma, verdana, geneva, arial, helvetica, sans-serif;
}    /* unvisited links */

A:VISITED {
	color:  #fdd017; /* gold */
	text-decoration : none;
	font-family : tahoma, verdana, geneva, arial, helvetica, sans-serif;
}   /* visited links   */

A:HOVER  {
	color: #000000; /* black */
	background-color: #fdd017; /* gold */
	font-family : tahoma, verdana, geneva, arial, helvetica, sans-serif;
	text-decoration : blink;
}  /* user hovers     */

A:ACTIVE  {
	color:  #fdd017; /* gold */
	font-family : tahoma, verdana, geneva, arial, helvetica, sans-serif;
	text-decoration : blink;
}   /* active links    */

.nav-head  {
    width: 163px;
    font-size: 11px;
	font-family : tahoma, verdana, geneva, arial, helvetica, sans-serif;
	font-variant: small-caps;
    font-weight: bold;	
    color:#dddddd;
    background-color:#333333;
	border-top-style:outset;
    border-top-color:#aaaaaa;
    border-top-width:1px;
    border-bottom-style:inset;
    border-bottom-color:#666666;
    border-bottom-width:1px;
    border-left-style:outset;
    border-left-color:#777777;
    border-left-width:1px;
    border-right-style:inset;
    border-right-color:#888888;
    border-right-width:1px;
	padding-left: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-right: 1px;
    text-decoration: none;
	text-align: left;
}

.buttonscontainer {width: 160px;}

.buttons a {
color: #fdd017;
background-color: #333333;
border-top-style:outset;
border-top-color:#aaaaaa;
border-top-width:1px;
border-bottom-style:inset;
border-bottom-color:#666666;
border-bottom-width:1px;
border-left-style:outset;
border-left-color:#777777;
border-left-width:1px;
border-right-style:inset;
border-right-color:#888888;
border-right-width:1px;
padding: 2px;
padding-left: 3px;
font-size: 10px;
font-family : tahoma, verdana, geneva, arial, helvetica, sans-serif;
font-weight: bold;
text-decoration: none;
display: block;
margin: 0px;
width: 100%;
text-align: left;
}

.buttonsimage a {
color: #fdd017;
background-color: #333333;
border-top-style:outset;
border-top-color:#aaaaaa;
border-top-width:1px;
border-bottom-style:inset;
border-bottom-color:#666666;
border-bottom-width:1px;
border-left-style:outset;
border-left-color:#777777;
border-left-width:1px;
border-right-style:inset;
border-right-color:#888888;
border-right-width:1px;
padding: 2px;
padding-left: 3px;
font-size: 10px;
font-family : tahoma, verdana, geneva, arial, helvetica, sans-serif;
font-weight: bold;
text-decoration: none;
display: block;
margin: 0px;
width: 100%;
text-align: center;
}

.buttons a:hover {
color: #000000;
background-color: #fdd017;
border-top-style:outset;
border-top-color:#aaaaaa;
border-top-width:1px;
border-bottom-style:inset;
border-bottom-color:#666666;
border-bottom-width:1px;
border-left-style:outset;
border-left-color:#777777;
border-left-width:1px;
border-right-style:inset;
border-right-color:#888888;
border-right-width:1px;
padding-left: 6px;
padding-top: 2px;
padding-bottom: 2px;
padding-right: 1px;
font-family : tahoma, verdana, geneva, arial, helvetica, sans-serif;
font-weight: bold;
text-decoration: none;
}

.headerbuttonscontainer {width: 190px;}

.headerbuttons a {
color: #fdd017;
background-color: #333333;
border-top-style:outset;
border-top-color:#aaaaaa;
border-top-width:2px;
border-bottom-style:inset;
border-bottom-color:#666666;
border-bottom-width:2px;
border-left-style:outset;
border-left-color:#777777;
border-left-width:2px;
border-right-style:inset;
border-right-color:#888888;
border-right-width:2px;
padding: 2px;
padding-left: 3px;
font-size: 11px;
font-family : tahoma, verdana, geneva, arial, helvetica, sans-serif;
font-weight: bold;
text-decoration: none;
display: block;
margin: 0px;
width: 100%;
text-align: center;}

.headerbuttons a:hover {
color: #000000;
background-color: #fdd017;
border-top-style:outset;
border-top-color:#aaaaaa;
border-top-width:2px;
border-bottom-style:inset;
border-bottom-color:#666666;
border-bottom-width:2px;
border-left-style:outset;
border-left-color:#777777;
border-left-width:2px;
border-right-style:inset;
border-right-color:#888888;
border-right-width:2px;
padding-left: 6px;
padding-top: 2px;
padding-bottom: 2px;
padding-right: 1px;
font-family : tahoma, verdana, geneva, arial, helvetica, sans-serif;
font-weight: bold;
text-decoration: none;
}

.credits {
color: #ffffff;
text-align: center; 
text-decoration:none;
font-size:10px;
font-family : tahoma, verdana, geneva, arial, helvetica, sans-serif;
font-weight : normal;
}


