@charset "utf-8";
/* CSS Document */
html,body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	background-color:#87969e;
	text-align:justify;
	}

/*__________________font_____________________*/

.foot_spacer{
	font-family:Arial, Helvetica, sans-serif;
	color:#cc3333;
	font-size:13px;
	}
.Sub_hd{
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	}

.norm{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	}


.norm2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
	}

/*__________________background_____________________*/

.bor_main{
	/*border:1px solid #cedde2;*/
	background-image:url(../images/mainbg.jpg);
	background-repeat:repeat-y;
	}
.bottom{
	background-image:url(../images/bottom_img.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:10px;
	}

/*__________________link_____________________*/

.link_footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#003333;
	text-decoration:none;
	}
a.link_footer:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7b7b7b;
	text-decoration:none;
	}
	
	
.link_underline{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003333;
	text-decoration:underline;
	font-weight:600px;
	}
a.link_underline:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003333;
	text-decoration:none;
	font-weight:600px;
	}

/*__________________input_____________________*/

.txtbox{
	color:#787878;
	font-size:11px;
	border:1px solid #677175;
	padding-left:5px;
	}



.txtbox1{
	color:#787878;
	background-image:url(../images/txtboxbg.jpg);
	font-size:11px;
	height:25px;
	line-height:23px;
	background-repeat:repeat-x;
	background-position:center;
	border:0px;
	}


/*__________________border_____________________*/

.collapse{
	border-collapse:collapse;
	padding-left:2px;
	}

/*__________________press_____________________*/


.pressarrow {
	background-image: url(/Commune/press/pressarrow.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}

.presrelsimg {
	background-image: url(/Commune/press/pressreleasestxt.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 45px;
	}

