
/* --------------------------------- */
/*         SK 2.0 RSS TOOLS          */
/* --------------------------------- */
/*         CSS: SITE GLOBAL          */
/* --------------------------------- */
/*  Created:  2001-01-01             */
/*  Issued:   2001-01-01             */
/*  Modified: 2004-01-13             */
/*  Component: SITE CSS              */
/*  Copyright (c) 2001-2004          */
/*  Tony Pisarra, SophiaKnows        */
/* --------------------------------- */
/* --------------------------------- */

/* BODY */

body { 
	background:#fff; 
	font-family:Verdana,sans-serif;
	font-size:12px;
	margin:0px;

	}
table { 
	font-family:Verdana,sans-serif;
	}

iframe {
	border:solid #666 1px;
	border-color:#999 #ddd #ddd #666;
	}
td.logoWhite {
	font-family:georgia,verdana,geneva,arial;
	font-size:42px;
	font-variant:small-caps;
	font-weight:bold;
	color:#fff;
	letter-spacing:2px;
	}

/* A LINKS */

a:link,
a:visited{
	color:#903;
 }
a:hover,
a:active {
	color:#ffcc00;
	}


a.red:link,a.red:visited {
	color:#903;
	text-decoration:none;
	}
a.red:hover {
	color:#fc0;
	text-decoration:underline;
	}
a.stripped:link,
a.stripped:visited {
	text-decoration:none;
	}
a.stripped:hover,
a.stripped:active {
	text-decoration:underline;
	}

a.red:link,a.red:visited {
	color:#802;
	text-decoration:none;
	}
a.red:hover {
	color:#fc0;
	text-decoration:underline;
	}

a.white:link,
a.white:visited {
	color:#ffffff;
	text-decoration:none;
	}
a.white:hover,
a.white:active {
	color:#ffcc00;
	text-decoration:underline;
	}

a.charcoal:link,a.charcoal:visited {
	text-decoration:none;
	color:#000000;
	}
a.charcoal:hover {
	text-decoration:none;
	color:#ffcc00;
	}

a.vcr:link,a.vcr:visited {
	font-family:webdings;
	font-size:16px;
	color:#800;
	text-decoration:none;
	}
a.vcr:hover {
	text-decoration:none;
	color:#ffcc00;
	}

a.vcrFff:link,a.vcrFff:visited {
	font-family:webdings;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
	}
a.vcrFff:hover {
	text-decoration:none;
	color:#ffcc00;
	}

a.vcrWhite:link,a.vcrWhite:visited {
	font-family:webdings;
	font-size:16px;
	color:#ffffff;
	text-decoration:none;
	}
a.vcrWhite:hover {
	text-decoration:none;
	color:#ffcc00;
	}

/* BUTTONS: BEZ GREEN */
a.btnBezRed:link,a.btnBezRed:visited {
	display:block;
	padding:1px 0 0 0;
	border-color: #c36 #000 #000 #c36;
	border-style:solid;
	border-width:0px 1px 1px 1px;
	font-family:Verdana,sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	}

/* BUTTONS: BEZ GREEN */
a.btnBezGray:link,a.btnBezGray:visited {
	display:block;
	padding:1px 0 1px 0;
	border-color: #ccd #443 #443 #ccd;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	font-family:Verdana,sans-serif;
	font-size:11px;
	color:#FFFFFF;
	background:none;
	text-align:center;
	text-decoration:none;
	}
a.btnBezGray:hover,a.btnBezGray:active {
	background:none;
	}
a.btnBezRed:hover {
	background-color:#C36;
	}

/* BUTTONS: BEZ GREEN */
a.bezGray:link,a.bezGray:visited {
	display:block;
	padding:1px 0 1px 0;
	border-color: #eee #999 #999 #eee;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	font-family:Verdana,sans-serif;
	font-size:11px;
	color:#333;
	background:url('../images/barbg30a.jpg');
	text-align:center;
	text-decoration:none;
	}


td.navArrow{
	font-family:webdings;
	font-size:16px;
	color:#000000;
	}
td.navArrowWhite{
	font-family:webdings;
	font-size:16px;
	color:#ffffff;
	}

a.green:link {color:#004444;text-decoration:none;}
a.green:visited {color:#004444;text-decoration:none;}
a.green:hover {color:#FFCC00;text-decoration:underline;}

select {
	font-family:Verdana,sans-serif;
	font-size:11px;
	border-width:1px;
	}

input {
	font-family:Verdana,sans-serif;
	font-size:11px;
	border-width:1px;
	}
button {
	font-family:Verdana,sans-serif;
	font-size:11px;
	border-width:1px;
	}
table {
	font-family:Verdana,sans-serif;
	font-size:12px;
	}


li.stripped {
	list-style-type:none;
	list-style-image:none;
	font-size:10px;
	font-family:Verdana,sans-serif;
	}


/* TABLE CLASSES */
table.control_group {
	font-family:Verdana,sans-serif;
	font-size:11px;
	}
table.control_group td{
	background:#eef;

	}
table.cart {
	font-family:Verdana,sans-serif;
	font-size:12px;
	}
table.cart td{
	background:#eef;
	}
table.control_group td.label {
	width:80px;
	text-transform:uppercase;
	font-size:11px;
	}

/* DIV PRODUCT-DETAIL: NEW */
div.product-detail {
	padding:0px;
	width:700px;
	}

div.product-detail div.title {
	text-align:left;
	padding-top:0px;
	padding-bottom:4px;
	padding-left:8px;
	color:#000;
	font-size:13px;
	}
div.product-detail td.imagebox {
	padding-top:5px;
	text-align:center;
	padding-bottom:10px;
	}
div.product-detail td.description {
	padding-left:8px;
	padding-right:8px;
	padding-top:5px;
	padding-bottom:25px;
	}


div.order-control {
	font-size:9px;
	padding:2px;
/*
	border-top:solid #fff 1px;
	border-bottom:solid #ccd 1px;
	background-color:#eef;
	background:url('../images/barbg30.jpg'); 
	background:url('../images/fade-horiz-3.png'); 
	background-position:center;
	background-repeat: repeat-y;
*/	
	}

/*
li.product, li.suggestion {
	font-size:11px;
	padding-top:0px;
	padding-bottom:4px;
	padding-left:3px;
	margin-bottom:3px;
	background:#fff;
	border-bottom:solid #ddd 1px;
	}
*/
li.product, li.suggestion {
	background-image:url('../images/product.gif');
	background-repeat:no-repeat;
	background-position:top left;
	display:block;
	list-style-type:none;
	font-size:11px;
	margin-top:5px;
	padding-bottom:3px;
	padding-left:15px;
	* padding-left:5px;
	margin-bottom:3px;
	border-bottom:solid #ddd 1px;
	}


li.product{
	background-image:url('../images/product.gif');
	}

li.kb {
	background-image:url('../images/file.gif');
	background-repeat:no-repeat;
	background-position:center left;
	display:block;
	list-style-type:none;
	font-size:11px;
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:2px;
	padding-left:15px;
	* padding-left:5px;
/*	border-bottom:solid #ddd 1px; */
	}

div.spec {
	background-image:url('../images/tools/caret-right.gif');
	background-repeat:no-repeat;
	background-position:center left;
	display:block;
	font-size:12px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:15px;
	}


li.suggestion {
	background-image:url('../images/product.gif');
	}
div.info-group{
	text-align:left;
	padding-top:8px;
	padding-bottom:20px;
	padding-left:8px;
	padding-right:8px;

	}

div.sub-label{
	padding-top:0px;
	padding-bottom:5px;
	margin-bottom:15px;
	text-align:center;
	border-bottom:solid #ccc 1px;
	}


table.order-combo td {
	border-bottom:solid #fff 2px;
	}

table.order-combo td {
	padding-top:2px;
	padding-bottom:2px;
	}

div.product-detail div.detail {
	padding-left:0px;
	padding-right:0px;
	}


/* TABLE DETAIL (OLD): COMBO/ORDER (Begin) */

table.detail {
	margin-top:0px;
	font-family:Verdana,sans-serif;
	font-size:12px;
	}
table.detail td {
	vertical-align:top;
	}
table.detail td.title {
	text-align:left;
	padding-top:4px;
	padding-bottom:3px;
	font-size:12px;
	border-bottom:solid #aac 1px;
	}
table.detail td.description {
	padding-top:15px;
	}
table.detail td.description p {
	margin-bottom:15px;
	}
table.detail td.imagebox {
	padding-top:15px;
	padding-bottom:15px;
	}

/* TABLE DETAIL-TABLE (NEW) */

div.item-detail {
	padding-top:25px;
	padding-bottom:25px;
	background-image:none;
	margin-bottom:10px;
	}

div.item-detail div.order-control {
	border-top:solid #DDE 1px;
	border-right:solid #99A 1px;
	border-bottom:solid #99A 1px;
	border-left:solid #DDE 1px;
	background:none;
	border:none;
	margin-top:15px;
	}
table.detail-table div.detail-link {
	padding-top:10px;
	text-align:center;
	}

table.detail-table div.detail-link a {
	padding:2px;
	border:solid #aaa 1px;
	background:#eee;
	font-size:10px;
	}


table.sub-detail {
	font-size:11px;
	}
table.sub-detail th, table.sub-detail  td {
	padding-top:2px;
	padding-bottom:2px;
	border-bottom:solid #ddd 1px;
	}

table.sub-detail th {
	text-align:left;
	font-weight:normal;
	}

table.table-order-combo table.sub-detail th,
table.table-order-combo table.sub-detail  td {
	font-size:11px;
	padding-top:3px;
	padding-bottom:2px;
	border-bottom:solid #ddd 1px;
	}
table.table-order-combo table.sub-detail tr.mfg,
table.table-order-combo table.sub-detail  tr.price {

	}






/* TABLE ORDER-CONTROL: (Begin) */

table.order-control {
	font-size:10px;
	}
table.order-control input {
	font-size:11px;
	}
table.order-control td select {
	font-size:10px;
	}
table.order-control td input.qorder {
	background-image:url(../images/barbg30.jpg);
	padding-top:1px;
	padding-bottom:1px;
	font-size:10px;
	border:solid #999 1px;
	border-color:#eee #999 #999 #eee;
	color:#703;
	}

/* TABLE ADDRESS: ORDER (Begin) */

table.address th{
	font-weight:normal;
	text-align:left;
	width:70px;
	}

table.address td{
	padding-bottom:3px;
	}

table.address td div.address {
	padding-bottom:3px;
	}

/* TABLE ADDRESS: ORDER (End) */

/* TABLE SUMMARY-TABLE: ORDER (Begin) */
table.summary-table td.guid{
	width:100px;
	}

/* TABLE SUMMARY-TABLE: ORDER (End) */
/* TABLE FAVORITES: FAVORITES (Begin) */
table.favorites {
	font-size:10px;
	font-family:Verdana,sans-serif;
	width:780px;
	}
table.favorites td{
	vertical-align:top;
	}
table.favorites a.cat {
	display:block;
	font-size:11px;
	font-family:Verdana,sans-serif;
	text-align:center;
	color:#703;
	font-weight:bold;
	}
table.favorites li {
	list-style-type:none;
	font-size:10px;
	font-family:Verdana,sans-serif;
	background-color:#fff;
	padding:3px;
	border-bottom:solid #ccc 1px;
	}

table.favorites li a {
	color:#000;
	}
table.favorites li a:hover {
	color:#703;
	}
/* TABLE FAVORITES: FAVORITES (End) */	




/* TABLE CLASSES */

/* CHECKOUT FORM */
select.simple_100,
input.simple_100 {
	font-family:Verdana,sans-serif;
	font-size:11px;
	width:100%;
	border:solid #AAA 1px;
	}

div.content{
	display:block;
	background-color:#CCCCCC;	
	}
div.contents{
	display:block;
	background-color:#CCCCCC;	
	}


select {
	font-family:Verdana,sans-serif;
	font-size:11px;
	}

select.fastnav {
	width:220px;
	display:block;
	padding:0;
	margin:0;
	border-style:solid;
	border-width:1px;
	border-color:#fff;
	}

div.tablerow {
	border:dotted 1px #ccc;
	border-bottom-width:0px;
	margin:0 70px 0 70px;
	padding:10px;
	}

menu li {
	padding:0px 0px 5px 0px;
	list-style-type:none;
	text-transform:uppercase;
	}
menu {
	list-style-type:none;
	margin:15px;
	padding:0px;
	}

menu li a:link, menu li a:visited {
	color:#800;
	text-decoration:none;
	}

dir.sidebar li {
	margin:1px 0px 2px 0px;
	padding:1px 0px 2px 0px;
	list-style-type:none;
	text-transform:uppercase;
	font-size:10px;
	width:100%;
	}
dir.sidebar {
	list-style-type:none;
	margin-right:0px;
	margin-left:0px;
	padding:0px;
	}

dir.sidebar li a:link, dir.sidebar li a:visited {
	color:#803;
	text-decoration:none;
	}
li.stripped {
	list-style-type:none;
	list-style-image:none;
	font-size:10px;
	font-family:Verdana,sans-serif;
	}



/* LI */



/* GENERIC  CLASSES:SANS BLACK */
table.SansBlack28,td.SansBlack28,tr.SansBlack28,p.SansBlack28,div.SansBlack28,span.SansBlack28,input.SansBlack28,select.SansBlack28{font-family:Verdana,sans-serif;font-size:28px;color:#000000;}
table.SansBlack24,td.SansBlack24,tr.SansBlack24,p.SansBlack24,div.SansBlack24,span.SansBlack24,input.SansBlack24,select.SansBlack24{font-family:Verdana,sans-serif;font-size:24px;color:#000000;}
table.SansBlack22,td.SansBlack22,tr.SansBlack22,p.SansBlack22,div.SansBlack22,span.SansBlack22,input.SansBlack22,select.SansBlack22{font-family:Verdana,sans-serif;font-size:22px;color:#000000;}
table.SansBlack20,td.SansBlack20,tr.SansBlack20,p.SansBlack20,div.SansBlack20,span.SansBlack20,input.SansBlack20,select.SansBlack20{font-family:Verdana,sans-serif;font-size:20px;color:#000000;}
table.SansBlack18,td.SansBlack18,tr.SansBlack18,p.SansBlack18,div.SansBlack18,span.SansBlack18,input.SansBlack18,select.SansBlack18{font-family:Verdana,sans-serif;font-size:18px;color:#000000;}
table.SansBlack16,td.SansBlack16,tr.SansBlack16,p.SansBlack16,div.SansBlack16,span.SansBlack16,input.SansBlack16,select.SansBlack16{font-family:Verdana,sans-serif;font-size:16px;color:#000000;}
table.SansBlack14,td.SansBlack14,tr.SansBlack14,p.SansBlack14,div.SansBlack14,span.SansBlack14,input.SansBlack14,select.SansBlack14{font-family:Verdana,sans-serif;font-size:14px;color:#000000;}
table.SansBlack13,td.SansBlack13,tr.SansBlack13,p.SansBlack13,div.SansBlack13,span.SansBlack13,input.SansBlack13,select.SansBlack13{font-family:Verdana,sans-serif;font-size:13px;color:#000000;}
table.SansBlack12,td.SansBlack12,tr.SansBlack12,p.SansBlack12,div.SansBlack12,span.SansBlack12,input.SansBlack12,select.SansBlack12{font-family:Verdana,sans-serif;font-size:12px;color:#000000;}
table.SansBlack11,td.SansBlack11,tr.SansBlack11,p.SansBlack11,div.SansBlack11,span.SansBlack11,input.SansBlack11,select.SansBlack11{font-family:Verdana,sans-serif;font-size:11px;color:#000000;}
table.SansBlack10,td.SansBlack10,tr.SansBlack10,p.SansBlack10,div.SansBlack10,span.SansBlack10,input.SansBlack10,select.SansBlack10{font-family:Verdana,sans-serif;font-size:10px;color:#000000;}
table.SansBlack9,td.SansBlack9,tr.SansBlack9,p.SansBlack9,div.SansBlack9,span.SansBlack9,input.SansBlack9,select.SansBlack9{font-family:Verdana,sans-serif;font-size:9px;color:#000000;}
	
/* GENERIC  CLASSES:SANS BLACK */
table.SansWhite28,td.SansWhite28,tr.SansWhite28,p.SansWhite28,div.SansWhite28,span.SansWhite28,input.SansWhite28,select.SansWhite28{font-family:Verdana,sans-serif;font-size:28px;color:#FFFFFF;}
table.SansWhite24,td.SansWhite24,tr.SansWhite24,p.SansWhite24,div.SansWhite24,span.SansWhite24,input.SansWhite24,select.SansWhite24{font-family:Verdana,sans-serif;font-size:24px;color:#FFFFFF;}
table.SansWhite22,td.SansWhite22,tr.SansWhite22,p.SansWhite22,div.SansWhite22,span.SansWhite22,input.SansWhite22,select.SansWhite22{font-family:Verdana,sans-serif;font-size:22px;color:#FFFFFF;}
table.SansWhite20,td.SansWhite20,tr.SansWhite20,p.SansWhite20,div.SansWhite20,span.SansWhite20,input.SansWhite20,select.SansWhite20{font-family:Verdana,sans-serif;font-size:20px;color:#FFFFFF;}
table.SansWhite18,td.SansWhite18,tr.SansWhite18,p.SansWhite18,div.SansWhite18,span.SansWhite18,input.SansWhite18,select.SansWhite18{font-family:Verdana,sans-serif;font-size:18px;color:#FFFFFF;}
table.SansWhite16,td.SansWhite16,tr.SansWhite16,p.SansWhite16,div.SansWhite16,span.SansWhite16,input.SansWhite16,select.SansWhite16{font-family:Verdana,sans-serif;font-size:16px;color:#FFFFFF;}
table.SansWhite14,td.SansWhite14,tr.SansWhite14,p.SansWhite14,div.SansWhite14,span.SansWhite14,input.SansWhite14,select.SansWhite14{font-family:Verdana,sans-serif;font-size:14px;color:#FFFFFF;}
table.SansWhite13,td.SansWhite13,tr.SansWhite13,p.SansWhite13,div.SansWhite13,span.SansWhite13,input.SansWhite13,select.SansWhite13{font-family:Verdana,sans-serif;font-size:13px;color:#FFFFFF;}
table.SansWhite12,td.SansWhite12,tr.SansWhite12,p.SansWhite12,div.SansWhite12,span.SansWhite12,input.SansWhite12,select.SansWhite12{font-family:Verdana,sans-serif;font-size:12px;color:#FFFFFF;}
table.SansWhite11,td.SansWhite11,tr.SansWhite11,p.SansWhite11,div.SansWhite11,span.SansWhite11,input.SansWhite11,select.SansWhite11{font-family:Verdana,sans-serif;font-size:11px;color:#FFFFFF;}
table.SansWhite10,td.SansWhite10,tr.SansWhite10,p.SansWhite10,div.SansWhite10,span.SansWhite10,input.SansWhite10,select.SansWhite10{font-family:Verdana,sans-serif;font-size:10px;color:#FFFFFF;}
table.SansWhite9,td.SansWhite9,tr.SansWhite9,p.SansWhite9,div.SansWhite9,span.SansWhite9,input.SansWhite9,select.SansWhite9{font-family:Verdana,sans-serif;font-size:9px;color:#FFFFFF;}
	
/* GENERIC  CLASSES:SANS GREEN */
table.SansGreen28,td.SansGreen28,tr.SansGreen28,p.SansGreen28,div.SansGreen28,span.SansGreen28,input.SansGreen28,select.SansGreen28{font-family:Verdana,sans-serif;font-size:28px;color:#006666;}
table.SansGreen24,td.SansGreen24,tr.SansGreen24,p.SansGreen24,div.SansGreen24,span.SansGreen24,input.SansGreen24,select.SansGreen24{font-family:Verdana,sans-serif;font-size:24px;color:#006666;}
table.SansGreen22,td.SansGreen22,tr.SansGreen22,p.SansGreen22,div.SansGreen22,span.SansGreen22,input.SansGreen22,select.SansGreen22{font-family:Verdana,sans-serif;font-size:22px;color:#006666;}
table.SansGreen20,td.SansGreen20,tr.SansGreen20,p.SansGreen20,div.SansGreen20,span.SansGreen20,input.SansGreen20,select.SansGreen20{font-family:Verdana,sans-serif;font-size:20px;color:#006666;}
table.SansGreen18,td.SansGreen18,tr.SansGreen18,p.SansGreen18,div.SansGreen18,span.SansGreen18,input.SansGreen18,select.SansGreen18{font-family:Verdana,sans-serif;font-size:18px;color:#006666;}
table.SansGreen16,td.SansGreen16,tr.SansGreen16,p.SansGreen16,div.SansGreen16,span.SansGreen16,input.SansGreen16,select.SansGreen16{font-family:Verdana,sans-serif;font-size:16px;color:#006666;}
table.SansGreen14,td.SansGreen14,tr.SansGreen14,p.SansGreen14,div.SansGreen14,span.SansGreen14,input.SansGreen14,select.SansGreen14{font-family:Verdana,sans-serif;font-size:14px;color:#006666;}
table.SansGreen13,td.SansGreen13,tr.SansGreen13,p.SansGreen13,div.SansGreen13,span.SansGreen13,input.SansGreen13,select.SansGreen13{font-family:Verdana,sans-serif;font-size:13px;color:#006666;}
table.SansGreen12,td.SansGreen12,tr.SansGreen12,p.SansGreen12,div.SansGreen12,span.SansGreen12,input.SansGreen12,select.SansGreen12{font-family:Verdana,sans-serif;font-size:12px;color:#006666;}
table.SansGreen11,td.SansGreen11,tr.SansGreen11,p.SansGreen11,div.SansGreen11,span.SansGreen11,input.SansGreen11,select.SansGreen11{font-family:Verdana,sans-serif;font-size:11px;color:#006666;}
table.SansGreen10,td.SansGreen10,tr.SansGreen10,p.SansGreen10,div.SansGreen10,span.SansGreen10,input.SansGreen10,select.SansGreen10{font-family:Verdana,sans-serif;font-size:10px;color:#006666;}
table.SansGreen9,td.SansGreen9,tr.SansGreen9,p.SansGreen9,div.SansGreen9,span.SansGreen9,input.SansGreen9,select.SansGreen9{font-family:Verdana,sans-serif;font-size:9px;color:#006666;}


/* GENERIC  CLASSES:SANS GREEN */
table.SansRed28,td.SansRed28,tr.SansRed28,p.SansRed28,div.SansRed28,span.SansRed28,input.SansRed28,select.SansRed28{font-family:Verdana,sans-serif;font-size:28px;color:#803;}
table.SansRed24,td.SansRed24,tr.SansRed24,p.SansRed24,div.SansRed24,span.SansRed24,input.SansRed24,select.SansRed24{font-family:Verdana,sans-serif;font-size:24px;color:#803;}
table.SansRed22,td.SansRed22,tr.SansRed22,p.SansRed22,div.SansRed22,span.SansRed22,input.SansRed22,select.SansRed22{font-family:Verdana,sans-serif;font-size:22px;color:#803;}
table.SansRed20,td.SansRed20,tr.SansRed20,p.SansRed20,div.SansRed20,span.SansRed20,input.SansRed20,select.SansRed20{font-family:Verdana,sans-serif;font-size:20px;color:#803;}
table.SansRed18,td.SansRed18,tr.SansRed18,p.SansRed18,div.SansRed18,span.SansRed18,input.SansRed18,select.SansRed18{font-family:Verdana,sans-serif;font-size:18px;color:#803;}
table.SansRed16,td.SansRed16,tr.SansRed16,p.SansRed16,div.SansRed16,span.SansRed16,input.SansRed16,select.SansRed16{font-family:Verdana,sans-serif;font-size:16px;color:#803;}
table.SansRed14,td.SansRed14,tr.SansRed14,p.SansRed14,div.SansRed14,span.SansRed14,input.SansRed14,select.SansRed14{font-family:Verdana,sans-serif;font-size:14px;color:#803;}
table.SansRed13,td.SansRed13,tr.SansRed13,p.SansRed13,div.SansRed13,span.SansRed13,input.SansRed13,select.SansRed13{font-family:Verdana,sans-serif;font-size:13px;color:#803;}
table.SansRed12,td.SansRed12,tr.SansRed12,p.SansRed12,div.SansRed12,span.SansRed12,input.SansRed12,select.SansRed12{font-family:Verdana,sans-serif;font-size:12px;color:#803;}
table.SansRed11,td.SansRed11,tr.SansRed11,p.SansRed11,div.SansRed11,span.SansRed11,input.SansRed11,select.SansRed11{font-family:Verdana,sans-serif;font-size:11px;color:#803;}
table.SansRed10,td.SansRed10,tr.SansRed10,p.SansRed10,div.SansRed10,span.SansRed10,input.SansRed10,select.SansRed10{font-family:Verdana,sans-serif;font-size:10px;color:#803;}
table.SansRed9,td.SansRed9,tr.SansRed9,p.SansRed9,div.SansRed9,span.SansRed9,input.SansRed9,select.SansRed9{font-family:Verdana,sans-serif;font-size:9px;color:#803;}


/* SERIF FONTS */
table.SerifBlack24,td.SerifBlack24,tr.SerifBlack24,p.SerifBlack24,div.SerifBlack24,span.SerifBlack24,input.SerifBlack24,select.SerifBlack24{font-family:Georgia,'Times New Roman',serif;font-size:24px;color:#000000;}
table.SerifBlack22,td.SerifBlack22,tr.SerifBlack22,p.SerifBlack22,div.SerifBlack22,span.SerifBlack22,input.SerifBlack22,select.SerifBlack22{font-family:Georgia,'Times New Roman',serif;font-size:22px;color:#000000;}
table.SerifBlack20,td.SerifBlack20,tr.SerifBlack20,p.SerifBlack20,div.SerifBlack20,span.SerifBlack20,input.SerifBlack20,select.SerifBlack20{font-family:Georgia,'Times New Roman',serif;font-size:20px;color:#000000;}
table.SerifBlack18,td.SerifBlack18,tr.SerifBlack18,p.SerifBlack18,div.SerifBlack18,span.SerifBlack18,input.SerifBlack18,select.SerifBlack18{font-family:Georgia,'Times New Roman',serif;font-size:18px;color:#000000;}
table.SerifBlack16,td.SerifBlack16,tr.SerifBlack16,p.SerifBlack16,div.SerifBlack16,span.SerifBlack16,input.SerifBlack16,select.SerifBlack16{font-family:Georgia,'Times New Roman',serif;font-size:16px;color:#000000;}
table.SerifBlack14,td.SerifBlack14,tr.SerifBlack14,p.SerifBlack14,div.SerifBlack14,span.SerifBlack14,input.SerifBlack14,select.SerifBlack14{font-family:Georgia,'Times New Roman',serif;font-size:14px;color:#000000;}
table.SerifBlack13,td.SerifBlack13,tr.SerifBlack13,p.SerifBlack13,div.SerifBlack13,span.SerifBlack13,input.SerifBlack13,select.SerifBlack13{font-family:Georgia,'Times New Roman',serif;font-size:13px;color:#000000;}
table.SerifBlack12,td.SerifBlack12,tr.SerifBlack12,p.SerifBlack12,div.SerifBlack12,span.SerifBlack12,input.SerifBlack12,select.SerifBlack12{font-family:Georgia,'Times New Roman',serif;font-size:12px;color:#000000;}
table.SerifBlack11,td.SerifBlack11,tr.SerifBlack11,p.SerifBlack11,div.SerifBlack11,span.SerifBlack11,input.SerifBlack11,select.SerifBlack11{font-family:Georgia,'Times New Roman',serif;font-size:11px;color:#000000;}
table.SerifBlack10,td.SerifBlack10,tr.SerifBlack10,p.SerifBlack10,div.SerifBlack10,span.SerifBlack10,input.SerifBlack10,select.SerifBlack10{font-family:Georgia,'Times New Roman',serif;font-size:10px;color:#000000;}
table.SerifBlack9,td.SerifBlack9,tr.SerifBlack9,p.SerifBlack9,div.SerifBlack9,span.SerifBlack9,input.SerifBlack9,select.SerifBlack9{font-family:Georgia,'Times New Roman',serif;font-size:9px;color:#000000;}


/* SERIF TITLE FONTS */
table.SerifTitle28,td.SerifTitle28,tr.SerifTitle28,p.SerifTitle28,div.SerifTitle28,span.SerifTitle28,input.SerifTitle28,select.SerifTitle28{font-family:Georgia,'Times New Roman',serif;font-size:28px;font-variant:small-caps;}
table.SerifTitle24,td.SerifTitle24,tr.SerifTitle24,p.SerifTitle24,div.SerifTitle24,span.SerifTitle24,input.SerifTitle24,select.SerifTitle24{font-family:Georgia,'Times New Roman',serif;font-size:24px;font-variant:small-caps;}
table.SerifTitle22,td.SerifTitle22,tr.SerifTitle22,p.SerifTitle22,div.SerifTitle22,span.SerifTitle22,input.SerifTitle22,select.SerifTitle22{font-family:Georgia,'Times New Roman',serif;font-size:22px;font-variant:small-caps;}
table.SerifTitle20,td.SerifTitle20,tr.SerifTitle20,p.SerifTitle20,div.SerifTitle20,span.SerifTitle20,input.SerifTitle20,select.SerifTitle20{font-family:Georgia,'Times New Roman',serif;font-size:20px;font-variant:small-caps;}
table.SerifTitle18,td.SerifTitle18,tr.SerifTitle18,p.SerifTitle18,div.SerifTitle18,span.SerifTitle18,input.SerifTitle18,select.SerifTitle18{font-family:Georgia,'Times New Roman',serif;font-size:18px;font-variant:small-caps;}
table.SerifTitle16,td.SerifTitle16,tr.SerifTitle16,p.SerifTitle16,div.SerifTitle16,span.SerifTitle16,input.SerifTitle16,select.SerifTitle16{font-family:Georgia,'Times New Roman',serif;font-size:16px;font-variant:small-caps;}
table.SerifTitle14,td.SerifTitle14,tr.SerifTitle14,p.SerifTitle14,div.SerifTitle14,span.SerifTitle14,input.SerifTitle14,select.SerifTitle14{font-family:Georgia,'Times New Roman',serif;font-size:14px;font-variant:small-caps;}
table.SerifTitle13,td.SerifTitle13,tr.SerifTitle13,p.SerifTitle13,div.SerifTitle13,span.SerifTitle13,input.SerifTitle13,select.SerifTitle13{font-family:Georgia,'Times New Roman',serif;font-size:13px;font-variant:small-caps;}
table.SerifTitle12,td.SerifTitle12,tr.SerifTitle12,p.SerifTitle12,div.SerifTitle12,span.SerifTitle12,input.SerifTitle12,select.SerifTitle12{font-family:Georgia,'Times New Roman',serif;font-size:12px;font-variant:small-caps;}
table.SerifTitle11,td.SerifTitle11,tr.SerifTitle11,p.SerifTitle11,div.SerifTitle11,span.SerifTitle11,input.SerifTitle11,select.SerifTitle11{font-family:Georgia,'Times New Roman',serif;font-size:11px;font-variant:small-caps;}


/* COURIER  CLASSES:SANS BLACK */
table.CourierBlack28,td.CourierBlack28,tr.CourierBlack28,p.CourierBlack28,div.CourierBlack28,span.CourierBlack28,input.CourierBlack28,select.CourierBlack28{font-family:monospace,courier,courier new;font-size:28px;color:#000000;}
table.CourierBlack24,td.CourierBlack24,tr.CourierBlack24,p.CourierBlack24,div.CourierBlack24,span.CourierBlack24,input.CourierBlack24,select.CourierBlack24{font-family:monospace,courier,courier new;font-size:24px;color:#000000;}
table.CourierBlack22,td.CourierBlack22,tr.CourierBlack22,p.CourierBlack22,div.CourierBlack22,span.CourierBlack22,input.CourierBlack22,select.CourierBlack22{font-family:monospace,courier,courier new;font-size:22px;color:#000000;}
table.CourierBlack20,td.CourierBlack20,tr.CourierBlack20,p.CourierBlack20,div.CourierBlack20,span.CourierBlack20,input.CourierBlack20,select.CourierBlack20{font-family:monospace,courier,courier new;font-size:20px;color:#000000;}
table.CourierBlack18,td.CourierBlack18,tr.CourierBlack18,p.CourierBlack18,div.CourierBlack18,span.CourierBlack18,input.CourierBlack18,select.CourierBlack18{font-family:monospace,courier,courier new;font-size:18px;color:#000000;}
table.CourierBlack16,td.CourierBlack16,tr.CourierBlack16,p.CourierBlack16,div.CourierBlack16,span.CourierBlack16,input.CourierBlack16,select.CourierBlack16{font-family:monospace,courier,courier new;font-size:16px;color:#000000;}
table.CourierBlack14,td.CourierBlack14,tr.CourierBlack14,p.CourierBlack14,div.CourierBlack14,span.CourierBlack14,input.CourierBlack14,select.CourierBlack14{font-family:monospace,courier,courier new;font-size:14px;color:#000000;}
table.CourierBlack13,td.CourierBlack13,tr.CourierBlack13,p.CourierBlack13,div.CourierBlack13,span.CourierBlack13,input.CourierBlack13,select.CourierBlack13{font-family:monospace,courier,courier new;font-size:13px;color:#000000;}
table.CourierBlack12,td.CourierBlack12,tr.CourierBlack12,p.CourierBlack12,div.CourierBlack12,span.CourierBlack12,input.CourierBlack12,select.CourierBlack12{font-family:monospace,courier,courier new;font-size:12px;color:#000000;}
table.CourierBlack11,td.CourierBlack11,tr.CourierBlack11,p.CourierBlack11,div.CourierBlack11,span.CourierBlack11,input.CourierBlack11,select.CourierBlack11{font-family:monospace,courier,courier new;font-size:11px;color:#000000;}
table.CourierBlack10,td.CourierBlack10,tr.CourierBlack10,p.CourierBlack10,div.CourierBlack10,span.CourierBlack10,input.CourierBlack10,select.CourierBlack10{font-family:monospace,courier,courier new;font-size:10px;color:#000000;}
table.CourierBlack9,td.CourierBlack9,tr.CourierBlack9,p.CourierBlack9,div.CourierBlack9,span.CourierBlack9,input.CourierBlack9,select.CourierBlack9{font-family:monospace,courier,courier new;font-size:9px;color:#000000;}

/* COURIER TITLE FONTS */
table.CourierTitle28,td.CourierTitle28,tr.CourierTitle28,p.CourierTitle28,div.CourierTitle28,span.CourierTitle28,input.CourierTitle28,select.CourierTitle28{font-family:monospace,courier,courier new;font-size:28px;font-variant:small-caps;}
table.CourierTitle24,td.CourierTitle24,tr.CourierTitle24,p.CourierTitle24,div.CourierTitle24,span.CourierTitle24,input.CourierTitle24,select.CourierTitle24{font-family:monospace,courier,courier new;font-size:24px;font-variant:small-caps;}
table.CourierTitle22,td.CourierTitle22,tr.CourierTitle22,p.CourierTitle22,div.CourierTitle22,span.CourierTitle22,input.CourierTitle22,select.CourierTitle22{font-family:monospace,courier,courier new;font-size:22px;font-variant:small-caps;}
table.CourierTitle20,td.CourierTitle20,tr.CourierTitle20,p.CourierTitle20,div.CourierTitle20,span.CourierTitle20,input.CourierTitle20,select.CourierTitle20{font-family:monospace,courier,courier new;font-size:20px;font-variant:small-caps;}
table.CourierTitle18,td.CourierTitle18,tr.CourierTitle18,p.CourierTitle18,div.CourierTitle18,span.CourierTitle18,input.CourierTitle18,select.CourierTitle18{font-family:monospace,courier,courier new;font-size:18px;font-variant:small-caps;}
table.CourierTitle16,td.CourierTitle16,tr.CourierTitle16,p.CourierTitle16,div.CourierTitle16,span.CourierTitle16,input.CourierTitle16,select.CourierTitle16{font-family:monospace,courier,courier new;font-size:16px;font-variant:small-caps;}
table.CourierTitle14,td.CourierTitle14,tr.CourierTitle14,p.CourierTitle14,div.CourierTitle14,span.CourierTitle14,input.CourierTitle14,select.CourierTitle14{font-family:monospace,courier,courier new;font-size:14px;font-variant:small-caps;}
table.CourierTitle13,td.CourierTitle13,tr.CourierTitle13,p.CourierTitle13,div.CourierTitle13,span.CourierTitle13,input.CourierTitle13,select.CourierTitle13{font-family:monospace,courier,courier new;font-size:13px;font-variant:small-caps;}
table.CourierTitle12,td.CourierTitle12,tr.CourierTitle12,p.CourierTitle12,div.CourierTitle12,span.CourierTitle12,input.CourierTitle12,select.CourierTitle12{font-family:monospace,courier,courier new;font-size:12px;font-variant:small-caps;}
table.CourierTitle11,td.CourierTitle11,tr.CourierTitle11,p.CourierTitle11,div.CourierTitle11,span.CourierTitle11,input.CourierTitle11,select.CourierTitle11{font-family:monospace,courier,courier new;font-size:11px;font-variant:small-caps;}

/* BUTTONS */


/* BUTTONS: BEZ GREY */
div.btnBezGrey {
	font-weight:normal;
	border-color: #fff #888 #888 #fff;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	color:#000000;
	background-color:#EEEEEE;
	}


/* BUTTONS: GREY BUTTON 11 */
div.greyButton11 {
	font-family:Verdana,sans-serif;
	font-size:11px;
	font-weight:normal;
	border-color: #fff #888 #888 #fff;
	border-style:solid;
	border-width:2px;
	color:#000000;
	background-color:#eeeeee;
	padding:0px 2px 1px 2px;
	}

