body{
	background-color: #417CB9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 120%;
	margin: 0px;
	background-image: url(img/mainBg.gif);
	background-repeat: repeat;
    
}

body td, th {}

.mainTable {
	width: 780px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
    line-height: 150%;
}

.header {
	background-image: url(img/headerBg.gif);
	background-position: top center;
	height: 226px;
}

.content{
	background-image: url(img/mainTableRepeatBg.gif);
	background-repeat: repeat-y;
}

.content table
{
    border-collapse: collapse;
}

.content a{
	color: #F48516;
	text-decoration: underline;
}

.futter{
	background-image: url(img/futterBg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 41px;
    padding-top: 5px;
}

h1, h2, h3, h4{
	color: #486FC9;
	font-size: 18px;
}

#dynamicContent{
	padding-right: 20px;
	padding-left: 20px;
}

#menuRight{

}

.menuRight a{
	background-image: url(img/menuBg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	padding-top: 15px;
	height: 30px;
	width: 200px;
	color: #4D6185;
	font-size: 11px;
	text-decoration: none;
	text-indent: 30px;
	margin-right: 20px;
	font-weight: bold;
}

.menuRight a:hover{
	background-image: url(img/menuBgHover.gif);
	color: #E88B00;
}

.futter{
	font-size: 10px;
	color: #6B9CD7;
	text-align: center;
}

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

