
body, td,p {font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 11px; color: #666666;}
th {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #666666;
}

a:link {color: #221E1F;}
a:visited {color: #221E1F;}
a:hover {color: #221E1F;}
a:active {color: #221E1F;}

a.nav:link {color: #221E1F; font-size: 10px; line-height:18px; font-weight:bold; text-decoration:none;}
a.nav:visited {color: #221E1F; font-size: 10px; line-height:18px; font-weight:bold; text-decoration:none;}
a.nav:hover {color: #221E1F; font-size: 10px; line-height:18px; font-weight:bold; text-decoration:underline;}
a.nav:active {color: #221E1F; font-size: 10px; line-height:18px; font-weight:bold; text-decoration:none;}

a.navsubcat:link {color: #000000; font-size: 11px; line-height:13px; font-weight:normal; text-decoration:none;}
a.navsubcat:visited {color: #000000; font-size: 11px; line-height:13px; font-weight:normal;	text-decoration:none;}
a.navsubcat:hover {	color: #0000FF; font-size: 11px; line-height:13px; font-weight:normal; text-decoration:underline;}
a.navsubcat:active {color: #000000; font-size: 11px; line-height:13px; font-weight:normal; text-decoration:none;}

a.hnav:link {color: #f1efe2; font-size: 11px; line-height:13px; font-weight:bold; text-decoration:none;}
a.hnav:visited {color: #f1efe2; font-size: 11px; line-height:13px; font-weight:bold; text-decoration:none;}
a.hnav:hover {color: #f1efe2; font-size: 11px; line-height:13px; font-weight:bold; text-decoration:underline;}
a.hnav:active {color: #f1efe2; font-size: 11px; line-height:13px; font-weight:bold; text-decoration:none;}

a.tnav:link {color: #262626; font-size: 11px; line-height:13px; font-weight:normal; text-decoration:underline;}
a.tnav:visited {color: #262626; font-size: 11px; line-height:13px; font-weight:normal; text-decoration:underline;}
a.tnav:hover {color: #262626; font-size: 11px; line-height:13px; font-weight:normal; text-decoration:none;}
a.tnav:active {color: #262626; font-size: 11px; line-height:13px; font-weight:normal; text-decoration:underline;}

a.viewdetails:link {color: #137da4; font-size: 11px; line-height:13px; font-weight:normal; text-decoration:underline;}
a.viewdetails:visited {color: #137da4; font-size: 11px; line-height:13px; font-weight:normal; text-decoration:underline;}
a.viewdetails:hover {color: #137da4; font-size: 11px; line-height:13px; font-weight:normal; text-decoration:none;}
a.viewdetails:active {color: #137da4; font-size: 11px; line-height:13px; font-weight:normal; text-decoration:underline;}


hr{
	color: #666666;
	height: 1px;
	width: 90%;
}

Remember that H1 is a style embedded in the Head section in head.cfm
h1 {
	font-family:arial, verdana, sans-serif;
	color: #0000FF;
	line-height:16px;
	font-size: 16px;
	font-weight: bold;
}

h2 {
	font-family:arial, verdana, sans-serif;
	font-size:14px;
	color:666666;
	text-decoration:none;
	line-height:14pt;
	font-weight: bold;
}

/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #393957;
}

input {
	background: #FFFFFF;
	border: 1px solid #666699;
	
}


select, textarea {
	background: #FFFFFF;
	border: 1px solid #003366;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
}

table {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 2 CSS Classes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
NOTE: All styles below are specific to Cartweaver 2.
You may use the CSS above, or remove it and attach
your own CSS file in addition to cartweaver.css
*/

.white_12 {
	font-size: 12px;
	color: f1efe2;
}

.smallprint {
	font-size: 9px;
	color: 67735d;
}



.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}
/*Form Styles*/
input.formCheckbox {
	border: none;
	background: transparent;
}

input.formButton {
	background: #ef893e;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #003366;
	border-top: 1px solid #003366;
	color: #D3D3E2;
	font-weight: bold;
	margin: 3px 0px 3px 3px;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData, table.tabularData td, table.tabularData th {
	border: 1px solid #828CAC;
	border-collapse: collapse;
}
table.tabularData td, table.tabularData th{
	padding: 3px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background: #F3F3F6;
	color: #gggggg;
}
/* altrowEven & altrowOdd are used to style alternating table rows. */
.altrowEven {
	background-color: #e1e7dd;
}

.altrowOdd{
	background-color: #f7f7ef;
}

.copyright {font-size: 11px; color: ffffff;}
.searchbox {font-size: 12px; color: 828CAC;}
.nav_titles {font-size: 12px; color: f1efe2; font-weight: bold;}</table></table>