/* **** BODY ALL PAGES **** */

body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

td, textarea, input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #717372;
	font-weight: normal;
}


/* **** LINKS ALL PAGES **** */
a:link {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-color:#CCCCCC;
	font-size: 12px;
}
a:visited {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	font-size: 12px;
}

/* **** Home Page Only **** */
.bodyHomeText {
	padding-right: 0px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

/* **** Content Pages(every page except home) Only **** */


.bodyContentText {
	padding-right: 40px;
	padding-left: 30px;
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.sideContentText a {
	color: #717372;
	padding-right: 0px;
	padding-left: 30px;
	padding-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.sideContentText a:visited {
	color: #717372;
	text-decoration: none;
	font-size: 12px;
}
.sideContentText a:hover {
	color: #717372;
	text-decoration: underline;
	font-size: 12px;
}



.linkInsideContent a {
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.linkInsideContent a:visited {
	color: #CC0000;
	text-decoration: none;
	font-size: 12px;
}
.linkInsideContent a:hover {
	color: #CC0000;
	text-decoration: underline;
	font-size: 12px;
}




.sideContentOther {
	padding-right: 0px;
	padding-left: 30px;
	padding-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.styleFormText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.styleImgBrd {
	border-color:#CCCCCC;
}

/* CSS For Products Pages */

.linkFREE a:link{
	font-size: 24px;
	font-weight: bold;
	color: #CB2A27;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
.linkFREE a:visited {
	font-size: 24px;
	font-weight: bold;
	color: #CB2A27;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
.linkFREE a:hover {
	font-size: 24px;
	font-weight: bold;
	color: #CB2A27;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	text-decoration: underline;
}

/* **** Footer **** */


.styleFooterCopyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-top: 5px;
	color: #000000;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
}
.style1 {
	color: #CB2A27;
	font-weight: bold;
}
.style3 {
	font-size: 18px;
	font-weight: bold;
	color: #CB2A27;
}
.style6 {
	font-size: 24px;
	font-weight: bold;
	color: #CB2A27;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

/* overrides */
th.ordertotal, th.orderheader {
	background-color: #CCCCCC;
}