@charset "utf-8";
/* CSS Document */

/*
colours:
orange dark = #FE9320
orange light = #FDB827
blue dark = #01285C
blue light = #00539F
*/

body {
	padding: 0;
	margin: 0;
	
	font-family:Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:12px;
	color: #FFFFFF;
	color: #00539F;
	line-height: 18px;
	
	background-color: #dddddd;
	background-image:url(../images/background-globes.png);
	background-repeat:repeat-x repeat-y;
}

td, th { font-size:12px; }

p, li { text-align: justify; margin-bottom: 14px; }

input, select { 
	font-family:Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:12px;
	color: #00539F;
}

th { text-align: left; }

a, a:link, a:visited { color: #FDB827; text-decoration:none; }
a:hover { text-decoration: underline; }


h1 { font-size: 16px; }
h2 { font-size: 14px; }
h3 { font-size: 13px; color:#FDB827; }

.titleOrange { font-weight: bold; font-size: 11px; color:#FDB827; }
.titleBlue { font-weight: bold; font-size: 11px; color:#00539F; }

.nav { color: #FFFFFF; }

.nav a, .nav a:link, .nav a:visited { color: #999999; text-decoration: none; display: block; }
.nav a:hover { background-color:#CCCCCC; color: #00539F; text-decoration: none; display: block; }

.nav td { text-align: center; padding: 0px; height: 50px; }

.textWhite, .textWhite a, .textWhite a:link, .textWhite a:visited { color: #FFFFFF; text-decoration:none; }
.textWhite a:hover { text-decoration: underline; }

.textBlue, .textBlue a, .textBlue a:link, .textBlue a:visited { color: #00539F; text-decoration:none; }
.textBlue a:hover { text-decoration: underline; }

.form_content {
	background-color: #f0f0f0;
	border: 1px solid #CCCCCC;
	padding: 10px;
 }
 
.footer
{
	background-color: #00539F;
}