@CHARSET "ISO-8859-1";
BODY {
	background-color:rgb(75,75,75);
	margin:20px;
	padding:0px;
}
BODY, TD {
	font-family: arial, helvetica, serif;
	font-size: 10pt;
}
A {
	color:rgb(50,50,50);
}
A:hover {
	background-color:rgb(230,230,230);
}

LABEL.error {
	background-color:rgb(255,235,235);
	color:rgb(180,0,0);
	font-weight:bold;
}

#mainTable {
	width: 900px;
}
#topHeading {
	background-color:rgb(23,23,23);
	background-image:url('bg_blackgrad.jpg');
	background-repeat: repeat-x;
}
#topHeadingContact TD {
	color:rgb(173,173,173);
}
#topHeadingContact TD B {
	color:rgb(160,160,160);
}
#topHeadingContact TD A {
	color:rgb(173,173,173);
}
#topHeadingContact TD A:hover {
	color:rgb(255,255,255);
	background-color:rgb(100,100,100);
	text-decoration: none;
}
#menuBar {
	vertical-align:middle;
	background-image:url('bg_blackgrad.jpg');
	background-repeat: repeat-x;
	height:30px;
	padding: 5px;
}
#menuBar A {
	color:rgb(255,255,255);
	font-family:arial, serif;
	text-decoration: underline;
	font-weight:normal;
	font-size:12pt;
	padding:2px;
	margin-right:5px;
}
#menuBar A:hover {
	text-decoration: underline;
	background-color:rgb(89,89,89);
	color:rgb(255,255,255);
}
#altMenuBar {
	vertical-align:middle;
	background-image:url('bg_dkbluegrad.jpg');
	background-repeat: repeat-x;
	height:30px;
	padding: 5px;
}
#altMenuBar A {
	color:rgb(255,255,255);
	font-family:arial, serif;
	text-decoration: underline;
	font-weight:normal;
	font-size:12pt;
	padding:2px;
	margin-right:5px;
}
#altMenuBar A:hover {
	text-decoration: underline;
	background-color:rgb(0,0,89);
	color:rgb(255,255,255);
}
#leaderBar {
	background-image:url('bg_dkbluegrad_tall.jpg');
	background-repeat: repeat-x;
	height:250px;
	padding:10px;
	vertical-align: text-top;
}
#leaderBar .title {
	font-size:36pt;
	font-family: georgia, arial, helvetica, serif;
	color:rgb(255,255,255);
	font-stretch: condensed;
}
#leaderBar .subtitle {
	font-size:16pt;
	font-family: georgia, arial, helvetica, serif;
	color:rgb(255,255,255);
	font-stretch:condensed;
}
#contentTopBar {
	background-image:url('bg_ltbluegrad_wide.jpg');
	background-repeat: repeat-y;
	height:10px;
}
#content {
	padding:10px;
	background-color:rgb(255,255,255);
	vertical-align: text-top;
}
#content .heading {
	background-color:rgb(230,230,240);
	border:1px dotted rgb(20,20,200);	
	padding:5px;
	font-family: arial, sans-serif;
	font-weight:bold;
	font-size:12pt;
	color:rgb(7,63,134);
	margin-bottom:5px;
	overflow:auto;
}
#contentBottomBar {
	background-color:rgb(141,141,141);
	height:5px;
}
#footerBar {
	background-color:rgb(228,228,228);
	background-image:url('bg_ltgraygrad_tall.jpg');
	background-repeat: repeat-x;
	height:235px;
	vertical-align:top;
	padding:10px;
}
#footerBar A.title {
	color:rgb(7,63,134);
	font-size:18pt;
}
#footerBar A {
	color:rgb(66,66,66);
}
.testimonial {
	/*font-family: georgia, arial, helvetica, serif;*/
	font-size:10pt;
}
#demoCell B {
	color:rgb(7,63,134);
}