/* 
This is a simple style sheet for sales pages.
*/

body, html 
{
	margin:  0;
	padding:  0;
	background: #ffffff;
	color: #000000;
}

body 
{
	min-width: 800px;
	text-align: center; /* centers the #wrapper element in IE5.x/win */
}

#wrapper 
{
	background: url(images/middle.gif) repeat-y;
	margin: 0 auto;
	width: 800px;
	text-align: left; 
}


#mainColumn 
{
	width: 660px;
	margin: 0 70px;
}

.floatLeft
{
	float: left;
	padding: 0 10px 5px 0;
}

.floatRight
{
	float: right;
	padding: 0 0 5px 10px;
}

.font1 { font-family: Arial, Tahoma, Helvetica, sans-serif; }
.font2 { font-family: "Times New Roman", Times, serif; }


.red { color: #ff0000; }
.green { color: #00ff00; }
.blue { color: #0000ff; }
.darkRed { color: #bb0000; }
.darkGreen { color: #008000; }
.darkBlue { color: #0000bb; }
.darkTeal { color: #008080; }

.hsize1 { font-size: 36pt; }
.hsize2 { font-size: 30pt; }
.hsize3 { font-size: 24pt; }
.hsize4 { font-size: 20pt; }
.hsize5 { font-size: 18pt; }
.hsize6 { font-size: 16pt; }
.hsize7 { font-size: 14pt; }

.psize1 { font-size: 12pt; }
.psize2 { font-size: 11pt; }
.psize3 { font-size: 10pt; }

.nullSpacer
{
	clear: both;
	width: 100%;
	height: 0;
}

.redText { color: #ff0000; }

a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration: none}