
H1 {
	font-size: 14pt;
	color : #333333;
	font-family : Arial, Geneva, sans-serif;
}

H2 {
	font-size: 12pt;
	color : #333333;
	font-family : Arial, Geneva, sans-serif;
    padding-top:15px;
}

DIV {
	font-size: xx-small;
	color : #333333;
	font-family : Arial, Geneva, sans-serif;
}

.small {
	font-size: xx-small;
	color : #000000;
	font-family : Arial, Geneva, sans-serif;
}

P  {
	color : #000000;
	font-family : Arial, Geneva, sans-serif;
	font-size: 10pt;
	height : auto;
    padding-left:50px;
    padding-right:50px;
}

HR {
	height: 1px;
	color: Maroon;
	width: 75%;
}

UL  {
	color : #000000;
	font-family : Arial, Geneva, sans-serif;
	font-size: 11px;
	height : auto;
}

a:link {  
color: #333399; 
text-decoration: underline; 
font-size: 10pt; 
font-weight: bold; 
}
a:visited {
	color: #333399;
	text-decoration: underline;
	font-size: 10pt;
	font-weight: bold;
}
a:hover {
	color: #ffffff;
	text-decoration: none ;
	background-color: #660000;
	font-size: 10pt;
	font-weight: bold;
}

a.small:link {  
color: #333399; 
text-decoration: underline; 
font-size: 8pt; 
font-weight: bold; 
}
a.small:visited {
	color: #333399;
	text-decoration: underline;
	font-size: 8pt;
	font-weight: bold;
}
a.small:hover {
	color: #ffffff;
	text-decoration: none ;
	background-color: #660000;
	font-size: 8pt;
	font-weight: bold;
}

a.navig:link {  
color: #ffffcc; 
text-decoration: none; 
font-family: tahoma, verdana, helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
}
a.navig:visited {
	color: #ffffcc;
	text-decoration: none;
	font-family: tahoma, verdana, helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
}
a.navig:hover {
	color: #010066;
	text-decoration: none ;
	font-family: tahoma, verdana, helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
    background-color: #9999ff;
}

input {
	background-color: #ebebeb; 
	color: #000000; 
	font-family: tahoma, verdana, helvetica, sans-serif; 
	font-size: 8pt; 
	font-weight: bold; 
	border: 1px; 
	border-style: solid; 
	border-color: black;
}
textarea {
	background-color: #ebebeb; 
	color: #000000; 
	font-family: tahoma, verdana, helvetica, sans-serif; 
	font-size: 8pt; 
	font-weight: bold; 
	border: 1px; 
	border-style: solid; 
	border-color: black;
}

SUP {
    font-family: tahoma, verdana, helvetica, sans-serif; 
	color: #000000;
	font-size: 6pt;

}