@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0F0F0F;
	
	margin: 0px;
	
	background-color: #304562;
}

p, form, h1, h2, h3 {
	margin: 0px;
}

.content {
	padding: 16px;
}

.main_text {
	font-size: 13px;
	text-align: justify;
	padding-right: 10px;
	color: #0F0F0F;
}

.main_text table tr td {
	font-size: 13px;
	text-align: justify;
	color: #0F0F0F;
}

.footer {
	color: #FFF;
	font-size: 11px;
	letter-spacing: 1px;
}

.footer a:link, .footer a:active, .footer a:visited {
	color: #FFF;
	font-size: 11px;
	letter-spacing: 1px;
	
	text-decoration: none;
}

.footer a:hover {
	color: #f0be5b;
	font-size: 11px;
	letter-spacing: 1px;
	
	text-decoration: underline;
}

h1 {
	font-size: 19px;
	font-weight: bold;	
}

.orange {
	color: #f0be5b;
}

.red {
	color: #CC0000;
}

a:link, a:visited, a:active {
	color: #0F0F0F;
	text-decoration: underline;
}

a:hover {
	color: #f0be5b;
	text-decoration: underline;
}

.colour_table {
	text-align:center;	
}

.colour_table img {
	border: 1px;	
	border-style:solid;
}

#gallery img {
	border: 1px;
	border-style: solid;
	border-color: #999;
	background-color: #E0E0E0;
	padding: 5px;
}