
body, input, select, textarea, td {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	line-height: 18px;
}
body {
	margin: 0px 0px 0px 0px;
	background-image:none;
	background-repeat:repeat-x;
	background-color:#ddf2b0;
}
form {
	padding:0px;
	margin:0px;
}

hr {
	color:#d0e6fc;
}

/********************************************* Links */
a {
	text-decoration:none;
	color:#0000ff;
}
a:visited {
	text-decoration:none;
	color:#0000ff;
}

a:hover {
	text-decoration:underline;
}

/************************************************************** Headings */
h1 {
	font-size:20px;
	margin-bottom: 5px;
	padding-bottom:0px;
	color:#1954a8;

}
h2 {
	font-size:13px;
	color:#1954a8;
}

/********************************************* Forum */
table.BoxForum {
	/*border:1px solid #91a7b4;*/
} table.BoxForum tr.head td {
	background-color: #b7c2e4;
	color: #4e5978;
	text-align:center;
} table.BoxForum td {
	background-color: #dadfee;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #ffffff;
	padding: 8px 8px 8px 8px;
	text-align:left;
} table.BoxForum a {
	color: #000000;
	font-weight:bold;
}


/********************************************* Main */
table.main {
	width: 1012px;
	background-color:#ffffff;
} td {
	padding: 0px 0px 0px 0px;
}
div.main {
	padding: 20px;
	text-align:left;
	width:685px;
	float:left;
}
div.main strong, div.main b {
	font-weight: normal;
}


/********************************************* Right menu */
div.right {
	float:right;
	width: 250px;
	padding: 20px 20px 0px 0px;
}

/********************************************* Site Top */
div.top {
	padding-bottom: 0px;
	margin-bottom:0px;
}

/********************************************* Menu */
div.menu_top {
	float:left;
	text-align:left;
} div.menu_top div {
	background-color: #d0e6fc;
	padding: 3px 7px 1px 7px;
	border: 1px solid #a2cdfa;
	border-bottom-width:0px;
	margin-left:15px;
	float:left;
} div.menu_top div.selected {
	background-color: #a2cdfa;
	padding: 3px 7px 1px 7px;
} div.menu_top a {
	color: #000000;
}
div.menu_bottom {
	float:left;
	width:996px;
	text-align:left;
	background-color: #a2cdfa;
	padding: 2px;
	height:26px;
} div.menu_bottom div {
	padding: 1px 7px 1px 7px;
	border: 1px solid #a2cdfa;
	margin-right:5px;
	float:left;
} div.menu_bottom div.selected {
	background-color: #d0e6fc;
} div.menu_bottom a {
	color: #000000;
} div.menu_bottom div.show {
	display:inline;
} div.menu_bottom div.hide {
	display:none;
}

/********************************************* Site Bottom */
div.bottom {
	padding: 3px 3px 3px 20px;
	width:977px;
	background-color: #a2cdfa;
	clear:both;
	font-size:10px;
} div.bottom a {
	color:#000000;
} div.foot {
	padding-left:20px;
	font-size:10px;
	text-align:left;
	margin:10px 0px 10px 0px;
}
div.foot a {
	color:#000000;
}
