body {
	background-color: #cccccc;
	margin-top: 20px;
}

table.full {
	background-color: #B3C2C7;
	margin: 0px;
	padding: 0px;
	width: 755px;
	border: 6px solid #FFFFFF;
}

table.topsubnav {
 	width: 708px;
}

table.bottomsubnav {
 	width: 374px;
}

td {
	vertical-align: top;
}

td.logo {
	background-color: #165E5E;
	text-align: left;
	height: 115px;
	vertical-align: middle;
}

td.topnav {
    background-color: #661818;
	text-align: centre;
	height: 27px;
	vertical-align: middle;
}

td.bottomnav {
	background-color: #661818;
	text-align: center;
	height: 27px;
	vertical-align: middle;
}
	
td.leftspace {
	width: 20px;
}

td.content {
	width: 352px;
	text-align: left;
	vertical-align: top;
	height: 600px;
}

td.contentnuclear {
	width: 352px;
	text-align: left;
	vertical-align: top;
	height: 600px;
}

td.rightspace {
	width: 20px;
}

td.graphic {
	width: 348px;
	vertical-align: top;
	background-color: #90AAB6;
}

td.blackgraphic {
	width: 348px;
	vertical-align: top;
	background-color: #000000;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	line-height: 16px;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	line-height: 16px;
}

.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	line-height: 20px;
}

.boldred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #990000;
	font-weight: bold;
	line-height: 20px;
}

.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
}

.quotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-style: italic;
	line-height: 20px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
}

a:link {
	text-decoration: none;
	color: #6B1B1B;
}

a:visited {
	text-decoration: none;
	color: #6B1B1B;
}

a:hover {
	text-decoration: underline;
	color: #984545;
}

a:active {
	text-decoration: none;
	color: #000000;
}