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

.body{
	margin:0px;
	padding:4px;
    font-size:11px;
}

.table{
	width:100%;
	border:0px;
	border-collapse:collapse;
}

.td{
	margin:0px;
	vertical-align:top;
}

.div{
	margin:0px;
}

.input{
	background:white;
	border:1px solid black;
	margin:1px;
}

.ul{
	list-style:none;
	width:90%;
	padding-left:10px!important;
}

.ul li{
	border-bottom:1px solid white;
}

.p{
	text-align:justify;
}

.a{
	text-decoration: none;
}
.a:hover {
	text-decoration: underline;
}


.wrapper{
	width:1009px;
	background-color: #CCCCCC;
}
.header{
	background:url(images/logo.jpg) no-repeat;
	height:366px;
}

.footer{
	background:url(images/footer.jpg) no-repeat;
	height:74px;
	border-top:2px solid white;
    text-align: center;
    color:white;
    font-family: arial;
    font-weight: bold;
    font-size:11px;
}

.footer a{
    color:white;
}


.sidebar{
	background:#CCCCCC url(images/sidebar.jpg) no-repeat top left;
	color:white;
	font-family:Arial;
	border:1px solid white;
}

.sidebar div{
	padding:5px;
	padding-left:20px!important;
	font-size:12px;
	font-family:tahoma;
}

.sidebar p{
	font-size:11px;
	font-family:tahoma;
	text-align:justify;
}

.menu{
	width:80%;
	margin-left:20px;
}
.menu td{
	padding:1px;
	color:white;
	border-bottom:1px solid white;
	font-family: Verdana;
	font-size:12px;
}

.menu a{
	color:white;
	text-decoration:none;
}
.bigtitle{
	color:#333333;
	font-family:tahoma;
	font-size:18px;
	font-weight:bold;
}

.desc{
	color:#666666;
	font-size:11px;
	font-family:Tahoma;
}

.title a{
    color:white;
    font-size:16px;
    font-weight: bold;
    font-family:Tahoma;
}

.formitem{
	font-size:12px;
	font-family:tahoma;
	font-weight:bold;
	color:black;
}
.button{
	width:100px;
}
.button td{
	background:#c6baae url(images/button.jpg) middle no-repeat;
	width:100px;
	height:33px;
	vertical-align:middle;
	text-align:center;
}

.button a{
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.style3 {font-family:tahoma; font-size:18px; color: #FFFFFF;}


.BodyTitle {
	font-family: Tahoma;
	font-size: small;
	font-weight: bold;
	color: #333333;
}
.BodyDetails {
	font-family: Tahoma;
	font-size: x-small;
	font-weight: normal;
	color: #666666;
}

.TableAmr {
	font-family: Tahoma;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
}
.DetailsAmr {
	font-family: Tahoma;
	font-size: x-small;
	font-weight: normal;
	color: #043D75;
}
.Details2Amr {
	font-family: Tahoma;
	font-size: x-small;
	font-weight: normal;
	color: #333333;
