body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(media/gui/flag-background.jpg);
}
p {
	font-family: Arial, Helvetica, sans-serif;
}



p a:link {
	color:	#2B6080;
	font-weight: bold;
	text-decoration: none;
}
p a:visited {
	color:	#2B6080;
	text-decoration: none;
}
p a:hover {
	color:	#1281C2;
	text-decoration: underline;
}
h2 {
	color: #2B6080;
	font-size: 19px;
}


.outerTable {
	border: thin solid #052B41;
}
.header {
	background-image: url(media/gui/hdr-bg.jpg);
	background-color: #C7EAFB;
	background-repeat: repeat-x;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-color: #052B41;
	border-bottom-style: solid;
}
.content {
	padding: 15px;
	text-align: center;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-color:#FFF;
	text-align:center;
	color: #C7EAFD;
	background-color: #052B41;
}

.footer a:link {
	color:	#EAF9FF;
	text-decoration: none;
	font-weight: bold;
}

.footer a:visited {
	color:	#EAF9FF;
	text-decoration: none;
}

.footer a:hover {
	color:	#FFFFFF;
	text-decoration: underline;
}
