
BODY {
  background-color : #000000;
  margin-height : 0;
  margin-top : 25px;
  margin-width : 0;
  margin-left:0;
  margin-right:0;
}

P {
 font-size : 12px;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : normal;
 font-style : normal,bold,italic;
 color : #CCCCCC;
 text-align : left;
 padding-left : 20px;
 padding-right : 20px;
}

.center {
 text-align : center;
}

.right {
 text-align : right;
 padding-right : 20px;
}

H1 {
 font-size : 18px;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : bold;
 font-style : normal;
 color : #CCCCCC;
}
H2 {
 font-size : 16px;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : bold;
 font-style : normal;
 color : #CCCCCC;
 text-decoration : underline;

}

H3 {
 font-size : 16px;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : bold;
 font-style : normal;
 color : #CCCCCC;
}

UL {
 font-size : 12px;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : normal;
 font-style : normal,bold,italic;
 color : #CCCCCC;
 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 : #CCCCCC;
}


A {
 color : #CCCCCC;
 text-decoration : none;
}
A:hover {
 color : #EEEEEE;
 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; }
