body
{
	font-family:Comic Sans MS,Arial,Verdana,Helvetica;
	color:#034680; 
	font-size:0.9em;
	
	
}

hr
{
	color:#ff9600;
	
}

h1
{
	font-family:Comic Sans MS;
	font-weight:bold;
	font-size:30px;
}
h2
{
	font-family:Comic Sans MS;
	font-weight:bold;
	font-size:medium;
}
a
{
	color:#ff9600;
	font-family:Comic Sans MS,Arial,Verdana,helvetica;
	text-decoration:none;
	
}
a:hover {text-decoration: underline;}
.normalText
{
	font-family:Comic Sans MS,Arial,Verdana,Helvetica;
	color:#034680;
	
}
.smallerText
{
	font-family:Comic Sans MS,Arial,Verdana,Helvetica;
	color:#034680;
	font-size:smaller;
}
.items
{
 font-family:Courier New;
 font-size:smaller;
 vertical-align:top;
}
.orderTotals
{
 font-family:Courier New;
 font-size:smaller;
 vertical-align:top;
 font-weight: bold;
}
.orderDiscounts
{
 font-family:Courier New;
 font-size:smaller;
 vertical-align:top;
 font-weight: bold;
 color:Red;
}
.itemsHeader
{
	font-family:Courier New;
	font-size:smaller;
	font-weight:bold;
	background-color:Lavender;
}
.errorText
{
	color:Red;
}

.leftCol
{
	width:15%;
	float:left;	
	height:100%;

}
.mainColWide
{
	width:85%;
	float:left;
	height:100%;
	border-width:thin; 
	
}
.mainColNormal
{
	width:63%;
	float:left;
	height:100%;
	margin-left:10px;
	border-width:thin; 


}
.rightCol
{
	width:15%;
	float:left;
	height:100%;
	margin-left:10px;

}
.mother
{
	width:850px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
.veryLargeText
{
	font-weight:bold;
	font-size:50px;

}
.clearFloats
{
	clear:both;
}
.bold
{
	font-weight:600;
}

input.btn{
   color:#034680;
   font-family:Comic Sans MS,trebuchet ms,helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#fed;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');}
.col25 {
	width:25px;
	float: left;

}

.col50 {
	width:50px;
	float: left;

}
.col75 {
	width:75px;
	float: left;

}
.col100
{
	width:100px;
	float: left;
	
}
.col150
{
	width:150px;
	float: left;
	
	
}
.col200{
	width:200px;
	float: left;

}
.col300 {
	width:300px;
	float: left;
	
}
.col350 {
	width:350px;
	float: left;
	
}
.col400 {
	width:400px;
	float: left;
	
}
.col500 {
	width:500px;
	float: left;
	
}
.col600 {
	width:600px;
	float: left;
	
}
div.clearfloats
{
	clear: both;
}