/* CSS Document */

body {
	background-color:#cef59e;
	margin:0px;
	padding:0px;
}

p, br, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	line-height:14pt;
	text-align: left;
}

#header {
	width:100%;
	height:127px;
	background-image: url(../images/bg_main.gif); background-repeat: repeat-x;
	padding:0px;
	margin:0px;
}

.imgborder {
	border:3px solid #AAD5FB;
}

.whitetitle {
	font-size:17px;
	color:#ffffff;
	font-weight:bold;
}

.bluetitle {
	font-size:18px;
	color:#1372C5;
	font-weight:bold;
	font-family:times new roman;
	letter-spacing:-3;
	text-align:left;
}

.price {
	font-size:18px;
	color:#6AB2F7;
	font-weight:bold;
	font-family:times new roman;
	text-align:left;
}

.whitetext {
	color:#ffffff;
	font-size:13px;
}

#mailingaddress {
	width:225px;
	padding:10px;
	border:3px solid #AAD5FB;
	background-color:#ffffff;
	text-align:center;
}

.footertext {
	color:#474747;
	font-size:11px;
}

a:link {
	color:#3796F4;
	font-weight:bold;
}
a:visited {
	color:#3796F4;
	font-weight:bold;
}

.textfield {
	width:285px;
	height:25px;
	border:1px solid #ccc;
	margin-left:12px;
}

.quantity {
	width:35px;
	height:25px;
	border:1px solid #ccc;
	margin-left:2px;
}

.textarea {
	width:285px;
	height:75px;
	margin-left:12px;
}
