body	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: rgb(31, 69, 89);
}

h1 {  
	font-weight: bold; 
	font-size: 200%;
	color: #FFFFFF; 
	text-decoration: none;
	margin-top: 42px;
	margin-left: 5px;
	margin-right: 5px;
	}

h1.release {  
	font-weight: bold; 
	font-size: 200%; 
	color: #FFFFFF; 
	text-decoration: none;
	margin-top: 42px;
	margin-left: 5px;
	margin-right: 5px;
	font-style: italic;
	}
	
h2 {  
	font-weight: bold;
	font-size: 150%;  
	color: #FFFFFF; 
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
	}

h3 {  
	font-weight: bold;
	font-size: 100%;  
	color: #FFFFFF; 
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
	}
	
a:link {
	color:#FFFFFF;
	font-size: 100%;
	font-weight: bold;
	}

a:visited {
	color: rgb(237,221,199);
	font-size: 11px;
	}

a:hover {
	color: rgb(215,168,96);
	}
	
a:link.menu {
	color:#FFFFFF;
	text-decoration: none;
	display: block;
	}

a:visited.menu {
	color: rgb(237,221,199);
	text-decoration: none;
	display: block;
	}
	
a:hover.menu {
	color: rgb(31,69,89);
	text-decoration: none;
	display: block;
	}

a:link.login {
	text-decoration: none;
	display: block;
	}

a:visited.login {
	color: rgb(237,221,199);
	text-decoration: none;
	display: block;
	}
	
a:hover.login {
	color: rgb(215,168,96);
	text-decoration: none;
	display: block;
	}
	
div.lhc	{
	position: absolute;
	top: 105px;
	left: 0%;
	width: 14%;
	background-image: url(blueNewsprintTexture.jpg);
	height: 100%;
	}
	
div.releaseBody	{
	position: absolute;
	top: 105px;
	left: 14%;
	width: 46%;
	background-color: rgb(31, 69, 89);
	}

div.pPics	{
	position: absolute;
	top: 105px;
	left: 60%;
	width: 40%;
	height: 100%;
	background-image: url(blueNewsprintTexture.jpg);
	}

img	{
		border: none;
	}

div.pPics img	{
		border-bottom: 3px solid rgb(215,168,96);
	}

img.ad	{
		position: absolute;
		top: 84px;
		left: 0px;		
	}
	
img.logo	{
		position: absolute;
		top: 0px;
		left: 0px;
	}

.formFailed	{
		border: 1px solid rgb(235,84,48);
		background-color: rgb(249,204,193);
	}
	
p	{
		margin-left: 5px;
		margin-right: 5px;
	}

p.error	{
		color: rgb(235,84,48);
	}
	
table	{
		font-size: 100%;
	}

table.bordered	{
		border: 3px solid rgb(123,118,93);
	}
	
table.menu	{
		position: absolute;
		top: 84px;
		left: 0;
		width: 100%;
		height: 21px;
		font-size: 11px; 
	}

table.login	{
		position: absolute;
		top: 105px;
		left: 14%;
		width: 13%;
		height: 21px;
		font-size: 11px; 
	}

td	{
		vertical-align: top;
	}

td.director	{
	border-top: 1px solid rgb(215,168,96);
	}
	
td.lhs {
	background-color: rgb(215,168,96);	
	}

td.login	{
	width: 50%;
	background-color: rgb(31,69,89);
	border: 1px dotted rgb(123,118,93);
	}

td.menu	{
	width: 11%;
	background-color: rgb(215, 168, 96);
	}
	
td.menustyle	{
	background-color: rgb(215, 168, 96);
	}

table.bordered th	{
	background-color: rgb(237,221,199);
	color: rgb(31,69,89);
	}

