body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
}
.whitecopy {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}
a.top_link {
	font-family: "Verdana", Arial, serif;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing : 3px;
}
.contentarea {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-left:5px;
	padding-right: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
.loginarea {
	background-color: 5084C2;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
}
.blackcopy {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000000;
	text-align: left;
}
.headline {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}
.textbox{

font-family:"Times New Roman", Times, serif;
font-size:12px;
}

.subbtn{
font-family:"Times New Roman", Times, serif;
font-size:12px;
border:thin;
}

/*************************************************************************************************
		Styles below this comment were...
		developed by: Shane Shepherd
		created: 12.15.2005
		modified: 12.15.2005
		purpose: to style the form layout for order_add.asp in the admin section.
*************************************************************************************************/
#theform fieldset { border-width: 1px 0 0 0; }
#theform fieldset div label { display: block; width: 140px; float: left; text-align: right; padding-right: 4px; }
#theform fieldset div label, 
#theform fieldset div input,
#theform fieldset div select,
#theform fieldset div textarea { line-height: 20px; margin-bottom: 8px; }
#theform fieldset div.submit { text-align: center; }
.errormsg { border: 1px solid #777; background-color: #FFFFE1; margin: 10px 20px; padding: 10px 20px; }
.errormsg p { margin: 0; padding: 0; }
.errormsg ul { margin: 0 20px; padding: 0 20px; }
.meta { color: #999; }