body
{
	font-family: arial,verdana;
	font-size: 12px;
}
td
{
	font-family: arial,verdana;
	font-size: 12px;
	color: fffff;
}
td.home
{
	font-family: arial,verdana;
	font-size: 13px;
	color: fffff;
	font-weight: bold;
}

td.header
{
	font-family: arial,verdana;
	font-size: 10px;
	color: fffff;
}

A:link {text-decoration: none; color: fff; font-size: 10px;}
A:visited {text-decoration: none; color: fff; font-size: 10px;}
A:active {text-decoration: none; color: fff; font-size: 10px;}
A:hover {text-decoration: underline; color: fff; font-size: 10px;}
td.footer
{
	font-family: arial,verdana;
	font-size: 10px;
	color: white;
}

td.footer2
{
	font-family: arial,verdana;
	font-size: 9px;
	color: white;
}

td.footer A:link {text-decoration: none; color: white; font-size: 10px;}
td.footer A:visited {text-decoration: none; color: white; font-size: 10px;}
td.footer A:active {text-decoration: none; color: white; font-size: 10px;}
td.footer A:hover {text-decoration: underline; color: white; font-size: 10px;}

h3
{
	color: 000000;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Cartweaver Starting Point CSS © 2002-2003, All Rights Reserved.
You may modify this file to make changes throughout your site.
Last Updated: 6/24/02
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


/*
Purpose:To make colored form buttons
Application:<input type="button"> only. The .buttons class cannot be used elsewhere
*/
input.buttons{
font:bold 11px Verdana,Arial,Helvetica,sans-serif;
color: #C8D3E1;
background-color: #30435A;
border:2px #6197D1 inset;
}

/*
Purpose:To make colored horizontal rule
Application:Automatic
*/
hr {
color: #6284AC;
}

/*
Purpose:To make the thin outline on the right and bottom of the table
Application:<table>
*/
.tableborder {
border-top: 0px;
border-right: 1px solid #30435A;
border-bottom: 1px solid #30435A;
border-left: 0px;
}

/*
Purpose:To make thin lines between table cells
Application:Automatic as long as .tableborder is applied to the <table> tag
*/
.tableborder td, .tableborder th{
border-top: 1px solid #30435A;
border-right: 0px;
border-bottom: 0px;
border-left: 1px solid #30435A;
}

/*Purpose:To make sure that deeply nested table's cells
do not inherit the borders given them in the class above.
Application:Automatic
*/
.tableborder table td, .tableborder table th{
border: 0px;
}

/*
Purpose: Mostly used as alternative background color in table cells
Also since the background color is a yellowish, it is used to highlite information.
Application: <table>,<td>,<p>,<span>,<div>
*/
.rowcolor { 
background-color : #000000; 
}

/*
Purpose:Style all <th> with the specified color text and background color
Application:Automatic
*/
th{
color:#E13646;
background-color:#fff;
font-size: 13px;
border: 1px solid #2F8D5B;
}



/*
Purpose:Navigation- Plain and Linked Text
Application:<table>,<td>,<p>
Note: How this class is applied may affect earlier browsers.
Be sure to check your application early in the design process, and often.
*/
.nav{
color:#FFFFFF;
background-color:#30435A;
}
.nav a:link{
font-weight:bold;
color:#6197D1;
text-decoration:none;
}
.nav a:visited{
font-weight:bold;
color:#6197D1;
text-decoration:none;
}
.nav a:hover{
font-weight:bold;
color:#C8D3E1;
text-decoration:none;
}
.nav a:active{
font-weight:bold;
color:#C8D3E1;
text-decoration:none;
}

/*
Purpose:Secondary Navigation- Plain and Linked Text
Application:<table>,<td>,<p>
*/
.navTwo{
color:#FFFFFF;
background-color:#C8D3E1;
}
.navTwo a:link{
font-weight:bold;
color:#6197D1;
text-decoration:none;
}
.navTwo a:visited{
font-weight:bold;
color:#6197D1;
text-decoration:none;
}
.navTwo a:hover{
font-weight:bold;
color:#30435A;
text-decoration:none;
}
.navTwo a:active{
font-weight:bold;
color:#30435A;
text-decoration:none;
}

/*
Purpose:Used for copyright notice and other text needing "fine print"
Application:<table>,<td>,<p>
*/
.smallprint {
font-size: 10px;
}


/*
Purpose: Set the font to sans-serif for IE
Application: Automatic
Note: NS4x uses mono-space font in the .fieldcell class
*/
textarea, select{
font-family:Verdana,Arial,Helvetica,sans-serif;
}

/*
Purpose: Set the font to mono-space for NS4x.
This helps to keep form elements a similar size cross-browser.
Application: Applied to the <td> tag only
Note: NS4x only. Other browsers use the textarea, select defined above
*/ 
.fieldcell{
font-family:"Courier New", Courier, mono;
}


/*
Purpose: Make an obvious area to display important message.
Application:<div>,<span>,<table>,<td>,<p>
*/ 
.txtalert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #990099;
}

