/* H1 is title for each content page. */
H1 { 
	font-family: "Bradley Hand ITC", "Comic Sans MS", "Arial";
	font-size: 20pt;
	font-weight: bold;
	color: #006600;
	border-width: 0px;
	margin-top: -5px;
	margin-bottom: 0px; 
	padding-top: 0px;
	padding-bottom: 0px;
}

/* H2 is used for paragraphs within a page of text */
H2 { 
	font-family: "Bradley Hand ITC", "Comic Sans MS", "Arial";
	font-size: 16pt;
	font-weight: bold;
	color: #006600;
	border-width: 0px;
	margin-top: 10px;
	margin-bottom: -15px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* Unused */
H3 {
	font-family:"Verdana", "Arial";
	font-size: 8pt;
	color: #000000;
	line-height: 12pt; 
	padding-top:0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 12px;
	margin-bottom: 6px;
}

/* Unused */
H4 { 
	font-family:"Bradley Hand ITC", "Comic Sans MS", "Arial";
	font-weight: bold;
	font-size: 10pt;
	color: #006600;
	line-height: 10pt; 
}

/* H5 is used for the headers at the top of each page, above the film strip */
H5 { 
	font-family: "Bradley Hand ITC", "Comic Sans MS", "Arial";
	font-weight: bold;
	font-size: 20pt;
	color: #006600;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: -13px;
	margin-bottom: -8px;
}

/* LRA I BELIEVE THIS STYLE IS DEAD */
H6 { 
	font-family:"Bradley Hand ITC", "Comic Sans MS", "Arial";
	font-weight: bold;
	font-size: 24pt;
	color: #006600;
	line-height: 12pt; 
	padding-top:0px;
	padding-bottom: 0px;
	margin-top: 12px;
	margin-bottom: 6px;
}

P { 
	font-family:"Verdana", "Arial";
	font-size: 10pt;
	color: #000000;
	line-height: 12pt; 
	padding-top:0px;
	padding-bottom: 0px;
	margin-top: 12px;
	margin-bottom: 6px;
}


TD {
	font-family:"Verdana", "Arial";
	font-size: 10pt;
	color: #000000;
	line-height: 12pt; 
	padding-top:0px;
	padding-bottom: 0px;
	margin-top: 12px;
	margin-bottom: 6px;
}

UL { 
	font-family:"Verdana", "Arial";
	font-size: 10pt;
	color: #000000;
	line-height: 12pt; 
	padding-top:0px;
	padding-bottom: 0px;
	margin-top: 12px;
	margin-bottom: 6px;
}

FORM {
	margin-top: 0px;
	padding-top: 0px;
}

/* Classes for a href links throughout site.  Most href use 11 pt unless a sub-bullet list */
.AREF11 {
	font-family:"Bradley Hand ITC",  "Comic Sans MS", "Arial";
	font-size: 11pt;
	font-weight: bold;
	text-decoration:underline;
	height: 12px;
	padding-top:0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.AREF10 {
	font-family:"Bradley Hand ITC", "Comic Sans MS", "Arial";
	font-size: 10pt;
	font-weight: bold;
	text-decoration:underline;
}

/* For use on the order info and order submit forms */
.ORDERFORMS { 
	font-family:"Bradley Hand ITC", "Comic Sans MS", "Arial";
	font-weight: bold;
	font-size: 12pt;
	color: #CC6600;
	line-height: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.ORDERFORMSSMALL { 
	font-family:"Bradley Hand ITC", "Comic Sans MS", "Arial";
	font-weight: bold;
	font-size: 9pt;
	color: #CC6600;
	line-height: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.ORDERFORMSTEXT { 
	font-family:"Verdana", "Arial";
	font-size: 10pt;
	color: #000000;
	line-height: 12pt; 
}

/* For the filmstrip at top of pages */
.FILMSTRIP {
	line-height: 10px;
	margin-top: 4px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-bottom: 0px;
}

.HOMETXT {
	font-family: "Bradley Hand ITC", "Comic Sans MS", "Arial";
	font-size: 14pt; 
	font-weight: bold;
	color:#006600;
}

.HOMEIMAGE {
	filter:alpha(style=0,opacity:0);  /* For IE */
	opacity: 0; /* firefox, standard CSS3 */
	-moz-opacity: 0.0;  /*  Netscape, but appears to not be working properly */
	visibility: hidden;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.HOMEDIV {
	position:absolute;
	top:-640px;
	left:0px;
	width: 100%;
	text-align: center;
}

/* Use this style for the word Planetography currently DEAD*/
.PL { 
	font-family:"Bradley Hand ITC", "Comic Sans MS", "Arial";
	font-weight: bold;
	font-size: 10pt;
	color: #CC6600;
	line-height: 12pt; 
	padding-top:0px;
	padding-bottom: 0px;
	margin-top: 12px;
	margin-bottom: 6px;
}

.SEARCHMODE {
	font-family:"Bradley Hand ITC", "Comic Sans MS", "Arial";
	font-weight: bold;
	font-size: 18pt;
	color: #006600;
	padding-top: 4px;
	padding-bottom: 16px;
}

.SEARCHCATEGORY {
	font-family:"Bradley Hand ITC", "Comic Sans MS", "Arial";
	font-weight: bold;
	font-size: 10pt;
	color: #006600;
	padding-top: 0px;
	padding-bottom: 0px;
}

.SEARCHKEYWORD {
	font-family: "Bradley Hand ITC", "Comic Sans MS", "Arial";
	font-weight: bold;
	font-size: 10pt;
	color: #006600;
	padding-top: 0px;
	padding-bottom: 0px;
}

.SITEUPDATED {
	font-family: "Bradley Hand ITC", "Comic Sans MS", "Arial";
	font-size: 12pt; 
	font-weight: bold;
	color:#006600;
	padding-bottom: 6px;
}


.HIGHLIGHTCATEGORY { 
	font-family:"Bradley Hand ITC", "Comic Sans MS", "Arial";
	font-weight: bold;
	font-size: 12pt;
	color: #006600;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 6px;
	margin-bottom: 30px;
}

.SHOPPINGCARTHEADER { 
	font-family:"Bradley Hand ITC", "Comic Sans MS", "Arial";
	font-weight: bold;
	font-size: 12pt;
	color: #006600;
	padding-top: 0px;
	padding-bottom: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.CONFIGUREHEADER { 
	font-family:"Bradley Hand ITC", "Comic Sans MS", "Arial";
	font-weight: bold;
	font-size: 10pt;
	color: #993300;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.PORTFOLIOTEXT { 
	font-family:"Bradley Hand ITC", "Comic Sans MS", "Arial";
	font-weight: bold;
	font-size: 12pt;
	color: #993300;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
