html {background-color:#ffffff;}



/*Body Styles*/
		
	
h1 {
	font-family: "Times New Roman";
	font-weight: bold;
	color: #990000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size:190%;
	}
	
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size:150%;
	line-height: 100%;
	}
	
.shell {
		border:solid 1px #000000;
		padding: 5px;
		background-color:#FFFFFF
		}

.toppad {
	margin-top: 10px;
	
	}		
		
.tdpad {
	padding: 3px 5px 3px 5px;
	}

.content {
	padding: 10px 15px 3px 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 150%;
	text-align: justify;
	}
	
.content p {
	margin-bottom:10px;
	margin-top:5px;
	text-indent: 25px;	
	}

.offertext td {
	text-align:left;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	padding: 5px;
	}

.listpad {
	padding:10px 0 10px 15px;
	}

.text li {
	font-size: 95%;
	color: #990000;
	font-weight: normal;
	list-style-position: outside;
	list-style-type: square;
	
}

.headline {
	font-size: 120%;
	font-weight: bold;
	color: #000099;
	padding: 5px 15px 0px 10px;
	}

/*Notices */
.notice {
	padding: 10px;
	text-align: center;
	clear: both;

}

.notice.error {
	color: red;
}

.clear {
	clear: both;
}

/* Forms */

.fieldWithErrors input {}

.fieldWithErrors label {
	color: red;
}

/* Menu Top */

#chromemenu{
width: 100%;
font-size: 90%;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
	border: 1px solid #fff;
	width: 444px;
	background: url(../images/up.gif) center center repeat-x;
	padding: 5px 0;
	margin: 0;
	text-align: left; /*set value to "right" for example to align menu to the left of page*/
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#chromemenu ul li a{
color: #494949;
padding: 5px;
margin: 0;
text-decoration: none;
border-right: 1px solid #ccc;
}

#chromemenu ul li a:hover{
	background: url(../images/over.gif) 0px 1px repeat-x;
	color: #600;
}