body {
	font-family: helvetica, sans-serif; 
	font-size:10px; 
	margin:0; 
	padding:0; 
}
table.body {
	padding-left:120px;
}
h1.section, h1.side_bar_section {
	margin-top:30px; 
	color:#003366; 
	font-weight:700; 
}
h1.section {
	font-size:16px; 
}
h1.side_bar_section {
	font-size:1em; 
}
td.side_bar_section {
	width:150px; 
	padding-left:20px; 
	vertical-align:top; 
}
.head {
	font-size:14px; 
	padding-top:14px; 
	color:#000000; 
	font-weight:700; 
}
.body {
	color:#000000; 
}



form {
	margin: 0em; 
}
form label, input#firstname, input#lastname, input#company, input#city, input#state, input#zip, input#country, input#workphone, input#homephone, input#emailaddress, textarea#comments, input#subby_send, input#resetty_cancel {
	display:block; 
	float:left; 
}
.form_spacer {
	float:left; 
}
form label {
	width:125px; 
}
input#firstname, input#lastname, input#city, input#homephone, input#workphone {
	width:10em; 
}
input#company, input#street, input#country, input#emailaddress {
	width:20em; 
}
input#state {
	width:2em; 
}
input#zip {
	width:7em; 
}
textarea#comments {
	width:25em; 
	height:7em; 
	border:inset 2px #eeeeee; 
}
#form_error {
	font-size:1.2em; 
	color:#CC0000; 
	width:100%; 
	margin:10px; 
}



input {
	color: #000000; 
}
select {
	color: #000000; 
}
textarea {
	color: #000000; 
}
.alerttext {
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}
a, a.bigger {
	color:#000000; 
	text-decoration:none; 
}
a.bigger {
	font-size:1.5em; 
}
a.underline {
	text-decoration:underline; 
}
.tip {
	color:#fff;
	width:172px;
	z-index:13000;
}
.tip-title {
	display:none; 
	font-weight:bold;
	font-size:11px;
	margin:0;
	padding:8px 8px 4px;
	background:url(/images/bubble.png);
}
.tip-text {
	font-size:11px;
	padding:4px 8px 8px;
	background: url(/images/bubble.png);
}
div.side_bar_tip {
	width:75%; 
	padding-bottom:10px; 
}
.main_section {
	padding-left:10px; 
	vertical-align:top; 
}
h2.section {
	color:#003366; 
	font-size:1.2em; 
	margin-bottom:0; 
	padding-bottom:0; 
}
p.first {
	margin-top:0; 
	padding-top:0; 
}