/* General HTML CSS */
	body {
		background-color	: #FFFFFF;
		margin				: 0 0 0 0;
		font-family 		: Arial,Helvetica,sans-serif;
		font-size			: 11px;
		color				: #666666;
	}
	td {
		font-family 		: Tahoma,Arial,Helvetica,sans-serif;
		font-size			: 12px;
		line-height			: 16px;
	}
	ul {
		margin-top			: 0px;
		margin-bottom		: 0px;
		list-style-image	: url(images/bullet.gif);
	}
	
	ol {
		margin-top			: 0px;
		margin-bottom		: 0px;
	}
	a {
		color				: #9e103b;
		text-decoration		: none;
	}
	a.visited {
		color				: #666666;
	}
	a.active {
		color				: #000000;
	}
	a:hover {
		color				: #396787;
		text-decoration		: underline;
	}
	h1 {
		font-family 		: Tahoma,Arial,Helvetica,sans-serif;
		color				: #000000;
		font-size			: 21px;
		line-height			: 24px;
		font-weight			: bold;
		margin-top			: 0px;
		margin-bottom		: 0px;
	}
	h2, h2 a{
		font-family 		: Tahoma,Arial,Helvetica,sans-serif;
		color				: #660500;
		font-size			: 13px;
		font-weight			: bold;
		margin-top			: 0px;
		margin-bottom		: 0px;
		text-decoration		: none;
	}
	h2 a:hover {
		text-decoration		: none;
		border-bottom		: 1px dotted #396787;
	}

/* Template CSS */
	.subheader {
		font-family 		: Tahoma,Arial,Helvetica,sans-serif;
		color				: #660500;
		font-size			: 13px;
		font-weight			: bold;
	}
	.text {
		font-family 		: Tahoma,Arial,Helvetica,sans-serif;
		font-size			: 11px;
	}
	.textsm {
		font-family 		: Tahoma,Arial,Helvetica,sans-serif;
		font-size			: 9px;
	}
	.textarticle {
		font-family 		: Tahoma,Arial,Helvetica,sans-serif;
		font-size			: 13px;
		line-height			: 18.5px;
		text-align			: justify;
	}

/* Navigation CSS */
	a.textnav, a.textnav:visited, a.textnav:active, .textnav {
		font-size			: 9px;
		color				: #9e103b;
		text-decoration		: none;
	}
	a.textnav:hover {
		text-decoration		: underline;
	}
	a.smallnav, a.smallnav:visited, a.smallnav:active, .smallnav {
		font-size			: 11px;
		color				: #9e103b;
		text-decoration		: none;
	}
	a.smallnav:hover {
		color				: #396787;
		border-bottom		: 1px dotted #396787;
	}

/* Homepage CSS */

/* Shopping Cart CSS */
	.cartHeader {
		color				: #000000;
		font-weight			: bold;
	}
	tr.cartItem {
		background-image	: url(images/gradiant.gif);
	}
	a.cartItem, .cartItem  {
		color				: #000000;
	}
	a.cartItem {
		color				: #000000;
		text-decoration		: none;
	}
	
/* Misc CSS */

	a.more, a.more:visited, a.more:active, .more {
		font-family 		: Tahoma,Arial,Helvetica,sans-serif;
		color				: #84898c;
		font-size			: 10px;
		font-weight			: bold;
		text-decoration		: none;
	}
	a.more:hover {
		text-decoration		: underline;
	}
	ul.list {
		margin-top			: 0px;
		margin-bottom		: 0px;
		list-style-image	: url(images/bullet_list.gif);
	}
	ul.list li {
		margin-left			: -23px;
	}