html {
overflow-y: scroll;
}
body {
	font: 10pt Arial, Helvetica, sans-serif;
	background-color: #F1F3FB;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/shell/bg.jpg);
	background-repeat: repeat-x;
	color: #666666;
	text-align: left;
}
a:link {
	color: #344692;
	text-decoration: none;
}

.MainMenu {
	font-size: 9pt;
	height: 23px;
	text-align: center;
	color: #FFFFFF;
}
.MainMenu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
td.link a {
	color: #ffffff;
}
td.link:hover a {
	color: #344692;
}
td.link:hover {
	background-image: url(/images/shell/menuon_bg.gif);
	background-repeat: repeat-x;
}
.SubMenu {
	font-size: 8pt;
	color: #344692;
}
.SubMenu a {
	color: #344692;
	text-decoration: none;
}
.BlockTitle {
	color: #666666;
	font-size: 14pt;
	text-decoration: none;
	background-image: url(/images/shell/headerbg_small.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 30px;
	padding-bottom: -5px;
}
.NewsTitle {
	font-weight: bold;
	text-transform: uppercase;
	color: #344692;
	text-decoration: none;
}
a:visited {
	color: #344692;
	text-decoration: none;
}
a:hover {

	color: #344692;
	text-decoration: underline;
}
a:active {


	color: #344692;
	text-decoration: underline;
}
.Content {
	padding: 10px;
}.Content p {
	margin-right: 20px;
	margin-left: 20px;
}
h1 {
	background-image: url(/images/shell/headerbg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 18pt;
	text-indent: 10px;
}
.Content h2 {
	color: #7D89BD;
	font-size: 14pt;
}
.ImgBorder {
	border: 1px solid #CCCCCC;
	padding: 1px;
	margin-left: 5px;
	float: right;
}
