@charset "utf-8";
/* CSS Document */

body, html
{
	background:url(../img/bckg.png) top center repeat-x;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#333;
}

a.topmnu
{
	margin-left:22px;
	margin-right:22px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
}

a.topmnu:hover
{
	color:#bad4ff;
}


.header
{
	background:url(../img/header.png) no-repeat;
	height:142px;
}

.img
{
	height:243px;
	width:974px;
	margin-left:2px;
}

h1
{
	font-size:24px;
	color:#8a2221;
	font-weight:bold;
	margin-bottom:30px;
	line-height:28px;
}

.content
{
	width:914px;
	padding:30px;
}

p
{
	margin-bottom:15px;
}

.bottom
{
	height:51px;
	background:url(../img/bottom.png) repeat-x;
	text-align:center;
	line-height:5px;
}

.bottom a
{
	color:#fff;
}

.contmenu
{
}

.conttop
{
	height:78px;
	color:#fff;
	padding-left:330px;
	padding-top:30px;
}

a
{
	text-decoration:none;
	color:#ff0101;
}

a:hover
{
	text-decoration:underline;
}

strong
{
	font-weight:bold;
}

em
{
	font-style:italic;
}

.tblfx
{
	width:100%;
}

.tblfx td
{
	padding:10px;
	border:1px solid #939eb1;
	vertical-align:middle;
}

.trfx td
{
	background:#bdc7d8;
	font-weight:bold;
}

.odd
{
	background:#e3e7ef;
}

.addbrn
{
	border:1px solid #939eb1;
}

.addbrn td, .addbrn tr
{
	border:0 none;
	padding:10px;
	vertical-align:middle;
}

.addbrn td
{
	border-bottom:1px solid #939eb1;	
}