body {
	color:#000; 
	background-color: <%=E_BGCOL%>;
	font-family: "arial","verdana","Sans-Serif";
	font-size:14px;
}
html, body, #wrapper, #wrapper2 {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
#wrapper, #wrapper2 {
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	width: <%=E_PAGEWIDTH+32%>px;
}
#wrapper2
{
	height: 20px;
}
#menu {
	background-color: #C0E8E8;
	background-color: #E0F0F0;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	height:30px;
	text-align:center;
	Font-Size:13px;
}
h2 { margin-top:30px;
}
#descr tr td {
	text-align:left;
	vertical-align:top;
	padding-left:40px;
	padding-right:10px;
	padding-bottom:10px;
	font-size:14px;
}

a:link 		{  color: #404040; text-decoration: none; Font-Weight: bold;}
a:active	{  color: #404040; text-decoration: none; Font-Weight: bold;}
a:visited	{  color: #404040; text-decoration: none; Font-Weight: bold;}
a:hover		{  color: #000000; text-decoration: underline; Font-Weight: bold;}
.small
{
	Font-Size: 10px;
}