
HTML  { 
	margin : 5px; 
	padding : 5px; 
} 

HTML BODY  { 
	margin : 1em 2% 1em 2%; 
	line-height : 1.3; 
	font-family : sans-serif; 
} 

BODY BLOCKQUOTE  { 
	font-size : 80%;
	margin-top : 0.75em; 
	margin-bottom : 0.75em; 
} 

BODY FORM  { 
	margin : 0.6em 0; 
} 

P  { 
	text-align : justify; 
	margin-top : 1em;
} 

DL  { 
	margin : 0.8em 0; 
	line-height : 1.2; 
} 

H1, H2 { 
	line-height : 1.4; 
	color : #0077bc; 
} 

H3, H4, H5, H6  { 
	line-height : 1.2; 
        color : #306020; 
} 

BODY H2, BODY H3, BODY H4, BODY H5, BODY H6  { 
	line-height : 1.2; 
	font-family : sans-serif; 
} 

BODY H1  { 
	margin : 0.5em 0 0.3em 0%; 
} 

BODY H2  { 
	margin : 0.5em 0 0.3em 0%; 
} 

BODY H3  { 
	margin : 0.5em 0 0.3em 0%; 
} 

BODY H4, BODY H5, BODY H6  { 
	margin : 0.5em 0 0.3em 0%; 
} 

BODY HR  { 
	margin : 0 0% 0 0%; 
	border-width : 0 0 2px 0; 
	border-style : solid; 
	border-color : #808080; 
} 

BODY TD, BODY TH  { 
	line-height : 1.2; 
} 

UL {
	/* list-style : none;
	   text-indent : -2em;
        */
	margin-left :  5%;
	margin-right : 5%;
	margin-top : 0.3em;
	margin-bottom : 0.3em;
	padding-left : 0em;
	text-align : justify; 
}

LI {
	margin-bottom : 0.5em;
	text-align : justify; 
}

TD, TR {
	padding-top    : 2px;
        padding-bottom : 2px;
 	padding-left   : 2px;
 	padding-right  : 2px;
}

CODE  { 
	background-color : #f1f1f1; 
} 

PRE  { 
	text-indent : 0;
	padding : 2px;
	background-color : #f1f1f1; 
} 

A:link  { 
        text-decoration : none;
} 

A:visited  { 
        text-decoration : none;
} 

A:hover  { 
	text-decoration : none; 
	background-color : #dddddd; 
} 

.foot_detail  { 
	color : #505050; 
	margin-right : 0; 
	text-align : right; 
	font-size : 66%; 
}


