

BODY {
  background-color : #C5D6F6;
  margin-height : 0;
  margin-top : 0px;
  margin-width : 0;
  margin-left:0;
  margin-right:0;
}

P {
 font-size : 11px;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : normal;
 font-style : normal,bold,italic;
 color : #000000;
 text-align : left;
}
.center {
 text-align : center;
}
.right {
 text-align : right;

}
H1 {
 font-size : 16px;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : bold;
 font-style : normal;
 color : #000000;
 text-align : left;

}
H2 {
 font-size : 14px;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : bold;
 font-style : normal;
 color : #000000;
 text-align : left;


}
UL {
 font-size : 11px;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : normal;
 font-style : normal,bold,italic;
 color : #000000;

  text-align : left;
 
}
OL {
 list-style-type: demimal;
 font-size : 11px;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : normal;
 font-style : normal,bold,italic;
 color : #000000;
}

A {
 color : #CC0000;
 text-decoration : none;
}
A:hover {
 color : #6F6F6F;
 text-decoration : underline;
}

A.nav {
 color : #000000;
 text-decoration : none;
}
A:hover.nav {
 color : #6F6F6F;
 text-decoration : underline;
}



.inputbox { 
	font-family: Arial; 
	font-size: 11px; 
	border-right: solid 1px; 
	border-top: solid 1px; 
	border-left: solid 1px; 
	border-bottom: solid 1px; 
}

.inputbutton { 
font-family: Arial; 
font-size: 11px; 
cursor:hand; 
border-right: solid 1px; 
border-top: solid 1px; 
border-left: solid 1px; 
border-bottom: solid 1px; 
}

.textareabox { 
font-family: Arial;
font-size: 11px; 
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: 11px; }

.colored {
color: #AA0000; }

