TABLE, TD, p 
{
	font: normal 11px verdana, arial, sans-serif;
	color: #222222;
	background-color:#FFFFFF;
}

BODY 
{
    font-size:11px;
    margin:0px auto;
    width:750px;
	padding: 0px 0px 0px 0px;
	background-color: #999999;
	text-decoration: none;
}

#wrapper
{
    background-color:#999999;
}

#PageContent
{
    padding:10px 10px 10px 10px;
}

P {
	margin: 0px 0px 15px 0px;
	line-height: 150%;
}

H1 {
	color: #1b4582;
	font-weight: bold;
	font-size: 20px;
	font-family: arial, sans-serif;
}

H2 {
	color: #999;
	font-weight: bold;
	font-size: 16px;
}

H3 {
	margin-bottom: 3px;
	padding: 0px;
	color: #000;
	font-weight: bold;
	font-size: 13px;
}

UL, DL {
	margin-top: 0px;
	margin-bottom: 15px;
}

LI, DD {
	margin-bottom: 10px;
}

.alert, .error {
	background-color: transparent;
	font-weight: bold;
	font-size: 12px;
}

.alert {
	color: #f90;
}

.error {
	color: #c00;
}

INPUT, SELECT, TEXTAREA {
	font-size: 11px;
}

INPUT.button {
	background-color: #039;
	color: #fff;
	font-size: 11px;
}

INPUT.eMsg, SELECT.eMsg, TEXTAREA.eMsg {
	background-color: #ffc;
	color: #000;
}

A {
	background-color: transparent;
}

A, A:link, A:visited, A:active {
	text-decoration: none;
	color:#222222;
}

A:hover	{
	text-decoration: underline;
	color:#222222;
}

.nowrap {
	white-space: nowrap;
}

H3 A {
}

ADDRESS {
	margin-bottom: 10px;
	color: #333;
	font-size: 9px;
	font-style: normal;
	text-decoration: none;
}

#copyright {
	margin-bottom: 10px;
	color: #666;
	font-size: 9px;
}

HR {
	height: 1px;
	color: #ccc;
}

.disclaimer {
	color: #666;
	font-size: 9px;
}

.small {
	font-size: 10px;
}

H1.small {
	font-size: 16px;
}

H2.small {
	font-size: 13px;
}

H3.small {
	font-size: 11px;
}

TABLE.chart {
}

TABLE.chart THEAD TR TH {
	background-color: #1b4582;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
}

TABLE.chart TR TH {
	font-weight: normal;
	font-size: 10px;
	text-align: left;
}

TABLE.chart TR.r0 {
	background-color: #f5f5f5;
}

TABLE.chart TR.r1 {
	background-color: #fff;
}

.footer {
	font: normal 9px verdana, arial, sans-serif;
}

A.nav:link, A.nav:visited, A.nav:active {
	font: normal 9px verdana, arial, sans-serif;
	color:#222222;
	text-decoration: none;
}

A.nav:hover	{
	font: bold 9px verdana, arial, sans-serif;
	color:#222222;
	text-decoration: none;
}

.NavOnCompany {
	font: bold 9px verdana, arial, sans-serif;
	color: #990099;
	
}

.NavOnProducts {
	font: bold 9px verdana, arial, sans-serif;
	color: #cc6600;
	
}

.NavOnSolutions {
	font: bold 9px verdana, arial, sans-serif;
	color: #005398;
	
}

.NavOnMarket {
	font: bold 9px verdana, arial, sans-serif;
	
}
.button 
{
    height:20px;
	background-image: url(/app_themes/championivr/images/btnbg.jpg);
	background-repeat:repeat;
}

.ValidationSummary,
.ValidationError
{
	background-image:url('/app_themes/championivr/images/error-icon.gif');
	background-repeat:no-repeat;
	background-position:5px 5px;
	font: normal 11px Arial,Verdana;
	color: black;
	text-decoration: none;
	margin-right:10px;
	padding: 10px 10px 10px 50px;
	border-left: solid 1px #bac5d2;
	border-right: solid 1px #bac5d2;
	border-top: solid 1px #bac5d2;
	border-bottom: solid 1px #bac5d2;
	background-color: #f0f2f4;
}

.ValidationSuccess
{
	background-image:url('/app_themes/championivr/images/success-icon.gif');
	background-repeat:no-repeat;
	background-position:5px 5px;
	font: normal 11px Arial,Verdana;
	color: black;
	text-decoration: none;
	margin-right:10px;
	padding: 10px 10px 10px 50px;
	border-left: solid 1px #6dc624;
	border-right: solid 1px #6dc624;
	border-top: solid 1px #6dc624;
	border-bottom: solid 1px #6dc624;
	background-color: #f0f2f4;
}

