/* Page content styles */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #848C8E;
}

h1 {
	font-size: 24pt;
	text-align: center;
}

h2 {
	font-size: 14pt;
}

p.footer {
	font-size: 8pt;
}

p.copyright {
	font-size: 8pt;
	color: #ffffff;
}

caption {
	color: #334B95;
}

/* Styles for comparrison table */
.ComparisonHeadings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	background-color: #334B95;
	font-weight: bold;
}
.comparisonmodel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #334B95;
	font-weight: bold;
	text-align: center;
}
.Comparisonvalue {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #848C8E;
	color: #FFFFFF;
	text-align: center;
}

/* Link styles */
a {
	color: #848C8E;
	font-weight: bold;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	color: #384b97;
	text-decoration: none;
}


a.navigation {
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
}

a.navigation:link {
	text-decoration: none;
}

a.navigation:visited {
	text-decoration: none;
}

a.navigation:hover {
	color: #FFFFFF;
	text-decoration: none;
}
