*, html, body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	line-height: 14pt;
}
body {
 	/*behavior:url("csshover.htc");*/
	color: #333333;
}

/* Content */
h1 {
	line-height: 27px;
	margin: 0em 0em 0.3em 0em;
	font-family: Georgia, serif;
	font-size: 16pt;
	color: #005387;
	/*border-bottom: 1px dotted #ccc;*/
	padding-bottom:20px;

}
strong {
	font-family: Georgia, serif;
	font-size: 11pt;
	color: #005387;
	font-weight: normal;
}
hr {
	color:#fff; 
	border-top: 0px;
	border-bottom: 1px dotted #ccc;}
	
/* Links */
a:link, a:visited, a:active {
	color: #406295;
	text-decoration: none;
}
a:hover {
	color: #794243;
	text-decoration: underline;
}

#list ul{
	margin: 0px;
	padding: 5px 0px 0px 0px;
	list-style-type: none;
}
#list ul li{
	line-height: 30px;
}

/* Other */
#coppyright, #disclaimer {
	font-size: 8pt;
	color: #406295;
}
.nolinks:link, .nolinks:visited, .nolinks:hover, .nolinks:active  {
	cursor: text;
	text-decoration: none;
	font-family: Georgia, serif;
	font-size: 12pt;
	color: #005387;
}
.space{padding: 10px;}