/* CSS Document */

/************* colours ****************/

.tan {
color : #AC8868
}

.blue {
color :#002448;
}


body{
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	background: #002044;
	margin-top: 30px;
	margin-right: 50px;
	margin-bottom: 30px;
	margin-left: 50px;
	
	}
	
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11pt;
	text-align: left;
	}

ul {
	text-align:left;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	}
h1{
	font: bold 120% ;
	color: #334d55;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3{
	margin: 0px;
	padding: 0px;
	color: #002044;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
	font-variant: small-caps;
	
}

h4 
{
	font: bold 110% Georgia, "Times New Roman", Times, serif;
	color :#002044;
	margin: 0px;
	padding: 5px 0px;
	text-align:;
}

h5
{
	font: bold 110% Georgia, "Times New Roman", Times, serif;
	color :#002044;
	margin: 0px;
	padding: 0px;
	text-weight: bold;
	text-align: left;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #AC8868;
}
h6 {
	font-size: 20pt;
	line-height: 130%;
	color: #FFFFFF;
	background-position: left;
	font-family: Georgia, "Times New Roman", Times, serif;
}


blockquote {
	font-size: 11pt;
	color: #FFFFFF;
	background-color: #AC8868;
	text-align: center;
	width: 80%;
	padding: 8pt;	
}

.smallquote {
	font-size: 10pt;
	text-align: right;
	font-weight: normal;
}

/************* globalNav styles ****************/
#globalNav{
position: relative;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-color : #AC8868;
background-image:  url("glbnav_background3.gif");
}

a, a:visited{
  	font-size: 11pt;
  	color: #421E06;
	font-weight: bold;
}
.sideindent {
	margin-top: 15px;
	margin-right: 5px;
	margin-left: 4px;
}

.whiteback {
	background-color: white;
	}
dt {
	font-size: 10pt;
	font-weight: bold;
	color: #002044;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
dd {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
.indent {
	margin-right: 20px;
	margin-left: 20px;
}
