body {
	margin: 0px;
	background-image: url(images/back_fade.jpg);
	background-color: #AAB8C5;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}
.back {
	background-image: url(images/flag.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
}
.column {
	background-color: #073980;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align: center;
	padding-bottom: 10px;
}
.content {
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
td {
	text-align: left;
	vertical-align: top;
}
.foot {
	font-size: x-small;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
	text-align: center;
	vertical-align: top;
}
h1 {
	font-size: medium;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.scroll {
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #063471;
	border-right-color: #063471;
	border-bottom-color: #063471;
	border-left-color: #063471;
	color: #073980;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.bullet {
	background-image: url(images/bullet.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.content_back {
	background-color: #073980;
	background-image: url(images/content_back.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.float_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.bottom_pad {
	padding-bottom: 8px;
}
