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

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

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

BODY FORM  { 
	margin : 0.5em 0; 
} 

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

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

H1 { 
	line-height : 1.3; 
	text-align : center;
	color : #2051A6;
} 

H2 { 
	color : #2051A6;
	line-height : 2; 
} 

H3, H4, H5, H6  { 
        color : #C32B40; 
	line-height : 2; 
} 

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

BODY H1  { 
	margin : 1em 0 0.6em 0%; 
} 

BODY H2  { 
	margin : 1em 0 0.6em 0%; 
} 

BODY H3  { 
	margin : 1em 0 0.6em 0%; 
} 

BODY H4, BODY H5, BODY H6  { 
	margin : 1em 0 0.6em 0%; 
} 

BODY HR  { 
	margin : 0 0 0 0; 
	border-width : 0 0 1px 0; 
	border-style : solid; 
	border-color : #c0c0c0; 
} 

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

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

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

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

CODE  { 
	background-color : #f3f3f3; 
} 

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

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%; 
}


