#wrapper {
	width: 1000px ;
	margin-right: auto;
	margin-left: auto;
}

.Text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	text-align: justify;

}
.Text1Bold {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	text-align: justify;
}
.TextBox {
	height: 20px;
	width: 120px;
}
.TextArea {

	height: 45px;
	width: 120px;
}
.Text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
	text-align: justify;
	padding: 0px;

}
.Border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: 61959e;
	border-right-color: 61959e;
	border-bottom-color: 61959e;
	border-left-color: 61959e;
}
.Text3 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #EBEBEB;
	text-decoration: none;
	text-align: justify;
	padding: 0px;
}
.Text4 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
	padding: 3px;
}
.Text5 {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #990000;
	text-decoration: none;
	text-align: justify;
	padding: 6px;
}

.search_results{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color:#000;
}

.search_results a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight:bold;
	color:#000;
}
/*main menu*/
.main_menu{
  background: url(images/index-menu-bg.png) repeat-x scroll transparent;
  border-radius: 0px 5px 5px 0px;
  -webkit-border-radius: 0px 5px 5px 0px;
  -ms-border-radius: 0px 5px 5px 0px;
  -o-border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  box-shadow: 0px 2px 3px #999;
}
.main_menu td{
  border-right: 1px solid #ddd;
}
.main_menu td:last-child{
  border: none;
}
.main_menu td:hover{
  background: url(images/index-menu-hover.png) repeat-x scroll transparent;
}
.main_menu a{
  text-decoration: none;
  color: #333;
  font-size: 14px;
  padding: 0px 2px
}
