body {
	background-color: #fff;
	font-family: arial;
	font-size: 12px;
	color: #000;
	margin: 0px;
}

td {
	background-color: #fff;
	font-family: arial;
	font-size: 12px;
	color: #000;
}

a { color: #000066; text-decoration: none; }
a: hover { color: #6699ff; text-decoration: none; }

/* Global Classes */
#top { vertical-align: top; }
#bottom { vertical-align: bottom; }
.top { vertical-align: top; }
.bottom { vertical-align: bottom; }
.center { text-align: center; }
.middle { vertical-align: middle; }
.right { text-align: right; }
img { border: 0px; }
hr { color: #ccc; height: 1px; }

.padding { padding: 11 18 0 18; }

.borderLeft { 
	width: 10px;
	background-image: url('images/gradient-left.jpg');
	background-repeat: repeat-y;
}

.borderRight { 
	width: 10px;
	background-image: url('images/gradient-right.jpg');
	background-repeat: repeat-y;
}

.header { 
	width: 100%;
	background-image: url('images/header-bg.jpg');
	background-repeat: repeat-x;
	color: #9999cc;
	font-family: verdana;
	font-size: 10px;
	text-align: right;
	vertical-align: bottom;
	padding: 0 3 10 0;
}

.nav {
	width: 135px;
	padding-left: 5px;
	background-color: #0d2c89;
}

/* Form Classes */
.formPad {
	padding-bottom: 10px;
}

.formLabel {
	width: 100px;
	font-family: arial;
	font-size: 11px;
	color: #000;
}

.formBox {
	background-color: #fff;
	border: 1px sol#ccc;
	width: 250px;
	height: 20px;
	font-family: arial;
	font-size: 11px;
	color: #000;
}

.formTxtArea {
	background-color: #fff;
	border: 1px sol#ccc;
	width: 250px;
	height: 75px;
	font-family: arial;
	font-size: 11px;
	color: #000;
}

.instructions {
	font-weight: bold;
	font-size: 10px;
	color: #ff0033;
}

/* Product Classes */
.colors {
	width: 27px;
	height: 25px;
	vertical-align: middle;
	padding-left: 30px;
	padding-bottom: 5px;
}

.red {
	color: red;
}
.bgCol {
	background-color: #e5c3c1;
}
.bgColAlt {
	background-color: #f1e1e1;
}

/* Footer Classes*/
.footer {
	color: #ccc;
	font-family: arial;
	font-size: 11px;
	padding-bottom: 5px;
}

.footer a{
	color: #000066; 
	text-decoration: underline;
}
.footer a:hover {
	color: #6699ff;
	text-decoration: none;
}
