/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #CC3300;
	text-decoration:none;
	font-weight:normal;
	}
	
a:hover {
	color: #CC3300;
	text-decoration:underline;
	}
	
/* ID Styles */
	
#navigation a {
	font:10px arial;
	color: #ff00ff;
	text-decoration:none;
	letter-spacing:0.1em;
	}
	
#navigation a:hover {
	color: #993300;
	text-decoration:underline;
	}

/* Class Styles */

.sidebarText {
	font:12px georgia;
	color: #333300;
	line-height:16px;
	}
	
.bodyText {
	font:11px arial;
	line-height:16px;
	color:#333333;
	}
INPUT.totalText {
	font:11px arial;
	line-height:16px;
	color:#333333;
	background-color:#ffffff;
	border-style:ridge;
	border-color:#9f8e44;
	}
.priceText {
	font:11px arial;
	line-height:16px;
	color:#333333;
	background-color:#f8f7e9;
	border-style:none;
	}
.errorField {
	font:11px arial;
	line-height:16px;
	color:#333333;
	border-style:solid;
	border-color:#cc3300;
	}
.pageName {
	font:20px georgia;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px georgia;
	color: #333300;
	font-weight:bold;
	line-height:16px;
	letter-spacing:.1em;
	}
	
.navText {
	font:10px arial;
	color: #FFFFFF;
	letter-spacing:0.1em;
	}

