/* CSS Document */
body{
	font-size:12px;
	margin:0px;
	color:#0b172a;
	font-family:Arial, Helvetica, sans-serif;
	line-height:150%;
	background-image:url(../images/bg-body.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#e7e7e7;
	font-weight:300;
	}
h1{
	font-size:20px;
	color:#d70000;
	text-decoration:none;
	border-bottom:1px solid #e3e3e3;
	padding-bottom:5px;
	text-transform:uppercase;
	}
h2{
	font-size:16px;
	color:#d70000;
	text-decoration:none;
	border-bottom:1px solid #e3e3e3;
	padding-bottom:5px;
	text-transform:uppercase;
	line-height:100%;
	}
.reprt-title{
	font-size:16px;
	color:#d70000;
	text-decoration:none;
	padding-bottom:5px;
	}
a{
	color:#3c4766;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	color:#000;
	text-decoration:underline;
	}
.header{
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	height:196px;
	width:1000px;
	}
.menu, .menu a{
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	}
.menu a:hover{
	color:#000;
	text-decoration:none;
	}
.sidebar{
	font-size:12px;
	text-decoration:none;
	}	
.sidebar ul{
	list-style-image:url(../images/arrpw.jpg);
	line-height:200%;
	}
.sidebar li{
	margin-bottom:8px;
	padding-bottom:8px;
	border-bottom:1px solid #e3e3e3;
	margin-right:8px;
	font-weight:normal;
	}
.sidebar li a{
	font-weight:normal;
	}
.body-text{
	font-size:14px;
	line-height:180%;
	color:#0b172a;
	}
.body-text strong{
	color:#3c4766;
	}	
.body-text span {
	color:#cb0000;
	font-weight:bold;
	}
.footer, .footer a{
	color:#0b172a;
	text-decoration:none;
	}
.footer a:hover{
	color:#3c4766;
	text-decoration:underline;
	}
.wihite-text{
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	}
.wihite-text a{
	color:#fff;
	text-decoration:none;
	}
.wihite-text a:hover{
	color:#fff;
	text-decoration:underline;
	}