BODY {
	margin: 0;
	font-family: "Arial CE", Arial, Helvetica, sans-serif;
}
H1 {
	font-size: 25px;
	font-weight: normal;
	color: #FF6600;
}
H1 {
	margin: 10px;
}
.pad H1, .padBig H1 {
	margin: 0 !important;
}
H2 {
	font-size: 19px;
	font-weight: normal;
	color: #ff6600;
	margin: 0; padding: 0;
	margin-top: 15px;
}
H2.product {
	font-size: 13px;
	color: #4f8ac6;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 20px;
}
H3 {
	font-size: 15px;
	font-weight: bold;
	color: #4F8AC6;
	margin: 0; padding: 0;	
}
H5 {
	color: #4f8ac6;
	font-size: 14px;
	margin-bottom: 0;
}
P {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 5px;
}
UL {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 15px;
}
UL LI {
	font-size: 12px;
	padding-left: 30px;
	background: url(../images/bullet_solution_selection.gif) 10px 8px no-repeat;
}
A {
	color: #ff6600;
}
A:hover {
	text-decoration: none;
}
DT {
	width: 100px;
	display: block;
	float: left;
	font-weight: bold;
	padding-top: 2px;
}
TEXTAREA {
	width: 250px;
	height: 50px;
	overflow: hidden;
}
OL { font-size: 12px; }

TABLE, THEAD, TH, TR, TD {
    font-size: 12px;
}

THEAD {
    background-color: #dddddd;
}
LABEL {
	font-size: 12px;
	font-weight: bold;
	margin-right: 10px;
}
LABEL:first-letter {
	text-decoration: underline;
}
INPUT.button {
	font-size: 11px;
}
