/*
Text: #FFFFFF - Light Blue: #79B3C6 - Medium Blue: #368FAD - Gold #FBCF03
*/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	/* background-color: #ffffff; */
	text-align: left;
	/* part 1 of 2 centering hack */
	
	/* Scrollbars */
	scrollbar-face-color: #368FAD; 
	scrollbar-shadow-color: #000000; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-3dlight-color: #cccccc; 
	scrollbar-darkshadow-color: #368FAD; 
	scrollbar-track-color: #79B3C6; 
	scrollbar-arrow-color: #cccccc;
	
	}

h3 {
	font-size: 14px;
	text-indent: 0px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	font-size: 12px;
	text-indent: 0px;
	color: #368FAD;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
	
h5 {
	font-size: 11px;
	text-indent: 0px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
	margin-top: 30;
	margin-bottom: 0;
	}
	
td { font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; color: #000000; text-decoration: none }


a:link { font-size: 10px; color: #000099; text-decoration: none }
a:visited { font-size: 10px; color: #990066; text-decoration: none }
a:hover { font-size: 10px; color: #368FAD; text-decoration: none }

	/* Notes on cart.asp and contact form */
.notes {
	font-size : 10px;
	font-weight : normal;
	color : #79B3C6;
}

.noteswhite {
	font-size : 10px;
	font-weight : normal;
	color : #ffffff;
}

