html, body
{
	background: #5A5C5F;
	color: #000;
	margin-top: 0px;
}
html, body, h2, h3, h4, div, p, ul, li, input 
{
	font-family: Arial, Helvetica, sans-serif;
}
img
{
	border-width: 0px;
}
a:link {text-decoration: underline; color: #11a}
a:visited {text-decoration: underline; color: #03a}
a:hover {text-decoration: underline; background:#fff; color: #74f }
a:active {text-decoration: underline; color: #44d}
.main_div
{
	width: 70%;
	height: 600px;
	margin-left: 15%;
	margin-right: 15%;
	padding-top: 1%;
	padding-bottom: 1%;
	background:#f6f6f6;
	border-color: #f9f9f9;
	border-style: solid;
			
}
.footer_style
{
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
	background:#eee;
	border-color: #ddd;
	border-width: 1px;
	border-style: solid;
	font-size: 9px;
			
}

.title
{
	font-size: small;
	background: #f6f6f6;
	text-align: center;
}
a
{
	text-decoration: none;
}

.menu_current
{
	font-weight: bold;
	text-decoration:none;
}
.menu_link{
	font-weight: normal;
	text-decoration:none;
}
.scroll_box
{
	width:99%;
	height:470px;
	border:0px;
	padding: 0px 0px 5px 5px;
	overflow:auto;
}
.centered
{
	text-align: center;
}
.right
{
	text-align: right;
}
.left
{
	text-align: left;
}

.news
{
	width: 79%;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 20px;
	margin-bottom: 20px;
	background:#eeeeee;
	border-color: #dddddd;
	border-width: 2px;
	border-style: dashed;
	font-size: 9px;
	overflow: hidden;

}
.news_title
{
	font-size: 18pt;
	text-align: center;
	border-bottom: dashed 1px #dddddd;
}
.news_img
{
	float: left;
	margin: 10px;
	
}
.news_text
{
	font-size: 12pt;
	text-align: justify;
	padding: 10px;

}
.image_table
{
	width: 99%;
	text-align:center;
}
.image_td
{
	border: 1px dotted #ddd;
	width: 25%;
}
.vsmall_text
{
	font-size: 6pt;
	font-weight: bold;
}
.small_text
{
	font-size: 8pt;
}

.error
{
	font-size: 12pt;
	color: red;
	font-weight: bold;
	text-align:center;
}
.menucontainer
{
	background: #eee;
	text-align: center;
	border-color: #dddddd;
	border-style: solid;
	border-width: 2px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.menulist
{
	display: inline;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

