body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #5b5b5b;
	line-height: 20px;
}
h1, h2, h3, h4, h5, h6 {
	font: 100% bold Arial, Helvetica, sans-serif;
	color: #3894c9;
	line-height: 26px;
	margin-bottom: 10px;
}
h1 {
	font-size: 28px; /* 20px */
}

h2 {
	font-size: 26px; /* 20px */
}

h3 {
	font-size: 24px; /* 18px */
}

h4 {
	font-size: 22px; /* 16px */
}

h5 {
	font-size: 20px; /* 14px */
}

h6 {
	font-size: 18px; /* 14px */
}

p {
	font: 12px Arial, Helvetica, sans-serif;
	color: #5b5b5b;
	line-height: 20px;
	margin-bottom: 10px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
span.italic {
	font-style: italic;
}
span.test {
	padding: 100px;
	background: #fff;
	color: #333;
	display: block;
}
a {
	font: 12px Arial, Helvetica, sans-serif;
	color: #3894c9;
	text-decoration: underline;
}
	a:hover {
		text-decoration: underline;
	}
	a.external {
		padding-right: 15px;
		background: url("../gfx/external.png") right no-repeat;
	}
.clear {
	clear: both;
	font-size: 0px;
	height: 0px;
}
div#content img, div#content a img, div#content p img {
	margin: 10px;
	text-align: center;
	border: 0px solid #8ccaef;
	padding: 3px;
}
	div#content_home img.left {
		float: left;
	}
	div#content_home img.right {
		float: right;
	}
#content ul, #content ol {
	margin: 10px 10px 20px 10px;
	padding-left: 15px;
}
	div#content_home ul.left, div#content ol.left {
		float: left;
	}
	div#content ul li {
		list-style-type: none;
		list-style-image:url("../gfx/listitem_bullet.jpg");
		line-height: 15px;
	}
	div#content ol li{
		list-style-type: decimal;	
	}

address {
	font: 12px Arial, Helvetica, sans-serif;
	color: #5b5b5b;
}
	address a {
		font-weight: bold;
	}

table { margin: 1em; border-collapse: collapse; }
td{ padding: .3em; border: 1px #ccc solid; }
th { padding: .3em; border: 1px solid #3894c9; background: #3894c9; color: #fff; font-size: 125%; font-weight: bold; text-align: center;}

#content_sidebar a.button, #content a.button {
	line-height:27px;
	height:27px;
	background:url("../gfx/sidebar_button.jpg") no-repeat right top; 
	padding-right: 40px; 
	display:inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	margin-bottom: 10px;
	float: right;
}
 
#content_sidebar a.button ins, #content a.button ins { 
	background:url("../gfx/sidebar_button.jpg") no-repeat left top; 
	height:27px;
	line-height:27px;
	display:inline-block;
	padding-left:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
 
	#content_sidebar a.button:hover, #content a.button:hover {background-position:right -27px;}
	#content_sidebar a.button:hover ins, #content a.button:hover ins {background-position:left -27px;}
	
	#content a.button {
		float: none;
		clear: both;
	}
