html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
    margin: 0;
    padding: 0;
    background-color: #fff;
	font-size: 11pt;		
	text-align: center;
}
table, p, th, td, ol, ul, ol ol, ul ul, h1, h2, h3, h4, h5, h6, form, label {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}
input, textfield, textarea, select, option, button, radiobutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
/*	
table {
    font-size: 11pt;
}
*/
a img {
	border: 0;
}
img {
	border: 0;
}
td {
	vertical-align: top;
}

#innerpage {
	position: relative;
	margin: 0 auto;
	width: 18cm;	
	text-align: left;
	background-color: #fff;
}
html>body #innerpage {
	width: 18cm;
} 
#mainpage {
	clear: both;
	margin: 0;
	padding: 0;
	width: 18cm;
}
.clear {
	clear: both;
}
#logo, #navbar, #leftnav, #breadcrumbs, #footLinks, .readmore {
	display: none;
}

#foot {
	clear: both;
	margin: 0;
	padding: 0;	
	width: 18cm;
	background-color: #fff;		
	border-top: 1px solid #e1e1e3;
}
#copyright p {
	clear: both;
	float: left;
	margin: 0;
	padding: 10px 0 0 0;	
}

#mainpage ul li  {
	margin-left: -15px;
	font-weight: bold;
	list-style-image: url(../images/bullet1.gif);		
	}
#mainpage a:link, #mainpage a:visited {
	color: #000;
	text-decoration: none;
}
#mainpage p {
	line-height: 100%;
}

h1 {
	clear: left;
	margin: 0 0 10px 0;
	padding: 0;
	background-color: #fff;
	font-size: 11pt;
	color: #69707d;
}
#mainpage h1 a:link, #mainpage h1 a:visited {
	color: #69707d;
	text-decoration: none;
}
h2 {
	margin: 0;
	font-size: 11pt;
	color: #000;
}
h3 {
	font-size: 11pt;
	color: #69707d;
}
h4 {
	font-size: 11pt;	
	color: #000;
}

hr {
	border: 0;
	clear: right;
	height: 1px;
	color: #e1e1e3;
	background-color: #e1e1e3;
}

.highlight1a, .highlight1b, .highlight1c, .highlight2a, .highlight2b, .highlight2c {
	padding: 10px;
}
.highlight1a, .bg1a {
	background-color: #4366a6;
}
.highlight1b, .bg1b {
	background-color: #a1b2d2;
}
.highlight1c, .bg1c {
	background-color: #d0d9e9;
}
.highlight2a, .bg2a {
	background-color: #828791;
}
.highlight2b, .bg2b {
	background-color: #c0c3c8;
}
.highlight2c, .bg2c {
	background-color: #e0e1e3;
}
.fontBlue {
	color: #4366a6;
}
.fontGrey {
	color: #828791;
}
.fontWhite {
	color: #fff;
}
.fontBlack {
	color: #000;
}

.sml {
	font-size: 9pt;
}


.thumbnail {
	float: left;
	padding: 0 15px 10px 0;
}
.thumbnail img {
	border: 1px solid #d6d7dc;
}

.print {
	display: none;
}



#logoPrint {
	visibility: visible;
	text-align: center;
	border-bottom: 1px solid #e1e1e3;
}
