body{
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
	line-height: 21px;
	text-align: center;
	background-image: url(bg.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
img{

	border: 0px;

}
p{
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	line-height: 21px;
}
a:link {
	color: #0000CC;
	text-decoration: underline;
}
a:visited {
	color: #4A2460;
	text-decoration: underline;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}

.red{
	color: #DA3927;
	font-size: 13px;
}
.greyContainer{
	background-color: #E7E7E7;
	padding: 5px;
	margin-bottom: 10px;
}
#bodyContainer{
	text-align: left;
	width: 767px;
	margin-right: auto;
	margin-left: auto;
}
#headerContainer{
	margin-right: 12px;
	margin-left: 12px;
}
#menuContainer{
	margin-right: 12px;
	margin-left: 12px;
	width: 745px;
	background-color: #526D8A;
}
#menuTable{
	height: 32px;
	margin-right: 8px;
	margin-left: 8px;
}
#menuTable td{
	vertical-align: top;
}
.menuSelected{
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#contentContainer{
	margin-right: 12px;
	margin-left: 12px;
	background-color: #526D8A;
	width: 745px;
}
#contentTable{
	margin-right: 8px;
	margin-left: 8px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
}
#contentTable td{
	vertical-align: top;
}
#mainContainer{
	margin-right: 55px;
	margin-left: 27px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #939393;
}
#submenuContainer{
	margin-bottom: 10px;
}
#submenuContainer a:link,#submenuContainer a:visited{
	color: #666666;
	text-decoration: none;
}
#submenuContainer a:hover{
	color: #333333;
	text-decoration: underline;
}
.title {
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(bg_headline.jpg);
	background-repeat: repeat-y;
	padding-top: 1px;
	margin-bottom: 20px;
	margin-top: 15px;
	letter-spacing: 1px;
	padding-bottom: 1px;
	padding-right: 5px;
	padding-left: 5px;
}
.content{
	margin-top: 5px;
	margin-bottom: 5px;
}
.content img{
	margin-top: 5px;
	margin-bottom: 10px;
}
ul{
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 25px;
}
ul li{
	margin-top: 0px;
	margin-bottom: 3px;
}
ol{
	margin-top: 5px;
	margin-bottom: 10px;

}
ol li{
	margin-top: 0px;
	margin-bottom: 5px;

}
ol ul{
	margin-top: 5px;
	margin-bottom: 20px;
}
ol ul li{
	margin-top: 0px;
	margin-bottom: 3px;
}
.gotoTop{
	text-align: right;
	margin-bottom: 20px;
	margin-top: 10px;
}
.gotoTop a:link,.gotoTop a:visited{
	color: #0000CC;
	text-decoration: none;
}
.gotoTop a:hover{
	color: #0033FF;
	text-decoration: none;
}
#footerContainer{
	margin-right: 12px;
	margin-left: 12px;

}
