body {
	background-color: white;
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	color: #202020;
}

td {
	font-size: 11pt;
}

td.main {
	border: #9C9C9C 1px solid;
}

td.cont {
	background-image: url(img/diag.gif);
	background-repeat: repeat-y;
	padding: 15px;
}

td.menu {
	background-image: url(img/menu_bg.gif);
}

td.menu_item {
	background-image: url(img/item.gif);
	height: 31px;
	text-align: center;
	font-family: Arial, Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #EEAAAA;
}

td.menu_item_big {
	background-image: url(img/item_big.gif);
	height: 40px;
	text-align: center;
	font-family: Arial, Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #EEAAAA;
}

td.bg_left {
	background-image: url(img/bg_left.gif);
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a {
	color: #990000
}

a.menu {
	color: #EE9999;
}

a.menu:hover {
	color: white;
}

h1 {
	color: #990000;
	font-size: 20pt;
	font-weight: bold;
	font-family: Times New Roman, Times, serif;
	text-align: center;
}

td.tbl {
	background-color: #EFEFEF;
	padding: 3px;
}

td.hdr {
	font-weight: italic;
	padding: 3px;
	font-size: 8pt;
	text-align: left;
}
td.hdr_cont {
	font-weight: italic;
	padding: 3px;
	font-size: 9pt;
	text-align: left;
}

td.bnb {
	padding: 20px;
	color: #990000;
	font-family: Tahoma, Verdana, Arial;
	text-decoration: none;
}

td.ad {
	font-weight: bold;
	padding: 20px;
	color: #990000;
	font-family: Tahoma, Verdana, Arial;
	text-decoration: none;
}

.input {
	border:1px solid #DDDDDD;
	background-color: #FEFEFE;
	height: 18px;
	font-size: 12px;
	font-weight: bold;
}

.input_button{
	border:2px solid #555555;
	background-color: #EEEEEE;
	height: 20px;
	font-size: 12px;
}

.errorMsg_mainContent {
	font-family: Tahoma, Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	line-height: 16px;
}