body {
	background-image: url(gfx/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.BGContent {
	background-image: url(gfx/bg_content.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 42px;
	background-color: #E9E8E4;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #003366;
	font-weight: normal;
	margin-bottom: 40px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	line-height: 18px;
}
li {
	list-style-type: square;
	line-height: 30px;
	font-size: 14px;
}
li a {
	text-decoration: none;
}
.Txt10 {
	font-size: 10px;
}
a {
	color: #003366;
}
a:hover {
	background-color: #FFFFFF;
}
b, strong { color:#333333}
.bigboldlink {
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}
.bigboldlink a{
	color: #666666;
}
.bigboldlink a:hover{

	color: #000066;
}

