@charset "UTF-8";
/* CSS Document */

body 
{background-color: black;
font-family: verdana,ariel,sans-serif;
font-size: 11pt;
color:#ffffff
}

h1 
{color: #ffffff;
font-family: verdana,ariel,sans-serif;
background:transparent;
font-size: 16pt
}


h2
{color: #ffffff;
font-family: verdana,ariel,sans-serif;
background:transparent;
font-size: 14pt
}

h3
{color: #ffffff;
font-family: verdana,ariel,sans-serif;
background:transparent;
font-size: 12pt
}

h4
{color:#000000;
font-family: verdana,ariel,sans-serif;
background:transparent;
font-size: 14pt
}


h6
{color: #ffffff;
font-family: verdana,ariel,sans-serif;
background:transparent;
font-size: 8pt
}

/*-------------------------------LINKS-MENU-------*/



A.menu:link {
color:white;
text-decoration: none;
font-size:10pt;
font-weight:bold;
font-style:garamond,times,serif;
padding: 10px

}

A.menu:visited {
color: #999999;
text-decoration:none;
font-size:10pt;
font-weight:bold;
font-style:garamond,times,serif;
padding: 10px

}

A.menu:hover {
text-decoration: none; 
color: #660000; 
font-size:10pt;
font-weight:bold;
font-style:garamond,times,serif;
background-color:transparent;
padding: 10px

}

A.menu:active {
color:#336699;
text-decoration: none;
background-color:#666666;
font-size:10pt;
font-weight:bold;
font-style:garamond,times,serif;
padding: 10px

}
/*-------------------------------LINKS-NORMAL-------*/


A.normal:link {
color:white;
text-decoration: none;
font-weight:bold;

}

A.normal:visited {color: #999999;
font-weight:bold;

}

A.normal:hover {text-decoration: none; 
color:#660000; 
font-weight:bold;
background-color:#ffffff;

}

A.normal:active {color:#336699;
text-decoration: none;
background-color:#666666;
font-weight:bold;

}
/*-------------------------------LINKS-BLACK-------*/

A.black-link:link {
color:black;
text-decoration: underline;
font-weight:bold;

}

A.black-link:visited {color: #999999;
font-weight:bold;

}

A.black-link:hover {text-decoration: none; 
color:#660000; 
font-weight:bold;
background-color:#ffffff;

}

A.black-link:active {color:#336699;
text-decoration: none;
background-color:#666666;
font-weight:bold;

}

/*-------------------------------LINKS-CURRENT-------*/

A.current-page:link {
color:#CC9966;
text-decoration: none;
font-weight:bold;
font-size:10pt;
font-style:garamond,times,serif;

}

A.current-page:visited {color: #CC9966;
font-weight:bold;
font-size:10pt;
font-style:garamond,times,serif;

}

A.current-page:hover {text-decoration: none; 
color:#CC9966; 
font-weight:bold;
font-size:10pt;
font-style:garamond,times,serif;

background-color:#ffffff;

}

A.current-page:active {color:#CC9966;
text-decoration: none;
background-color:#666666;
font-weight:bold;
font-size:10pt;
font-style:garamond,times,serif;


}




/*-------------------------------STRUCTURE-------*/

div.scrollingtext {
height: 300px;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	overflow: auto;
}

div.container
{
width:100%;
margin:0px;
border:0px solid white;
line-height:150%;

}
div.header,div.footer
{
padding:0.5em;
color:white;
background-color:transparent;
clear:left;
}
h1.header
{
padding:0;
margin:0;
}
div.left
{
float:left;
width:125px;
margin:0;
padding:1em;
}

div.content
{
margin-left:0px;
border-left:0px solid gray;
padding:3px;
text-align:center;
}    

/*-------------------------------TABLES-------*/

table.menu {
	border-width: 1px 0px 0px 0px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: white white white white;
	border-collapse: separate;
	background-color: transparent;
	width:810;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	
	
}	
	
	
	
#scroller {
}

table.main {
align="center"
}