﻿html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
h1
{
		color: #a90533;
		font-family: Arial;
		font-weight: bold;
		font-size: 13px;
		padding-top: 10px;
}
td
{
	color: #000000;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;	
}
.bold
{
	font-weight: bold;
}
p
{
	color: #000000;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;	
}

a
{
		color: #a90533;
		text-decoration: none;
		font-family: Arial;
		font-size: 12px;
}

a.bold
{
	font-weight: bold;	
}

.underline
{
	text-decoration: underline;
}

a.breadcrumb
{
	text-decoration: underline;
	font-size: 10px;
}

.button
{
	background-color: Black;
	color: White;	
	border: 0px;
}

#feedback
{
	background-color: #ffffcc;
	border: 1px black dotted;
}

#feedback .success
{
	color: Green;
	font-weight: bold;
}

#feedback .failure
{
	color: Red;
	font-weight: bold;
}

.footerlink
{
	font-size: 11px;
	color: #a3a3a3;
}

.footerbar
{
	font-size: 11px;
	color: #000000;
}

.smalltext
{
	color: #000000;
	font-family: Arial;
	font-size: 10px;
}

.loginlabel
{
	font-size: 10px;
	color: #ffffff;
	font-family: Arial;
}

.loginform
{
	font-size: 10px;
	color: #000000;
	font-family: Arial;
}

#QuickQuestion .label
{
	font-size: 11px;
	font-family: Arial;
	color: White;
	text-align: right;
}

#QuickQuestion .labelbold
{
	font-size: 11px;
	font-family: Arial;
	color: White;
	font-weight: bold;
	text-align: right;
}

.content
{
	padding-top: 20px;
	padding-bottom: 35px;
}

ul.products_list
{
	margin: 0px;
	padding-left: 15px;
	list-style-image: url(./images/square_bullet.gif);
}

ul.products_list li
{
	padding-bottom: 10px;	
}

.product_list_header
{
	color: #838383;
	font-weight: bold;
	font-family: Arial;
	font-size: 14px;
}

.thanks
{
	color: Green;
	font-size: 14px;
	font-weight: bold;	
}

.white
{
	color: White;	
	padding: 20px;
}