.menu {
	font-family: Verdana;
	font-size: 7pt;
	font-weight: bold;
	color: #666633;
	text-decoration: none;
}

.menu:hover {
	font-family: Verdana;
	font-size: 7pt;
	font-weight: bold;
	color: #ff6633;
	text-decoration: none;
}


.text {
	font-family: Verdana;
	font-size: 7pt;
	font-weight: normal;
	color: #666633;
}

.dark_text {
	font-family: Verdana;
	font-size: 7pt;
	font-weight: normal;
	color: #444f36;
}

.information_text {
	font-family: Verdana;
	font-size: 7.5pt;
	font-weight: normal;
	color: #444f36;
}


.small_img {
	border: 1px solid;
	border-color: #ff6633;
}

.main_img {
	border: 1px solid;
	border-color: #253c65;
}

.remark_text {
	font-family: Verdana;
	font-size: 7pt;
	font-weight: normal;
	color: #666633;
}

.title {
	font-family: Verdana;
	font-size: 7pt;
	font-weight: bold;
	color: #ff6633;
}

.table {
	border: 1px solid;
	border-color:#cff222;
}

.form {
	border: 1px solid;
	border-color:#444f36;
	font-family: Verdana;
	font-color: #444f36;
	font-size: 7pt;
	height:17px;
	width:180px;
	background-color : #fbfc94;
}

.small_form {
	border: 1px solid;
	border-color:#444f36;
	font-family: Verdana;
	font-color: #444f36;
	font-size: 7pt;
	height:17px;
	width:75px;
	background-color : #fbfc94;
}

.big_form {
	border: 1px solid;
	border-color:#444f36;
	font-family: Verdana;
	font-color: #444f36;
	font-size: 7pt;
	height:51px;
	width:180px;
	background-color : #fbfc94;
}

.button {
	border: 1px solid;
	border-color:#ff6633;
	font-family: Verdana;
	font-weight: bold;
	font-color: #444f36;
	font-size: 7pt;
	height:17px;
	width:50px;
	background-color:#ffe066;
}

.hplink {
	font-family: Verdana;
	font-size: 7pt;
	font-weight: normal;
	color: #444f36;
	text-decoration: none;
}

.hplink:hover {
	font-family: Verdana;
	font-size: 7pt;
	font-weight: normal;
	color: #ff6633;
	text-decoration: none;
}

