@CHARSET "UTF-8";

body
{
	background-image: url('images/body-bg.gif');
	background-repeat: repeat-x;
	background-color: #e9e8e7;
	margin: 0px;
}

body, td, font
{
	font-family: Tahoma;
	font-size: 12px;
	color: #4c5f1e;
}
td
{
	vertical-align: top;
}
img
{
	border: 0px;	
}

input, select, textarea
{
	border: 1px solid #a1ad88;	
}

table
{
	border-collapse: collapse;
}

table.main
{
	text-align: left;
}

.collumn-left
{
	padding-left: 4px;
}

.collumn-center
{

}

.collumn-right
{
	padding-right: 4px;
}

.leftbox
{
	width: 176px;
	border: 1px solid #b8c7cf;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}

.mainbox
{
	width: 408px;
	border: 1px solid #b8c7cf;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	padding: 10px;
}

.menu
{
	margin: 0px;
	padding: 0px;
}

.menu a
{
	display: block;
	background-image: url('images/menu-bg.gif');
	background-repeat: no-repeat;
	height: 31px;
	color: #617b9d;
	text-decoration: none;
	font-weight: normal;
	font-size: 18px;
	letter-spacing: -1px;
}
.menu a:hover
{
	color: #b4c7e0;	
}

.menu a img
{
	margin: 0px 10px 0px 10px;
	display: inline;
	vertical-align: middle;
	padding-bottom: 2px;
}

#search
{
	background-color: #eaf1f2;
	text-align: center;
}
#search input  
{
	margin: 10px;
}
.footer
{
	height: 32px;
	background-image: url('images/footer.gif');
	background-repeat: no-repeat;
	/*text-align: right;*/
	padding-right: 15px;
	padding-bottom: 2px;
	vertical-align: middle;
}

.shortinfo
{
	text-align: right;
	padding-right: 10px;
	height: 20px;
}

h1
{
	background-image: url('images/h1.gif');
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	padding: 8px;
}
p
{
	margin: 5px 10px 5px 10px;
	line-height:19px;
}

.NewsCaptionCell {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-style: normal;

	font-weight: bold;

	/*color: #0000C0;*/

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #666666;

	padding-bottom: 2px;

}

.submenu
{
	color: #617b9d;
}