/*@charset "utf-8";*/
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	padding:0; margin:0; border:0;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	text-align:left; color:#636363; background:#C8C8C8;
	line-height:1.4em;
	font-size:0.7em;
}

img { padding:0; border:0; vertical-align:top; }

hr { border:none; border:1px dotted #1C3F95; padding:100px; }

/******* hyperlink and anchor tag styles *******/
a:link { background-color:transparent;/* color:#666666; text-decoration:none;*/ }
a:visited { background-color:transparent;/* color:#666666; text-decoration:none;*/ }
a:hover { background-color:transparent;/* color:#000000; text-decoration:underline;*/ }
a:active { background-color:transparent;/* color:#666666; text-decoration:none;*/ }

/************** header tag styles **************/
h1 { font-size:1.3em; line-height:1.3em; margin:0 0 0 0; color:#1C3F95; padding-bottom:0;}
h2 { font-size:1.1em; line-height:1.4em; margin:0; color:#1C3F95; padding:0; margin:0; }
h3 { font-size:1.1em; line-height:1.2em; margin:0; }
h4 { font-size:1em; line-height:1em; margin:0; }
h5 { }
h6 { }

acronym { cursor:help; border:0px; border-bottom:1px dashed black; }

table { font-size:1em; }
p { margin:0; padding:0 0 10px 0; }

.list_content { padding:0; margin:0;}
.list_content li { padding:0; margin:0; border-bottom:1px dotted #1C3F95; padding:5px 0;}
.list_content .last { border-bottom:none;}

