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

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

.submenu {
	font-family: Verdana;
	font-size: 7.5pt;
	font-weight: bold;
	color: #423131;
	text-decoration: none;
}

.submenu:hover {
	font-family: Verdana;
	font-size: 7.5pt;
	font-weight: bold;
	color: #eeeeff;
	text-decoration: none;
}

.main_text {
	font-family: Verdana;
	font-size: 7.5pt;
	font-weight: normal;
	color: #423131;
}

.orange_main_text {
	font-family: Verdana;
	font-size: 7.5pt;
	font-weight: normal;
	color: #ff9933;
}

.colored_main_text {
	font-family: Verdana;
	font-size: 7.5pt;
	font-weight: normal;
	color: #7b7bb5;
}

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


.subtitle {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #7b7bb5
}

.subtitle_orange {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #d43b12;
	text-decoration: none;
}


.hplink {
	font-family: Verdana;
	font-size: 7.5pt;
	font-weight: normal;
	color: #d43b12;
	text-decoration: none;
}


.hplink:hover {
	font-family: Verdana;
	font-size: 7.5pt;
	font-weight: normal;
	color: #d43b12;
	text-decoration: underline;
}


.td {
	font-family: Verdana;
	font-size: 7.5pt;
	color: #423131;
	border: 1px solid;
	border-color: #423131;
}

.body {
	scrollbar-3d-light-color: #eeeeff;
	scrollbar-arrow-color: #7b7bb5;
	scrollbar-base-color: #eeeeff;
	scrollbar-dark-shadow-color: #eeeeff;
	scrollbar-face-color: #eeeeff;
	scrollbar-highlight-color: #7b7bb5;
	scrollbar-shadow-color: #eeeeff;
	scrollbar-track-color: #eeeeff;
	font-family: Verdana;
	font-size: 7.5pt;
	font-weight: normal;
	color: #423131;
}

.img {
	border: 1px solid;
	border-color: #7b7bb5;
}


.th {
	position:absolute;
	left:0px;
}

.form {
	border: 1px solid;
	border-color:#7b7bb5;
	font-family: Verdana;
	font-color: #423131;
	font-size: 7.5pt;
	height:17px;
	width:200px;
	background-color: white;
}

.small_form {
	border: 1px solid;
	border-color:#7b7bb5;
	font-family: Verdana;
	font-color: #423131;
	font-size: 7.5pt;
	height:17px;
	width:100px;
	background-color: white;
}

.big_form {
	border: 1px solid;
	border-color:#7b7bb5;
	font-family: Verdana;
	font-color: #423131;
	font-size: 7.5pt;
	height:92px;
	width:460px;
	background-color: white;
}

.combo {
	border: 1px solid;
	border-color:#7b7bb5;
	font-family: Verdana;
	font-color: #423131;
	font-size: 7.5pt;
	height:30px;
	width:130px;
	background-color: white;
}

.combo_small {
	border: 1px solid;
	border-color:#7b7bb5;
	font-family: Verdana;
	font-color: #423131;
	font-size: 7.5pt;
	height:30px;
	width:100px;
	background-color: white;
}

.button {
	border: 2px solid;
	border-color:#7b7bb5;
	font-family: Verdana;
	font-weight: bold;
	color: #7b7bb5;
	font-size: 7.5pt;
	height:19px;
	width:60px;
	background-color: white;
}

