/* CSS Document */

body {
	font: 12px/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #3E5459;
	background: #EEE;
}
.note {
	background: #EEE;
	border: 2px solid #006699;
	padding: 1em;
	font-size: 12px;
	color: #003333;
	line-height: 1.5em;
	letter-spacing: 1px;
}
.note ol {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.button {
	height: 2em;
	width: 5em;
	margin: 0.5em 1em;
	font-size: 12px;
}
.title {
	font: bold 24px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

.checkoff {
	color: #FF3333;
}

.checkon {
	color: #006600;
}
.pay {
	color: #E4481B;
	font-weight: bold;
}
.opt {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
#mytable {
	border-collapse: collapse;
	border: 1px solid #C1DAD7;
	margin-bottom: 2px;
}

#mytable caption {
	padding: 0 0 5px 0;
	width: 700px;	 
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
}

#mytable .top {
	border-top: 1px solid #C1DAD7;
}

#mytable .left {
	border-left: 1px solid #C1DAD7;
}

#mytable th {
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	text-align: right;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
	font-weight: bold;
	padding-right: .5em;
}

#mytable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

#mytable td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 4px 4px 4px 1em;
	color: #4f6b72;
}

#mytable td.alt {
	background: #F5FAFA;
	color: #E4481B;
}
#mytable td.alt ul {
	margin: 0px 1em 0px 2em;
}
#mytable th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
}

#mytable th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	color: #4F6B72;
}
#mytable input {
	height: 14px;
	font-size: 12px;

}
.prod {
	display: block;
	clear: both;
}
.prod ul {
	list-style: none;
	margin: 0px 0px 0px 1em;
	padding: 0px;
}
.prod li {

}
.Currency {
	text-align: right;
	width: 85px;
	clear: left;
}
#red {
	font-weight: bold;
	color: #FF0000;
}
/*---------for IE 5.x bug*/
html>body td{ font-size:12px;}

