body {
	background-color: #FFFFFF;
	background-image: url(../images/headerBG.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;	
	}


/*
==================================================================== 
LINKS 
*/
a:link {
	color:#0033FF;
	text-decoration:none;
	}
a:active {
	color:#FF0000;
	text-decoration:none;
	}
a:visited {
	color:#0033FF;
	text-decoration:none;
	}
a:hover {
	color:#0033CC;
	text-decoration:underline;
	}


/*
FONTS
 ==================================================================== 
*/

body,p,div,li,ol,dl,td,em,address,pre,blockquote {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	}
p { text-align:justify; }
b,strong {
	font-family: Arial, Helvetica, sans-serif;
	color:#3366CC;
	}
	
h1, h2, h3, h4, h5, h6	{
	color:#3366CC;
	font-family: Arial, Helvetica, sans-serif;
	}

/* reset HTML blocks for new styles */
h1,h2,h3,h4,h5,h6,p {
	padding:0px;
	margin:0px;
	}
	
/*PARAGRAPH*/	
p {
	padding-top:8px;
	padding-bottom:6px;
	line-height: 1.4em;
	/* text-align: justify; */
	/* letter-spacing: .1em; */
	}	
.justify { text-align: justify; }

.smlFont { font-size:10px; }
.storyTxt p { font-size:12px;text-align: justify;  }

/*
================================================================
HEADINGS
*/
.pageTitle { font-size: 14px;  padding-top: 0px; }

h1 {
	font-size:20px;
	padding-bottom:6px;
	padding-top:16px;
	}

h2 {
	font-size:18px;
	padding-bottom:4px;
	padding-top:12px;
	}

h3 {
	font-size:16px;
	padding-bottom:4px;
	padding-top:10px;
	}

h4 {
	font-size:14px;
	padding-bottom:2px;
	padding-top:4px;
	}
h5 {
	font-size:12px;
	padding-bottom:2px;
	padding-top:4px;
	}
h6 {
	font-size:12px;
	padding-bottom:2px;
	padding-top:4px;
	}


/*
==================================================================== 
LISTS
*/

ol,ul,li {/*reset lists for new types -not altering left+right for lists*/
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
	}

ul,ol,dl {/*SET UP WITH LI TO SYNC SPACING WITH A P*/
	padding-top:12px;
	padding-bottom:4px;
	}
ul {
	list-style:square;
	}
ol {
	list-style:decimal;
	}
dl {
	padding-left:5px;
	}
li,dd,dt {
	padding-bottom:2px;
	}
dt {
	font-weight:bold;
	}
	
	
/*
==================================================================== 
HORIZONTAL RULE ELEMENT - RENDERS AS 1PX BLACK KEYLINE
*/

hr {
	height:1px;
	border:none;
	border-top:1px solid #000000;
	color:#ffffff;
	width:100%;
	}
	
/*
===================================================================
TABLES default
*/

table {
	}
td {
	/*size set in 'basic font size' above*/
	}
th {
	/*set similar to h4*/
	font-size:14px;
	font-weight:bold;
	}
caption {
	/*size set in 'basic font size' above*/
	font-style:italic;
	caption-side:top;
	padding-top:8px;
	}
	
tr {
	vertical-align:top;
	}		
	
/*
FORM BUTTONs AND INPUT FIELDS
=====================================================================
*/

select { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; color: #333333;
	background-color: #DBFAFF;
	}

.userInput {
	background:#DBFAFF;
	width:150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; color: #333333;
	border-top:1px solid #333333;
	border-left:1px solid #333333;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	}	
.userInputOrder {
	background:#DBFAFF;
	width:30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; color: #333333;
	border-top:1px solid #333333;
	border-left:1px solid #333333;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	}	
		
.userComments {	background:#DBFAFF; font-size:11px; }
				
.sButton {
	height:21px;
	width:60px;
	cursor:pointer;
	background:#eaeaea;
	border:1px solid #888888;
	padding:0px;
	color:#232323;
	font-size:11px;
	}
					
.mButton {
	height:21px;
	width:90px;
	cursor:pointer;
	background:#ffffff;
	border:1px solid #888888;
	padding:0px;
	color:#232323;
	font-size:11px;
	}					
.lButton {
	height:21px;
	width:130px;
	cursor:pointer;
	background:#ffffff;
	border:1px solid #888888;
	padding:0px;
	color:#232323;
	font-size:11px;
	}			
