/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font: 62.5%/ 1.4em Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
	color: #333;
	background: #fff;
	}
p, h1, h2, h3, h4, h5, h6, ul, dl, blockquote, table {
	margin: 0 0 1.077em 0;
	}
div {
	margin: 0;
	padding: 0;
	}	
dd, dt {
	margin-left: 0;
	}
h1 {
	font-size: 1.6em;
	}
h2 {
 	font-size: 1.333em;
	}
h3 {
 	font-size: 1.2em;
	}
h4 {
 	font-size: 1.15em;
	}
h5 {
 	font-size: 1.1em;
	}
h6 {
 	font-size: 1.05em;
	}	
blockquote {
	border: 1px #ccc solid;
	border-left: none;
	border-right: none;
	padding: 0.3em;
	font-style: italic;
}	
img {
	border: none;
	}
label {
	font-weight: bold;
	}
a {	
	color: #C00;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {	
	text-decoration: underline;
	}	
.clear {
	clear: both;
	line-height: 0;
	height: 0;
	}
.sep {
	display: none;
	}
.smltxt {
	font-size: 85%;
	}
.bigtxt {
	font-size: 115%;
	}
.hghlite {	
	background: #333;
	color: #fff;
	}
.quttxt {
	font-style:italic;
	}
.greytxt {
	color: #CCC;
	}
#content .right {
	float: right;
	margin: 0 0 10px 10px;
	}
#content .left {
	float: left;
	margin: 0 10px 10px 0;
	}
.error {
	color: #F00;
	font-weight: bold;
	}
.case:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.case {display: inline-block;}
/* Hides from IE-mac \*/
	* html .case {height: 1px;}
	.case {display: block;}
/* End hide from IE-mac */
