BODY, TD {
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
h1 {
	font-size: 180%;
}

a {
	color: black;
	text-decoration: underline;
}
a:hover {
	color: #FAAA53; /* E71A24 */
	text-decoration: underline;
}
.top_menu {
	color: White;
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
}
.red_symbol {
	color: Red;
}
.top_menu:hover {
	color: White;
	text-decoration: underline;
}

.td_light {
	border-left-color: White;
	border-left-width: 1px;
	border-bottom-color: White;
	border-bottom-width: 1px;
	background-color: #F9F9F9;
}
.td_dark {
	border-left-color: White;
	border-left-width: 1px;
	border-bottom-color: White;
	border-bottom-width: 1px;
	background-color: #F5F5F5;
}
.td_head {
	border-left-color: White;
	border-left-width: 1px;
	border-bottom-color: White;
	border-bottom-width: 1px;
	background-color: #CCDDE8;
}

hr {
	height:1px;
	color:#B7B7B7;
	width:40%;
	text-align : center;
}

.input {
	font-size: 100%;
	font-family: Verdana;
	color: #000000;
	background-color: #CCDDE8;
	border-width: 1px;
	border: 1px solid #B7B7B7;
}