/* CSS Document */

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000000;
	background-color: #FFFFFF;
}

a, a:link, a:active, a:visited {
	color: #0000FF;
	text-decoration: underline;
}

h1 {
	font-size: 18pt;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
	font-size: 16pt;
	font-weight: bold;
	text-transform: uppercase;
}

h3 {
	font-size: 14pt;
	font-weight: bold;
	text-transform: uppercase;	
}

.textBold {
	font-weight: bold;
}

.textItalic {
	font-style: italic;
}

.textBoldItalic {
	font-style: italic;
	font-weight: bold;
}				

.header_container, .navigation, .nav_subMenuItem, .column1, .column4, .textGrey, .footer_search_div, .footer_links_div, .truste {
	display: none;
}		