* {
	margin: 0px;
	padding: 0px;
}



body {
	background-color: #f1f3f4;
	color: #000000;
	font-family: Arial,"Trebuchet MS", Helvetica, sans-serif;
	font-size: 15px;
	text-align: left;
     
}

hr {
	border: #69699c 1px solid;
      padding-left: 10px;
      margin : 5px;
	width: 99%;
      hight: 1px;
	text-align: left;
}

h4 {
	float: left;

	font-weight: bold;
	font-size: 15px;
      line-height: 14px;
}



a {
	color: #4e6b8e;
	text-decoration: none;
}


a:hover {
	color: #F7061E;
}

a:visited99 {
	color: #C3725E;
}

span99 {
	display: none;
}

img {
	border: none;
}

p {
	margin: 0px 2px 5px;
	text-align: justify;
	line-height: 14px;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
}

#container {
	margin: 0px auto;
	width: 956px;
	border-color: #9e9ec3;
	border-width: 0px 1px 1px;
	border-style: solid;
      background-color: #f1f3f4;
}

/* acts  header */


#acts_group {
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
	border-color: #9e9ec3;
	border-width: 0px 0px 0px 0px;
	border-style: solid;    
	float: left;
      width: 960px;
     	text-align: left;
}


#acts_list {
	margin-bottom: 1px;
	padding: 5px 5px 5px 5px;
	border-color: #9e9ec3;
	border-width: 1px 1px 1px 0px;
	border-style: solid;    
	float: left;
      width: 950px;
	text-align: left;
      background-color: #ffffff;
}

#acts_list ul {
	list-style-type: none;	
	margin-left: 0;
      padding: 0;


}

#acts_list li {
	margin-left: 4px;
      width: 89px;
	height: 108px;
	float: left;
	background-color: #ffffff;
	overflow: hidden;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
}


.acts_image {
	float: left;
	clear: left;
	overflow: hidden;
	text-align: right;

}

.acts_image img {
	float: left;
	padding: 1%;
      width: 85px;
	height: 70px;
      border: 1px solid ;
}


.acts_details {
	float: left;
      margin-bottom: 2px;
	padding: 5px 5px 15px;
	overflow: hidden;
	text-align: left;

}

.acts_details a{
	float: left;
      text-decoration: none;
	list-style: none;
      
}




/* End Of Page Links */

#end_links {
	margin-bottom: 1px;
	padding: 0px 0px 0px 0px;
	border-color: #9e9ec3;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	text-align: center;
      width: 760px;
      height: 68px;
      background-color: #f1f2f3;
}

#end_links ul {
	margin: 0px auto;
	list-style-type: none;
}

#end_links li {
	width: 152px;
	height: 22px;
	list-style-type: none;
	text-align: center;	
	float: left;
      background: url('../menu/images/back.gif') repeat-x 0px 0px;

}

#end_links li.last {
	border: none;
}

#end_links li a {
	margin-top: 3px;
	margin-left: 10px;
	display: block;
	color: #4e6b8e;
	text-decoration: none;
}

#end_links li a:hover {
	color: #F7061E;
}




