@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;
	}

/*__________________body content_____________________*/

.bodycontent{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	background-color:#FFFFFF;
	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;
	}


/*__________________Out Line Table_____________________*/


 .Box
  {
	border-bottom: 1 solid #000000;
	border-right: 1 solid #000000;
	border-top: 1 solid #000000;
	border-left: 1 solid #000000;
	padding-left: 10px;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;


  }

 .Box-TopBotton
  { 
	border-bottom: 1 solid #000000; 
	border-top: 1 solid #000000;
  }

.Box-NoLeft
  {
	border-bottom: 1 solid #000000;
	border-right: 1 solid #000000;
	border-top: 1 solid #000000;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	padding-left: 10px;


  }

.Box-LeftRight
  { 
	border-left: 1 solid #000000;
	border-right: 1 solid #000000; 
  }

.Box-NoTop
  {
	border-bottom: 1 solid #000000;
	border-right: 1 solid #000000;
	border-left: 1 solid #000000;
	padding-left: 10px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;



  }

.Box-NoBottom
  { 
	border-top: 1 solid #000000; 
	border-right: 1 solid #000000; 
	border-left: 1 solid #000000;
  }

.Box-NoLeftBottom
  { 
	border-top: 1 solid #000000; 
	border-right: 1 solid #000000; 
  }

.Box-NoTopLeft
  {
	border-bottom: 1 solid #000000;
	border-right: 1 solid #000000;
	padding-left: 10px;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;



  }

.Box-LeftBottom
  { 
	border-left: 1 solid #000000; 
	border-bottom: 1 solid #000000; 
  }

.Box-OnlyLeft
  { 
	border-Left: 1 solid #000000; 
  }

.Box-OnlyRight
  { 
	border-Right: 1 solid #000000; 
  }

.Box-OnlyBotton
  { 
	border-bottom: 1 solid #000000; 
  }

.Box-OnlyTop
  { 
	border-top: 1 solid #000000; 
  }

