body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
		margin:0;
		padding:0;
	}
	table {
		border-collapse:collapse;
		border-spacing:0;
	}
	fieldset,img { 
		border:0;
	}
	address,caption,cite,code,dfn,em,strong,th,var {
		font-style:normal;
		font-weight:normal;
	}
	ol,ul {
		list-style:none;
	}
	caption,th {
		text-align:left;
	}
	h1,h2,h3,h4,h5,h6 {
		font-size:100%;
		font-weight:normal;
	}
	q:before,q:after {
		content:'';
	}
	abbr,acronym { 
		border:0;
	}
 	

	body {
		font-family : Arial;
		font-size: 12px;
		color : #222222;
	}
	
	a[target~=_blank]{
	background-image : url("images/sout.gif");
	background-position : left;
	background-repeat : no-repeat;
	padding-left : 20px;
}
	
	a:link {
		color: #00649d;
		text-decoration: none;
	}
	a:visited {
		color: #00649d;
	}
	a:hover {
		color: #00649d;
		text-decoration: underline;
	}
	a:active {
		color: #00649d;
	}
	
	.landing {
		width: 95%;
		margin: 15px;
		display: inline-block;
		overflow:auto;
	}
	
	.landing h1 {
		font-family: Georgia;
		font-style: italic;
		color: #00649d;
		font-size: 21px;
		margin-bottom: 7px;
	}
	
	.landing_header {
		border: 1px solid #e5e5e5;
		background-image: url('images/background_pattern.png');
		background-repeat: repeat;
		margin-bottom: 7px;
		padding: 18px 30px;
	}
	
	.landing_box {
		min-width: 181px;
		width: 23%;
		float: left;
		padding-right: 15px;
	}
	
	.landing_box p {
		line-height: 12px;
		margin-bottom: 12px;
	}
	
	.landing_box h2 {
		color: #00649D;
		font-weight: bold;
		font-style: italic;
		margin-top: 13px;
		margin-bottom: 10px;
		padding-left: 5px;
		padding-right: 15px;
	}
	
	.landing_box h3 {
		color: #00649D;
		font-weight: bold;
		font-style: italic;
		margin-top: 13px;
		margin-bottom: 10px;
		padding-left: 5px;
		padding-right: 15px;
	}
	
	.landing_box_inner {
		border-left: 1px solid #e1e4e8;
		padding-left: 5px;
		padding-right: 15px;
	}