 p {
 margin: 0px;
 padding-top: 0px;
 padding-right: 0px;
 padding-bottom: 0px;
 padding-left: 0px;
 }
body {
	margin-top: 5px;
	background-color: #D9D9D9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.horizontal_line {
	background-image: url(images/horizontal_line.png);
	background-repeat: repeat-x;
}

.maintext {
	font-size: 10pt;
	line-height: 14pt;
}
.maintext_small {
	font-size: 7pt;
	line-height: 14pt;
	font-style: normal;
	color: #666666;
}
.maintext_small_black {
	font-size: 7pt;
	line-height: 14pt;
	font-style: normal;
	color: #000000;
}

.maintext_red {
	font-size: 10pt;
	line-height: 14pt;
	color: #B30000;
}
.maintext_red_inverted {
	font-size: 10pt;
	line-height: 14pt;
	color: #FFFFFF;
	background-color: #B30000;
}

.itemcodetext {
	font-size: 9pt;
}
.autograph_name {
	font-size: 9pt;
	color: #333;
	font-weight: bold;
}

.maintext_gray {
	font-size: 10pt;
	color: #666666;
	line-height: 14pt;
}
.maintext_bottom {
	font-size: 8pt;
	color: #CCCCCC;
	line-height: 16px;
}

.maintextprice {
	font-size: 10pt;
	color: #0000FF;
	line-height: 14pt;
	text-decoration: underline;
}

.pageheadingtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #000000;
	font-weight: bold;
}
.pageheadingtext_red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #B30000;
	font-weight: bold;
}
.pageheadingtext_green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #009900;
	font-weight: bold;
}



.pictureheadingtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #FFFFFF;
	line-height: 14pt;
	font-weight: bold;
	background-color: #000;
}
.pictureheadingtextinverted {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14pt;
    color: #FFFFFF;
    line-height: 14pt;
    font-weight: bold;
    background-color: #D80003;
}
.frontpageheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFFFFF;
	font-weight: bold;
}


.subheadingtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #000000;
	line-height: 14pt;
	font-weight: bold;
}
.subheadingtext_red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #B30000;
	line-height: 14pt;
	font-weight: bold;
}
.subheadingtext_green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #009900;
	line-height: 14pt;
	font-weight: bold;
}



.pictureborder {
	border: 1px solid #CCC;
}

.page_background {
	background-color: #FFF;
}

.imagenoborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.black_background {
	background-color: #000;
}
.lightgray_background {
	background-color: #F5F5F5;
}

.white_background {
	background-color: #FFF;
}
.table_border {
	border: 3px solid #000;
}
