/* CSS STYLES FOR http://www.beams-ltd.co.uk/ CREATED BY - http://www.thinksoda.com/ */

body{
	background-color: #75695C;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* INTERFACE GFX */

#center_all {   
	position:relative; 
	width: 740px; 
	top: 25px;
	margin-top: 0px;    
	margin-bottom: 0px;    
	margin-left: auto;    
	margin-right: auto;   
	text-align:center; 
	padding: 0px;    
	border: none;
}

/* FORMATTED TEXT */

.normal_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #ffffff;
	text-decoration: none;
}

#footer{
	position:absolute; 
	text-align:center;
	top: 600px;
}

a.footer:link, a.footer:visited, a.footer:active {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 09px;
	text-decoration: none;
	font-weight: bold; 
	color: #574f46;
}

a.footer:hover {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 09px; 
	text-decoration: none;	
	font-weight: bold; 
	color: #000000;
}

p + p { 
	margin-top: -5px;
} 

table { 
	border: 0px; 
	width: 100%;
	height: 100%;
	vertical-align: middle; 
	text-align: center; 
} 

.flash_table { 
	border: 0px; 
	width: 100%;
	height: 100%;
	vertical-align: middle; 
	text-align: center; 
} 

/* IMAGE PROPERTIES */

.image  {
	border-style: solid;
	border-color: #000000;
	border-width: 2px;
}

img  {
	border-width: 0px;
}

/* CATCHALL LINK HYPERLINK FORMATTING */

a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #ffffff;
	font-weight: bold;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	font-weight: bold;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #ffffff;
	font-weight: bold;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #ffffff;
	font-weight: bold;
}

/* PRINT PROPERTIES */

#dont_print {   	
}

#printlogo {
	position: absolute;	
	width: 459px;
	height: 135px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
}

#printbox {
	position: absolute;	
	width: 459px;
	height: 135px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
}

#printbox {
	display: none;
}

#printlogo img{
    display: none;
}

/* CSS END */