@charset "UTF-8";
.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
}
.bigtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #990000;
	font-weight: bolder;
	line-height: 26px;
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 18px;
}
.text2bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	font-style: italic;
	font-weight: bold;
	line-height: 18px;
}
html,body {
   margin:0;
   padding:0;
}.text2boldblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
#centred {
width: 550px;
margin: 0px auto -1px auto;
} 
#centred1 {
width: 650px;
margin: 0px auto -1px auto;
} 
.text2boldblueCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
	font-weight: bold;
}
body {
	background-image: url(images/bg3.jpg);
}
.header a:link {
	color: #000033;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 100;
}
.header a:visited    {
	color: #000033;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 100;
}
/*---------------------LINKS-------------------*/
a:hover {
	color: #000033;
}

a {
	color: #000033;
}

a:hover {
	color: #000033;
}

a.titleLinks {
	text-decoration : none;
}

a.titleLinks:hover {
	text-decoration : underline;
	color: #003300;
}

h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	color: #FF0000;
	margin-bottom:0px;
	margin-top:5px;

}

h4 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	color: #CCCCCC;
	margin-bottom:0px;
	margin-top:5px;
	font-weight: bold;

}