
body {
	font-family: arial; 
	font-size: 12px; 
	color: #000000;
}

h3 {
	font-weight: bold;
	font-size: 12px;
	margin-top: 25px;
	line-height: 0;
}

h4 {
	font-weight: bold;
	font-size: 12px;
	margin-top: 25px;
	margin-bottom: -5px;
	line-height: 0;
	color: #333333;
}

h2 {
	margin: 15px 0;
	font-size: 100%;
}

/*
 * Product List Table
 */
table.product_list
{
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 12px;
}

.product_list th {
	padding: 6px 4px 4px 4px;
	text-align: left;
	width: 100%;
	background: #e0e0e0;
	text-transform: uppercase;
	border-bottom: 1px solid #9999cc;
	border-top: 1px solid #9999cc;
}

.product_list td {
	padding: 2px 4px 2px 4px;
	vertical-align: middle;
	border-bottom: 1px solid #e0e0e0;
	text-align: left;
}

/** 
 * Error
 */

#error {
	margin: 15px 0 15px 0;
	border: solid 1px red;
	width: 100%;
}

#error .title {
	padding: 4px;
	color: white;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: red;
}

#error ol {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-left: normal;
}

	.copyright {font-family: arial; font-size: 9px; color: #999999; text-decoration: none;}
	.copyright A:link {font-family: arial; font-size: 9px; color: #999999; text-decoration: none;}
	.copyright A:visited {font-family: arial; font-size: 9px; color: #999999;  text-decoration: none;}

	.bottomnav {font-family: arial; font-size: 9px; color: #999999; text-decoration: none;}
	.bottomnav A:link {font-family: arial; font-size: 9px; color: #999999; text-decoration: none;}
	.bottomnav A:visited {font-family: arial; font-size: 9px; color: #999999; text-decoration: none;}
	.bottomnav A:hover {font-family: arial; font-size: 9px; color: #330066;}

	.headerred, h1 {font-family: arial; font-size: 13px; font-weight: bold; color: #990000; text-decoration: none;}
	OL {font-family: arial; font-size: 12px; color: #000000;}
	UL {font-family: arial; font-size: 12px; color: #000000;}
	.text {font-family: arial; font-size: 12px; color: #000000;}
	.textbold {font-family: arial; font-size: 12px; font-weight: bold; color: #000000;}
	.text A:link {font-family: arial; font-size: 12px; color: #333366;}
	.text A:visited {font-family: arial; font-size: 12px; color: #000033;}
	.text11 {font-family: arial; font-size: 11px; color: #000000;}
	.text11bold {font-family: arial; font-size: 11px; font-weight: bold; color: #000000;}
	.text11 A:link {font-family: arial; font-size: 11px; color: #333366;}
	.text11 A:visited {font-family: arial; font-size: 11px; color: #000033;}
	.text10 {font-family: arial; font-size: 10px; color: #000000;}
	.text10 A:link {font-family: arial; font-size: 10px; color: #333366;}
	.text10 A:visited {font-family: arial; font-size: 10px; color: #000033;}
	.text10bold {font-family: arial; font-size: 10px; font-weight: bold; color: #000000;}
	.whitetext11 {font-family: arial; font-size: 11px; color: #FFFFFF;}
	.whitetextbold11 {font-family: arial; font-size: 11px; font-weight: bold; color: #FFFFFF;}
	.whitetext11 A:link {font-family: arial; font-size: 11px; color: #FFFFFF;}
	.whitetext11 A:visited {font-family: arial; font-size: 11px; color: #CCCCCC;}
	
	.bread_crumbs, 
	.bread_crumbs a:link, 
	.bread_crumbs a:hover,
	.bread_crumbs a:visited,
	.bread_crumbs a:active {
		font-size: 9px;
		color: #999999;
		text-decoration: none;
	}
	
	.date
	{
		font-size: 10px;
	}
	
