@charset "utf-8";
/* CSS Document */

.title_container{
	width: 100%;
	height: 55px;
}

#content h1{
	height: 45px;
	background-repeat:no-repeat;
	float: left;
	text-indent:-5000px;
	margin: 10px 0px 0px 30px;
	
	display: inline; 
	/*IE6 double margin bug fix -- W3C: display(not none) is ignored in float elements*/
}
#content h2{
	font-size: 16px;
	color: #666666;
	float: left;
	margin: 20px 0px 0px 0px;

}

#content h3{
	font-size: 16px;
	font-weight: bold;
	color: #404040;	
	margin: 20px 0px 10px 0em;
}

#content h4{
	font-size: 16px;
	font-style:italic;
	/*font-weight: bold;*/
	margin: 15px 0px 10px 2em;
	color: #000066;	
}

#content blockquote{
	margin-top: 0.2em;
	
}

#content abbr{
	border-bottom: 1px dotted #999999;
	cursor: help;	
}


