a {
  text-decoration : underline;
  font-family : Arial, Helvetica, Verdana;
  font-size : 11px;
  font-weight : bold;
  color : #0000ff;
}
a:hover {
  color : #7983fd;
  font-family : Arial, Helvetica, Verdana;
  font-size : 11px;
  font-weight : bold;
  text-decoration: underline;
}
a.list {
  text-decoration : underline;
  font-family : Arial, Helvetica, Verdana;
  font-size : 12px;
  font-weight : bold;
  color : #0000ff;
}
a.list:hover {
  color : #7983fd;
  font-family : Arial, Helvetica, Verdana;
  font-size : 12px;
  font-weight : bold;
  text-decoration: underline;
}
a.top_menu {
  color : #eaeaea;
  font-family : Tahoma, Arial, Verdana, Helvetica;
  font-size : 11px;
  font-weight : bold;
  text-decoration : none; 
}
a.top_menu:hover {
	color : #ffffff;
	font-family : Tahoma, Arial, Verdana, Helvetica;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
}
a.des {
  color : #eaeaea;
  font-family : Tahoma, Arial, Verdana, Helvetica;
  font-size : 9px;
  font-weight : normal;
  text-decoration : underline; 
}
a.des:hover {
	color : #ffffff;
	font-family : Tahoma, Arial, Verdana, Helvetica;
	font-size : 9px;
	font-weight : normal;
	text-decoration : none;
}


.top_menu_off {
	color: #ffffff;
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.text1 {
  color : #000000;
  font-family : Verdana, Arial, Tahoma, Helvetica;
  font-size : 9px;
  font-weight : normal;
  text-decoration : none;
}
.text2 {
  color : #FFFFFF;
  font-family : Verdana, Arial, Tahoma, Helvetica;
  font-size : 12px;
  font-weight : normal;
  text-decoration : none;
}
.text3 {
  color : #000000;
  font-family : Verdana, Arial, Tahoma, Helvetica;
  font-size : 11px;
  font-weight : bold;
  text-decoration : none;
}
.text4 {
  color : #C35905;
  font-family : Verdana, Arial, Tahoma, Helvetica;
  font-size : 16px;
  font-weight : normal;
  text-decoration : none;
}
.text5 {
  color : #C35905;
  font-family : Verdana, Arial, Tahoma, Helvetica;
  font-size : 12px;
  font-weight : normal;
  text-decoration : none;
}
.text6 {
  color : #0000ec;
  font-family : Verdana, Arial, Tahoma, Helvetica;
  font-size : 14px;
  font-weight : bold;
  text-decoration : none;
}
.text7 {
  color : #C35905;
  font-family : Verdana, Arial, Tahoma, Helvetica;
  font-size : 10px;
  font-weight : normal;
  text-decoration : none;
}
.text8 {
  color : #C35905;
  font-family : Verdana, Arial, Tahoma, Helvetica;
  font-size : 10px;
  font-weight : normal;
  text-decoration : none;
}
.text9 {
  color : #C35905;
  font-family : Verdana, Arial, Tahoma, Helvetica;
  font-size : 15px;
  font-weight : normal;
  text-decoration : none;
}
.text10 {
  color : #7E0123;
  font-family : Verdana, Arial, Tahoma, Helvetica;
  font-size : 10px;
  font-weight : normal;
  text-decoration : none;
}
.text11 {
  color : #7E0123;
  font-family : Verdana, Arial, Tahoma, Helvetica;
  font-size : 10px;
  font-weight : bold;
  text-decoration : none;
}

div#main {
	margin: 0;
	padding: 0;
	width: 577px;
}
div#main p {
	text-align: justify;
	margin: 6px 10px 6px 10px;
	font-size: 12px;
}
 

div#spec {
	margin: 0;
	padding: 0;
	width: 234px;
}
div#spec p {
	text-align: justify;
	margin: 6px 6px 6px 6px;
	font-size: 12px;
}
div#top {
	margin: 0;
	padding: 0;
	width: 226px;
	background: #FFFBB0;
}
div#top2 {
	margin: 0;
	padding: 0;
	width: 226px;
	background: #FEEFDA;
}
div#left {
	margin: 0;
	padding: 0;
	width: 165px;
	background: url(../img/but_left.gif);
	background-repeat: no-repeat;
}
div#left ul {
	margin: 4px 0 0 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	font-family : Arial, Helvetica, Verdana;
	color: #C35905;
}
div#left ul li {
	list-style: none;
	margin: 0 0 4px 6px;
	font-size: 11px;
	font-weight: normal;
}
div#left a {
	text-decoration : underline;
  	font-family : Arial, Helvetica, Verdana;
  	font-size : 11px;
  	font-weight : normal;
	color: #0000ff;
}
div#left a:hover {
	color: #7983fd;
	font-family : Arial, Helvetica, Verdana;
  	font-size : 11px;
  	font-weight : normal;
  	text-decoration: underline;
}
div#list {
	margin: 0;
	padding: 0;
	width: 557px;
	height: 60px;
	background: #F3EFE0;
}
div#list2 {
	margin: 0;
	padding: 0;
	width: 557px;
	height: 60px;
	background: #EFECB8;
}
div#login {
	display: none;
}

p {
	margin: 2px 10px 2px 10px;
	list-style-type : circle;
	text-align : justify;
} 

.img {float: right; margin: 3px 0 0 6px}
.img1 {float: left; margin: 6px}

.iftext {
	color: red;
	width: 300px
	}
input{
	color: green;
	}
textarea{
	width: 300px;
	color: blue;
	height: 100px;
	overflow: visible
}
.alert{
	color: red;
	text-align: center;
	font-weight: bold;
	font-family: Arial;
}