/* ////////////////////////////////////////////////////////////////////////// */
/* 8 9 10 12 16 20 24 */

body {
	margin-left: 1;
	margin-right: 5;
	margin-top: 0px;
	margin-bottom: 0;
	padding: 0;
	font-family: Verdana, Arial;
	font-size: medium;
	background-color: #181818;
	color: #ffffff;
}
a:link {
	color: #f0f000;
	font-weight: normal;
}
a:visited {
    color: #808000;
	font-weight: bold;
}
a:active {
    color: #ffff00;
	font-weight: bold;
}
p {
  	font-family: Arial,EuroStileT;
	margin-left: .2in;
	margin-right: .1in;
	margin-top: .1in;
	margin-bottom: .2in;
	color: #f0f0e0;
	font-weight: Bold;
}
.page
{
}
.page:first-letter 
{
	color : #888866;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : large;
}
.page:first-line 
{
	margin-top : 1in;
	color : #888866;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : large;
	font-weight : bold;
	text-align : justify;
	text-indent : 2em;
	text-transform : uppercase;
	word-spacing : .25em;
}
b {
	font-weight: bold;
}
big {
	font-size: larger;
}
pre {
	font-size: small;
	font-family: "Ms Sans Serif", sans-serif;
}
small {
	font-size: small;
}
h1 {
  	font-family: Impact,EurostileTMed,Verdana, Arial;
	font-size: xx-large;
	font-weight: bold;
}
h2 {
  	font-family: Verdana, Arial;
	font-size: x-large;
}
h3 {
  	font-family: Verdana, Arial;
	font-size: large;
}
h4 {
  	font-family: Verdana, Arial;
	font-size: medium;
}


#footer
{
	font-family : "Times New Roman",Times,serif;
	font-size: small;
	background-color : #444444;
	color : #666666;
	position : absolute;
	left : 60%;
	right : 0%;
	width: 40%;
	bottom : 2ex;
	height : 8ex;
	z-index : -1;
	text-align : right;
	align: right;
}

#logo
{
	position : absolute;
	left : 0px;
	top: 0px;
	width: 200px;
	height : 200px;
	z-index : -1;
}
.title
{
	font-family : Verdana,sans-serif;
	font-size : x-large;
	font-weight : bold;
	color : #ffffff;
	display: block;
	width: 100%;
	filter : DropShadow(OffX=2,OffY=2,color:#cccccc);
	letter-spacing : 0em;
	word-spacing : 0em;
}
.menu
{
	font-family : "MS Sans Serif",Verdana,sans-serif;
	background-color : #666666;
	color : #ffffff;
	font-size: small;
}
.menu a:link
{
	color : #ffffff;
	font-weight : bold;
}
.menu a:visited
{
	color : #dddddd;
	font-weight : bold;
}
.menu a:hover
{
	background-color : #ffffff;
	color : #333333;
	font-weight : bold;
}
.menu a:active
{
	background-color : #ffffff;
	color : #333333;
	font-weight : bold;
}