	
	body {
		font-family: Arial, Helvetica, sans-serif;
		color: #848484;
		font-size: 12px;
	}
	
	.left,
	.right {
		font-size: 11px;
		color: #484848;
	}
	
	h1 {
		font-size: 23px;
		color: #004990;
		font-weight: normal;
		margin-top: 0;
	}
	
	h2 {
		font-size: 20px;
		color: #7fb90f;
		font-weight: normal;
		margin-top: 0;
		margin-bottom: 10px;
	}
	.left h2,
	.left h2 a {
		color: #818181;
		font-size: 16px;
		margin-bottom: 6px;
		text-decoration: none;
	}
	.left h2 a:hover {
		text-decoration: underline;
	}
	.right h2 {
		color: #004990;
		font-size: 16px;
		margin-bottom: 6px;
	}
	
	h3 {
		font-weight: normal;
		margin-top: 0;
	
	}
	
	.left h3,
	.right h3 {
		font-size: 13px;
		color: #7fad05;
		margin-bottom:0;
	}
	.right h3 {
		margin-bottom: 6px;
	}
	
	h4 {
	
	}
	
	p {
		line-height:16px;
	}
	.left p, .right p {
		margin-top: 4px;
		line-height:14px;
	}
	
	
	ul {
		list-style:none;
		padding-left: 0;
		margin-left: 15px;
	}
	
	ul li {
		padding-left: 15px;
		background: url(layout_images/menu_item_bg.gif) 0px 3px no-repeat;
		margin-bottom: 0.5em;
	}
	
	ol li {
		margin-bottom: 0.5em;
	}
	
	.left ul li, .right ul li {
		background-position: 0px 2px;
		margin-bottom: 0.4em;
	}
	
	.left ol li, .right ol li {
		margin-bottom: 0.4em;
	}
	
	ol {
	}
	
	ol li {
	}
	
	a {
		color: #004990;
		text-decoration: underline;
	}
	.left a, .right a {
		color: #7fad05;
	}
	
	a:hover {
		color: #7fb90f;
		text-decoration: none;
	}
	
	hr {
		border: 0;
		height: 1px;
		line-height: 1px;
		background-color: #BBB;
		color: #BBB;
	}
	
	.left hr {
		height: 0px;
		line-height:0px;
		border-top: 1px solid #dedede;
		border-bottom: 1px solid #fcfcfc;
	}
	
	small {
		font-size: 9px;
		color: #AAAAAA;
		line-height: 12px;
	}
