/*- - - - - - - - - - - - - - - - - - - - - */

body {
	background-color: #FFFFFF;
	color: #333333;	
	font-family: Arial, Helvetica;
	font-size: 12px;
}

/* ----- TEXT ----- */

td, th {
	color: #333333;
	font-family: Arial, Helvetica;
	font-size: 12px;
}
.fontsm {
	color: #333333;
	font-family: Arial, Helvetica;
	font-size: 10px;
}
.fontsmwht {
	color: #FFFFFF;
	font-family: Arial, Helvetica;
	font-size: 10px;
}
.font2 {
	color: #333333;
	font-family: Arial, Helvetica;
	font-size: 12px;
}
.font2red {
	color: #741B3A;
	font-family: Arial, Helvetica;
	font-size: 12px;
}
.font3 {
	color: #333333;
	font-family: Arial, Helvetica;
	font-size: 16px;
}
.font3red {
	color: #741B3A;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
}
.fonthead {
	color: #5C4B7C;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 18px;
	font-weight: bold;
}
.title {
	color: #741B3A;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
}
.footer {
	color: #333333;
	font-family: Arial, Helvetica;
	font-size: 10px;
}
hr {
   border: 0;
   color: #6949A4;
   background-color: #6949A4;
   height: 1px;
}

/* ----- FORMATTING ----- */

.box	{ 
	color: #333333;
	font-family: Arial, Helvetica;
	padding:10px;
	width: 340px;
	background: url(../images/bigbox_back.gif) no-repeat left top;
	border:1px solid #E3E3E3;
}
.sidebox	{ 
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: right; 
	padding:10px;
	padding:4px;
	margin-left: 20px;	
	margin-bottom: 20px;	
	background-color:#DAE8E4;
	border:2px solid #800533;
	width: 180px;
	
}
.quickbox	{ 
	color: #5C4B7C;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	float: right; 
	padding:10px;
	padding:4px;	
	margin-left: 20px;	
	margin-bottom: 20px;	
	background-color:#DAE8E4;
	border:2px solid #800533;
	width: 180px;
}
.search	{ 
	font-family: Arial, Helvetica #000;
	font-size: 11px;
	font-weight: bold;
	float: right;
	padding: 8px;
	margin: 10px;
	width: 218px;
	background: url(../images/search_back.gif) no-repeat left top;
}
.prodsearch	{ 
	font-family: Arial, Helvetica #000;
	font-size: 11px;
	font-weight: bold;
	padding: 8px;
	margin: 10px;
	width: 218px;
	background: url(../images/search_back.gif) no-repeat left top;
}
.fields   {
	font-family: Verdana, Arial, Helvetica;
	border: 1px solid #ccc;
	font-size: 11px; 
	color: #000000;
	background-color: #FFFFFF;
	width: 140px;

}
.buttons   {
	font-family: Verdana, Arial, Helvetica;
	border: 1px solid #ccc;
	font-size: 11px; 
	color: #FFFFFF;
	background-color: #6949A4;
	width: 80px;
}

.hilight	{  
	line-height: 17px;
	background:#FFFF66;
	
}

/* ----- IMAGES ----- */

.img_bord {
	border:1px solid #ccc;
	padding:4px;
	margin:4px;
}

.alert_sm {

	padding-left: 20px;
	padding-bottom: 2px;
	background: transparent url('../images/alert_ico_sm.gif') no-repeat 0% 2%;
	color: #808080;
   margin: 5px;
}

.alert_red {

	padding-left: 20px;
	padding-bottom: 2px;
	background: transparent url('../images/alert_ico_sm.gif') no-repeat 0% 2%;
	color: #741B3A;
   margin: 4px;
	font-size: 11px;	
	font-weight: bold;	
}
/* ----- LINKS ----- */

	a:link{ color: #5C4B7C;}
	a:visited{ color: #5C4B7C;}
	a:active{ color: #000000;}
	a:hover { color: #791138;}

/*- - - - - - - - - - - - - - - - - - - - - */
