*
{
	margin: 0px;
	padding: 0px;
}

div
{
	xxxborder: 1px solid blue;
}

body
{
	color: #16377e;
	font-size: 13px;
	font-family: Arial, Helvetica, Sans-Serif;
	background-color: white;
}

select, option, input
{
	font-size: 13px;
	font-family: Arial, Helvetica, Sans-Serif;
}

form
{
	xxxborder: 1px solid grey;
	xxxborder-bottom-style: none;
	padding: 1em;
}

.inputSubmit
{
	border-style: none;
	color: white;
	background-color: #0330af;
	font-weight: bold;
	font-size: 14px;
	height: 22px;
	vertical-align: middle;
	position: relative;
	top: 2px;
}

.clsFieldsetAsDiv
{
	clear: right;
	padding-left: 1.5em;
	margin-top: 2em;
}

.clsLegendAsDiv
{
	font-size: 140%;
}

.clsLabelDrillDown
{
	xxxmargin-right: 0.5em;
	width: 7em;
	float: left;
}

.MakeModel
{
	padding: 0.25em;
	font-size: 150%;
	border-top: solid 1px #0330af;
	border-left: solid 1px #0330af;
	margin-top: 2em;
}

.clsCompartmentDiv
{
	padding-bottom: 1em;
	padding-left: 0.5em;
	margin-top: 2em;
	padding-top: 0.5em;
}

.clsCompartmentDiv img
{
	border-style: none;
}

.clsCompartmentType
{
	color: #0330af;
	font-size: 150%;
	margin-bottom: 0.5em;
}

.clsCompartmentDiv1
{
	background: url(../Images/1x1.png);
}

.clsCompartmentDiv2
{
}

.clsProductName
{
	color: #bb9b04;
	font-size: 150%;
}

.clsNoteTextAndNumber
{
	margin-left: 3.5em;
	padding-bottom: 1em;
}

.clsNoteNumber
{
	width: 2.5em;
	text-align: right;
	float: left;
}

.clsFooter
{
	margin-top: 3em;
	margin-bottom: 1em;
	border-top: 2px solid #0330af;
	padding-top: 1em;
	font-size: 80%;
}

.clsFooterDisclaimerCopyright
{
	xxxmin-height: 60px;
	xxxpadding-top: 60px;
	xxxvertical-align: bottom;
	xxxbackground: transparent url(../Images/FooterBackground.jpg) repeat-x left bottom;
}

.Text-Heading2
{
	color: #0330af;
}

a
{
	text-decoration: none; /* This removes the underline that normally appears under hyperlinks. */
	color: black; /*#021a60;*/
}

.clsImageAnchor
{
	outline: 0; /* This removes the dotted line that would appear around anchors upon clicking. */
}

a:hover /* This has to come after all anchor(A)-related stuff, otherwise it doesn't work.*/
{
	background-color: #f8cf1f;
}

.clsImageAnchor:hover
{
	background-color: transparent;
}
