p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	margin: 0px;
	padding-bottom: 10px;
	}
	
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	padding-bottom: 5px;
	font-weight:normal;
	/*color: #396CA5;*/
	color: #051E9C;
	margin: 0px;
	}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	/*color: #396CA5;*/
	color: #051E9C;
	font-weight: normal;
	padding-bottom: 5px;
	margin: 0px;
	}

	

p.feature {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9CA0AF;
	line-height: 14px;
	margin: 0px;
	padding-top: 10px;
	}
	
p.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C9CCDC;
	line-height: 20px;
	margin: 0px;
	padding: 10px 20px 15px 20px;
	}
	
	p.footer a, p.footer a:hover, p.footer a:visited {
		color: #C9CCDC;
		text-decoration: none;
		}
	
h1.sidebarTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #7F8499;
	margin: 0px;
	font-weight: normal;
	}
	
a:link {
	color: #051E9C;
	text-decoration: underline;
	}
a:hover {
	color: #DD3F2D;
	text-decoration: underline;
	}
a:visited {
	color: #051E9C;
	text-decoration: underline;
	}
a:active {
	color: #051E9C;
	text-decoration: underline;
	}

.pageBackground {
	width: 600px;
	padding-left: 20px;
	padding-right: 20px;
	height: 581px;
	background-image: url(../images/fade_back.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	} 

.productsTableRowRight {
	width: 621px;
	height: 188px;
	background-image: url(../images/tablerowbackgroundright.gif);
	background-position: top-left;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	padding: 10px;
	}
	
.productsTableRowLeft {
	width: 621px;
	height: 188px;
	background-image: url(../images/tablerowbackgroundleft.gif);
	background-position: top-left;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	padding: 10px;
	}
	
.indexBoxText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #666666;
	}
	
	.indexBoxText a:link, .indexBoxText a:hover, .indexBoxText a:active, .indexBoxText a:visited {
		color: #666666;
		text-decoration: none;
		}

.productTableRowBlank {
	width: 641px;
	}
	
	.productTableRowItem {
		width: 212px;
		float: left;
		}
#error p {
	color: #fff;
	font-weight: bold;
	text-align: center;
}