
BODY {
  background-color : #000000;
  margin : 0;
}


.center {
 text-align : center;
}

.large {
 font-size : 16px;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : bold;
 font-style : normal;
 color : #000000;
 text-align : center;
 padding-top : 2px;
  }

.right {
 text-align : right;
 padding-right : 20px;
}


P {
 font-size : 12px;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : normal;
 font-style : normal,bold,italic;
 color : #000000;
 text-align : left;
 padding-left : 12px;
 padding-right : 20px;
 
}

H1 {
 font-size : 18px;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : bold;
 font-style : normal;
 color : #990000;
 text-align : left;
 padding-left : 12px;
}
H2 {
 font-size : 16px;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : bold;
 font-style : normal;
 color : #000000;
 text-align : left;
 padding-left : 12px;
 padding-right : 20px;
}
UL {
 font-size : 12px;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : normal;
 font-style : normal,bold,italic;
 color : #000000;
 padding-right : 20px;
  text-align : left;
 
}
OL {
 list-style-type: demimal;
 font-size : 12px;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : normal;
 font-style : normal,bold,italic;
 color : #000000;
 text-align : left;
 padding-right : 20px;
}

A.nav
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

A:hover.nav {
 color : #999999;
 text-decoration : none;
}

A {
 color : #990000;
 text-decoration : none;
}

A:hover {
 color : #000099;
 text-decoration : none;
}

.inputbox { 
	font-family: Arial; 
	font-size: 12px; 
	border-right: solid 1px; 
	border-top: solid 1px; 
	border-left: solid 1px; 
	border-bottom: solid 1px; 
}

.inputbutton { 
font-family: Arial; 
font-size: 12px; 
cursor:hand; 
border-right: solid 1px; 
border-top: solid 1px; 
border-left: solid 1px; 
border-bottom: solid 1px; }

.textareabox { 
font-family: Arial;
font-size: 12px; 
border-left: 1px solid black; 
border-top: 1px solid black; 
border-right: 1px solid black; 
border-bottom: 1px solid black; }

.selectbox {
font-family: Arial; 
font-size: 12px; }


