body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Sans-Serif;
}
a
{
	color: #0073ae;
}
a:hover
{
	color: #6e6e6e;
}
h1
{
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	font-size: 14px;
	color: #0073ae;
}
h2
{
	margin: 0;
	padding: 0;
	margin-bottom: 0px;
	font-size: 12px;
	color: #0073ae;
}
p
{
	margin: 0;
	padding: 0;
	margin-bottom: .5em;
	color: #000000;
	line-height: 150%;
	font-size: 10px;
}
ul
{
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	list-style-type: none;
}
li
{
	list-style-type: none;
	background-image: url('../Images/Bullet.png');
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding: 0 0 0 11px;
}
table.tblForm tr
{
}
table.tblForm td
{
	color: #000000;
	font-size: 10px;
	padding-bottom: 5px;
}
table.tblForm td .Label
{
}
.RadioLabel
{
}
.CartLabel a
{
	color: #0073ae;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.7em;
}
.BlueLabel,
table.tblForm td .BlueLabel
{
	color: #0073ae;
}
table.tblForm td .Textbox
{
	height: 12px;
	font-size: 9px;
	width: 260px;
}
table.tblForm tr td table tr td input
{
	vertical-align: middle;
}
table.tblForm tr td table tr td label
{
	vertical-align: middle;
}
.divResult
{
	margin-bottom: 10px;
}
.divResult h1
{
	margin: 0;
	text-decoration: underline;
}
.divResult h1 a
{
	text-decoration: underline;
}
.divResult p
{
	margin: 0;
}


table.GridView
{
	padding: 0;
	margin: 0;
	width: 100%;
	table-layout: fixed;
	border: solid 1px #d1d1d1;
}
table.GridView th
{
	background-image: url('../Images/Header.png');
	background-position: top left;
	background-repeat: repeat-x;
	color: #0073ae;
	height: 22px;
	font-size: 1.25em;
	padding: 0 2px;
}
.GridViewRow
{
	color: #0073ae;
	font-size: 1.25em;
	line-height: 1.75em;
}
.GridViewRowAlt
{
	color: #0073ae;
	font-size: 1.25em;
	background-color: #F7F7F7;
	line-height: 1.75em;
}
.GridViewRowAltHover
{
	color: #0073ae;
	font-size: 1.25em;
	background-color: #e3f0f4;
	cursor: pointer;
	line-height: 1.75em;
}
.GridViewEmpty
{
	color: #0073ae;
	font-size: 1.25em;
	line-height: 1.75em;
	text-align: center;
}
.TextboxExp
{
	height: 12px;
	font-size: 9px;
	width: 125px;
}
.Break
{
	display: block;
}
