html {
	overflow-x: auto;
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}

body, th, tr, td, pre, a {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #414141;
}

a {
	color: #444444;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	/**color: #ffffff;
	background-color: #d3d9de;
	*/
}

/** ==================== input ==================== */
input, textarea, select {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
}

.button {
	cursor:pointer;
}

/** ==================== colors ==================== */
.gray {
	color: #414141;
}

.white {
	color: #ffffff;
}

.red {
	color: #aa0000;
}

.green {
	color: #00aa00;
}

.orange {
	color: #ffb55a;
}

.blue {
	color: #3c72a5;
}

.blue a {
	color: #3c72a5;
}

.blue a:hover {
	color: #ffb55a;
}

.bgBlue {
	background-color: #dadaff;
}

/** ==================== fonts ==================== */
.title {
	color: #3c72a5;
	font-weight: bold;
}

.fontSmall {
	font-size: 9px;
}

/** ==================== main design ==================== */
.menu {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	height: 42px;
	color: #ffffff;
	font-weight:bold;
	font-size:12px;
	cursor: pointer;
}

.menu_separator {
	background: url(../images/menu_separator.gif);
	width: 2px;
	height: 43px;
}

.menu_dropdown {
	padding-left: 10px;
	padding-right: 5px;
	padding-top:5px;
	padding-bottom:5px;
	color: #ffffff;
	font-weight:normal;
	font-size:12px;
	cursor: pointer;
}

.bottom {
	background:url(../images/bottom_bg.jpg);
	height:43px;
	color: #ffffff;
}
.bottom a {
	color: #ffffff;
	font-weight: bold;
}

.bottom_menu {
	background: url(../images/bottom_menu_bg.gif);
	height:26px;
	color: #386897;
}
.bottom_menu a {
	color: #386897;
	font-weight: normal;
}

.caption {
	background: url(../images/caption_bg.gif);
	height: 26px;
	color: #366491;
	font-weight: bold;
	padding-left: 10px;
}

.main_separator_v {
	background: url(../images/main_separator_v.gif);
	width: 3px;
}