body {
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	background-image: url('images/gopback.jpg');
	background-repeat: repeat-y; 
	background-color: #ffffff;
}
.MenuItem {
	color: white;
	text-align: left;
	font-family: Arial;
}
.MenuTitle {
	color: white;
	text-align: left;
	font-family: Arial;	
}
.BigText {
	color: black;
	text-align: left;
	font-family: Arial;	
	font-size: 16pt;
	color : #003568;
}
.MedText {
	color: black;
	text-align: left;
	font-family: Arial;	
	font-size: 12pt;
}
.LittleText {
	color: black;
	text-align: left;
	font-family: Arial;	
	font-size: 10pt;
}
.MenuLink {
	text-decoration: none;
	color: white;
	font-family: Arial;	
}
.MenuLink:hover {
	text-decoration: underline;
	color: white;
	font-family: Arial;
}
.LinkBanner {
	text-align: center;
	font-family: Arial;
	font-size: 14pt;
	color: #666699;
	background-image: URL(images/flag-bk1.jpg);
}
.LinkFooter {
	text-align: right;
	font-family: Arial;
	font-size: 12pt;
	color: #666699;
	background-image: URL(images/flag-bk1.jpg);
}
.LinkHeader {
	font-family: Arial;
	font-size: 12pt;
	vertical-align: top;
	font-weight: bold;
}
.LinkTitle {
	font-family: Arial;
	font-size: 12pt;
	vertical-align: top;
}
.Link {
	font-family: Arial;
	font-size: 12pt;
	color: #6666CC;
	text-decoration: none;
}
.Link:hover {
	font-family: Arial;
	font-size: 12pt;
	color: #6666CC;
	text-decoration: underline;
}
.Title {
	font-family: Rockwell;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	color: #00386A;
}
.Divider {
	border-bottom : #000000 1px solid;
	line-height: 8px;
}
.HalfLine {
	line-height : 20%;
}