BODY {
	background : white;
	color : black;
}

:link { 
	color : #0000ff;
	background-color : white;
}

:visited { 
	color : #666666;
	background-color : white;
}

:active { 
	color : #ff0000;
	background-color : white;
}

A:hover {
	color : #aa0000;
	background-color : white;
}

UL {
	font-size : 10pt; 
	font-family : Arial, Helvetica, sans-serif; 
	color : black;
	background-color : white;
}

OL {
	font-size : 10pt; 
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	background-color : white;
}

LI {
	font-size : 10pt; 
	font-family : Arial, Helvetica, sans-serif;	
	color : black;
	background-color : white;
}

DL {
	font-size : 10pt; 
	font-family : Arial, Helvetica, sans-serif;	
	color : black;
	background-color : white;
}

SUP {
	font-size : smaller;
}

SUB {
	font-size : smaller; 
}

P {
	text-align: justify;
	font-size : 10pt; 
	font-family : Arial, Helvetica, sans-serif;	
	color : black;
	background-color : white;
}

H5 {
	font-family : helvetica, arial, sans-serif;
	color : black;
	background-color : white;
}

H4 {
	font-family : helvetica, arial, sans-serif; 
	color : #333333; 
	background-color : white;
	font-variant : small-caps;
}

H3 {
	font-family : helvetica, arial, sans-serif; 
	color : #000066;
	background-color : white;
	font-variant : small-caps;
}

H2 {
	font-family : helvetica, arial, sans-serif; 
	color : #000066;
	background-color : white;
	font-weight : 500;
	font-variant : small-caps;
}

H1 {
	font-family : helvetica, arial, sans-serif; 
	color : #000066;
	background-color : white;
	font-weight : 500;
	font-variant : small-caps;
	text-align : right;
}

BLOCKQUOTE {
	font-size : 10pt; 
	font-family : Arial, Helvetica, sans-serif; 
	color : #7c5b28;
	background-color : white;
}


.center {
  	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : black;
	background-color : white;
	text-align : center;
}

.right {
	font-size : 10pt;
	color : black;
	background-color : white;
	text-align: right;
	font-variant : small-caps;
}

.rightwhite {
	font-size : 10pt;
	color : white;
	background-color : #666666;
	text-align : right;
}

.top {
	color : white ;
	width : 100%;	
	background-color : #666666;
}

.left {
	float : left;
	width : 9em;
	border : black 1px solid;
	padding : 3px;
}

.header {
	letter-spacing : .2em;
	float : left;
	width : 10em;
}

.body {
	margin-left : 12em;
	margin-right : 7em;
	padding : 1em;
}

.footer {
	margin-left : 10em;
	margin-right : 7em;
	padding : 1em;
}

a.white {
	text-decoration : none;
	color : white;
	background-color : #666666;
	font-variant : small-caps;
}

HR {
	height : 1px;
}
