@media print{
body {
	font-size: 0.75em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	color: #000000;
	margin: 0% 0.75% 0% 1%;
	}
	
p	{
	margin: 0% 0.75%;
	}

h1 {
	font-size: 2.5em;
	color: #B5111B;
	font-weight: bold;
	margin: 0% 0.75%;
}
	
h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #B5111B;
	margin: 0% 0.75%;
	}
	
h3 {
	font-weight: bold;
	color: #B5111B;
	font-size: 1.25em;
	margin: 0% 0.75%;
	}

	h4 {
	font-weight: bold;
	color: #B5111B;	
	font-size: 1em;
	margin: 0% 0.75%;
	}

a {
	color: #B5111B;
	text-decoration: underline;
	}
img {
	margin: 0px;
	border: 0px;
	}
/* Added the block below on 05/02/2008 - START */
#strapline1
{
	padding-left: 18px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #333333;
}
/* END */

#holder {
	margin-left:auto;
	margin-right:auto;
	}
	
#footer {
	display:none;
	}

#left-column {
	display: none;
	}
#mid-column {
	position: relative;
	top: 80px;
	margin-left: 12px;
	margin-top:12px;
	}
	
#right-column {
	position: relative;
	margin-left: 12px;
	margin-top:40px;
	display: none;
	}
#search-area {
	display: none;
	}
#logo {
	position: absolute;
	left: 12px;
	top: 12px;
	display: block;
	}
	th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
caption {
	font-size: 0.75em;
	font-weight: bold;
	text-align: left;
}

span.separator {
	color:#FFFFFF;
	display:none;
	}

/* The below section is Roger's CSS Online Form Best Practice, 
   pls don't know modify it without inform me */
form 
	{
		margin:0px;
	}

fieldset 
	{
		margin-left:7px;
		padding:0px;
		border:0px;
	}

.submitCol input 
	{
		display:inline;
	}

.headline 
	{
		font:bold 1.25em Arial, Helvetica, sans-serif;
		color:#B5111B;
	}

.formContainer 
	{
		display:block;
	}

.formCol 
	{
		clear:both;
		padding-top:10px;
	}

.textCol 
	{
		display:block;
	}

.checkboxColL 
	{
		display:block;
		float:left; 
		margin-top:-2px;
	}

.checkboxColR 
	{
		display:block;
		float:left;
	}

.textLength 
	{
		width:310px;
	}
	
.selectLength 
	{
		width:315px;
	}

.errormsg 
	{
		color:#B5111B;
		font-weight:bold;
	}
/* Added bits below on 05/02/2008 - START*/
#mid-left
{
display:none;
}
#mid-right
{
display:none;
}
#bottom-nav
{
display:none;
}
#bottom-logo
{
margin-top: 8em;
display:block;
}
#top-right-nav-links
{
display:none;
}
/* END*/
/* End Online Form Best Practice*/

}
