/* CSS Document */

/* @import url("screen.css"); */

/* PRINT STYLE SHEET OVERRIDES */

/* 
body {
	background-image:none;
	background-color:#FFFFFF;
}
*/
#Navigation {
	display:none;
}

#ColumnA {
	display:none;
}

#Masthead #Strapline {
	font-family:"trebuchet MS", arial, sans-serif;
	color:#F49C00;
	font-size:18px;
}

/* Type */

h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin-top:0px;
	margin-bottom:0px;
}

body, th, td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

h1, h2, h3, h4, h5, h6 {
	font-family:"trebuchet MS", arial, sans-serif;
	font-weight:normal;
}

p {
	padding:0px 0px 10px 0px;
}

h1 {font-size:20px;}
h2 {font-size:18px;}
h3 {font-size:16px;}
h4 {font-size:14px;}
h5 {font-size:12px;}
h6 {font-size:11px;}



a {
	color:#D40168;
}
a:hover {
	color:#F49C00;
}
