body { background-color: white; margin: 0px 50px }
body, table { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif }

div#contact {
	color: black;
	font-size: 11px;
}

div#header { margin-top: 20px }

div#content_1 { 
	font-size: 13px;
	padding: 10px 20px;
	letter-spacing: 0.05em;
	font-family: Helvetica, sans-serif;
}
div#content_1 li { margin-bottom: 10px }

h1 {
	font-size: 18px;
	font-wight: bold;
	color: #666666;
	/*border-top: 2px solid white;*/
	margin-top: 6px;
	padding-top: 6px;
}
h2 {
	font-size: 16px;
	font-wight: bold;
	color: #444444;
	border-top: 1px solid #778899;
}
h3 {
	font-size: 14px;
}
h1, h2, h3 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; letter-spacing: 0.01em; }

p { font-size: 12px; line-height: 1.6em }

table.dbresult {
	/*background-color : #483d8b;*/
	border-collapse: collapse;
	font-size : x-small;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

table.sar { border-collapse: collapse }

table.sar td {
	background-color : #f5f5f5;
	border : 1px solid #2f4f4f;
	font-family : Helvetica, Arial, sans-serif;
	font-size : 12px;
	vertical-align: top;
}
table.sar th {
	background-color : #ffe4b5;
	border : 1px solid #2f4f4f;
	font-family : Helvetica, Arial, sans-serif;
	font-size : 13px;
}
table.sar td.division { font-weight: bold; background-color: #ffffe0 }
table.sar td.sector { font-weight: bold; background-color: white }

div#footer {
	border-top: 1px dashed #008080;
	margin-top: 0px;
	padding: 10px;
	font-size: 11px;
	color: #333333;
	text-align: center;	
}

