body {	
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin : 3px 0 0 0;
	padding : 0;
	background-color : #005533;
	text-align: center;
}

td.header {
	width: 730px;
	padding: 0;
	background-image: url(assets/galleries_logo.gif);
}

td.leftmenu {
	width: 122px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffcc33;
	padding: 0;
	
}

td.content {
	width: 608px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: white;
	margin-left: 10px;
	margin-right: 20px;
}

td.contentmelcarth {
	width: 608px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #50322b;
	margin-left: 10px;
	margin-right: 20px;
}

td.content p {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin-left: 10px;
	margin-right: 15px;
	line-height: 15px;
}

p {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin-left: 10px;
	margin-right: 15px;
	line-height: 15px;
}

.helvetica {
	font-family : Helvetica, sans-serif;
	font-size : 12px;
	color: #660000;
}
	
.forbescollector {	font-family: Arial, Helvetica, sans-serif;	font-size: 11px; text-align: center;}

td.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffcc33;
	text-align: center;
	padding: 0;
	width: 730px;
	background-color: #005533;
}

.largeHeadBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.extraLargeHeadBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
}

.extraLargeHeadGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #006600;
	line-height:18px;
}

.extraextraLargeHeadGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #006600;
}

.extraLargeHeadGreen1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #006600;
}

.extraLargeHeadRed {
	font-family: Book Antiqua;
	font-size: 22px;
	font-weight: bold;
	color: Red;
}

.extraLargeHeadBlackAntiqua {
	font-family: Trebuchet, Times New Roman, Serif;
	font-size: 24px;
	font-weight: bold;
	color: Black;
}

.extraLargeHeadBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: Blue;
}

.extraLargeHeadBrown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	line-height: 20px;
}

.extraextraLargeHeadBrown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #990000;
	line-height: 20px;
}

.largeHeadBrown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}

.largesubHeadBrown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}

.brownp {
	color: #660000;
	line-height: 50px;
}

/* navcol links */
A        {text-decoration : none; color : #003333; font-weight : bold; border : 0px; }
A:Hover  {text-decoration : underline; color : #009933; border : 0px; }
A:Active {text-decoration : underline; color : #009933; border : 0px; }

/* Regular links  (same as bold links but without font-weight spec)  */
.regular { text-decoration: none; color: #003399; }
a:link.regular {text-decoration : none;
							color : #003399}
a:visited.regular {text-decoration : none;
							color : #003399}
a:hover.regular {text-decoration : underline;
							color : #0080ff}
a:active.regular {text-decoration : underline;
							color : #0080ff}

.italiclink { text-decoration: none; font-style: italic; color: #003399; }
a:link.italiclink {text-decoration : none;font-style: italic;
							color : #003399}
a:visited.italiclink {text-decoration : none;font-style: italic;
							color : #003399}
a:hover.italiclink {text-decoration : underline;font-style: italic;
							color : #0080ff}
a:active.italiclink {text-decoration : underline;font-style: italic;
							color : #0080ff}

.brown { text-decoration: none; color: #990000; }
a:link.brown {text-decoration : none;
							color : #990000; }
a:visited.brown {text-decoration : none;
							color : #990000; }
a:hover.brown {text-decoration : underline;
							color : #ff9900; }
a:active.brown {text-decoration : underline;
							color : #990000; }							
							
.regular10 { text-decoration: none; color: #003399; }
a:link.regular10 {text-decoration : none; color : #003399; font-size: 10px;}
a:visited.regular10 {text-decoration : none; font-size: 10px; color : #003399}
a:hover.regular10 {text-decoration : underline; font-size: 10px; color : #0080ff}
a:active.regular10 {text-decoration : underline; font-size: 10px; color : #0080ff}

/* Bold links (same as Regular links, but bold font-weight)   */
A:Link.boldlink {text-decoration : none;
        font-weight : bold;
							color : #003399}
A:Visited.boldlink {text-decoration : none;
        font-weight : bold;
							color : #003399}
A:Hover.boldlink {text-decoration : underline;
        font-weight : bold;
							color : #0080ff}
A:Active.boldlink {text-decoration : underline;
        font-weight : bold;
							color : #0080ff}



.mousetype {	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-left: 10px;
}
.mousetypePink {	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-left: 10px;
	color: #663333;
}
.menuheading { font-family: Arial, Helvetic, sans-serif; font-size: 11px;}
			
/* Section name at top */
td.content h1 {
font-family : Arial, sans-serif;
font-size: 18px;
font-weight : 700;
color : #000000;
text-align: left;
margin-left: 10px;
margin-top: 10px;
}

.marginsnoborder {
margin-left: 10px;
margin-right: 5px;
margin-top: 5px;
margin-bottom: 5px;
border: 0px;
}

.noborder {
margin-left: 10px;
margin-right: 5px;
}

.marginsborder {
margin-left: 10px;
margin-right: 5px;
border: 1px solid black;
}

.jewelmargins {
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 10px;
border: 1px solid #996666;
}
.jewelnomargins {
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 10px;
}

.clearleft { clear: left;}
.marginsborderleft {
margin-left: 10px;
margin-right: 5px;
border: 1px solid black;
float: left;
}.marginsborderright {
margin-left: 5px;
margin-right: 10px;
border: 1px solid black;
float: right;
}

.marginsnoborderleft {
margin-left: 0px;
margin-right: 10px;
border: 0px;
float: left;
}

table.leftmargin {
margin-left: 10px;
}

table.width580 {
width: 580px;
}

td.visitus {
border: 1px solid #005533;
}

td.width200 {
width: 200px;
}

td.width380 {
width: 380px;
}

ul.bullet {
	list-style-type: disc;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin-right: 20px;
}

/* assorted items  */
.floatleft {float : left}
.floatright {float : right}
.white-background {background-color : white}
.black-background {background-color : black}
.green-background {background-color : #003333}
.noborder {border : 0px}
.bold {font-weight : bold}


.showBlurb {visibility:visible;   z-index:1; color:red}
.hideBlurb   {visibility:hidden;  z-index:1; color:red}
