body,table,tr,td {
	font-family:		arial,sans-serif,times;
        font-size:		10pt;
	color: 		        black;
	background-color:	transparent;
        border-color:           black;
}
body {
	background-color:	white;
	background-position:	center top;
	background-repeat:	repeat-y;
	background-attachment:	fixed;
}
h1 {
	font-variant:		small-caps;
	font-size:		200%;
	font-style:       	none;
        font-weight:		bold;
	text-align:		center;
}
h2 {
	font-size		150%;
	font-style:		none;
        font-weight:		bold;
	text-align:		center;
}
h3 {
	font-size		125%;
	font-style:		none;
        font-weight:		bold;
	text-align:     	center;
}
p {
	margin-top:		0;
	margin-bottom:		0;
	margin-left:		0;
	margin-right:		0;
}
img {
	border:			0;
}
table {
	width:			100%;
}
table.product_select {
	width: auto;
}
.table_index {
	width:			75%;
}
.td_index {
        text-align:		center;
}
.table_photo {
	width:			auto;
}
.table_title {
 	text-align:		center;
	font-size:		200%;
        font-weight:		bold;
	color: 			black;
}
.table_subtitle {
 	text-align:		center;
	font-size:		125%;
        font-weight:		bold;
	color: 			black;
}
.tdhead {
	font-size:		100%;
        font-weight:		bold;
	color: 			black;
}
.tdshade {
	background-color:	white;
}
li {
	list-style-type:	disc;
}
.main_info {
	text-align:		center;
}
.list_title {
        text-align:		center;
        line-height:		130%;
	font-size:		110%;
        font-weight:		bold;
	color: 			black;
}
.list_link {
	font-size:		100%;
        font-weight:		bold;
	color: 			black;
}
.page_title {
        text-align:		center;
        line-height:		200%;
	font-size:		150%;
        font-weight:		bold;
}
.page_info {
	text-align:		center;
        font-weight:		bold;
	font-size:		125%;
}
.event_title {
        text-align:		center;
        line-height:		155%;
	font-size:		125%;
        font-weight:		bold;
	color: 			black;
}
.event_link {
        text-align:		center;
	font-size:		100%;
        font-weight:		bold;
	color: 			black;
}
.admin_title {
        text-align:		center;
        line-height:		155%;
	font-size:		125%;
        font-weight:		bold;
	color: 			black;
}
.admin_link {
        text-align:		center;
	font-size:		100%;
        font-weight:		bold;
	color: 			black;
}
.thumb_info {
 	font-size:		80%;
	font-weight:		bold;
	font-style:		normal;
        text-align:		center;
        color:			blue;
}
.photo_info {
 	font-size:		100%;
	font-weight:		bold;
	font-style:		normal;
        text-align:		center;
        color:			red;
}
.payment_disclaimer {
	font-weight:		bold;
	color:			red;
}
.disclaimer {
        font-size:              80%;
	font-weight:		bold;
	color:			black;
}
hr {
	text-align:		center;
	height:			5;
}
.hr_list {
	width:			50%;
}
.hr_event {
	width:			60%;
}
.photo_note {
	font-size:		75%;
	font-weight:		bold;
	color:			red;
}
a:link {
	color: 			darkblue;
	font-style:		none;
	text-decoration: 	none;
}
a:visited {
	color:	 		darkblue;
	font-style:		none;
	text-decoration: 	none;
}
a:active {
	color:	 		darkblue;
	font-style:		none;
	text-decoration: 	none;
}

a:hover {
	color:	 		purple;
	font-style:		none;
	text-decoration: 	none;
}
hold info
{
	<!-- font-size: 	pt | % -->
        <!-- font-weight:	normal | bold -->
        <!-- font-style:	normal | italic | oblique -->
        <!-- font-variant:	normal | small-caps -->
        <!-- text-align:	left | right | center | justify -->
        <!-- vertical-align:	top | middle | bottom -->
        <!-- background-image:	url(/images/foo.gif) -->

	background-color: rgb(255 140 105);  <!-- Salmon1 -->
	background-color: rgb(238 213 210);  <!-- MistyRose2 -->
	background-color: rgb(205 198 115);  <!-- Khaki3 -->
	background-color: rgb(159 182 205);  <!-- SlateGray3 -->
	background-color: rgb(220 220 220);  <!-- Gainsboro -->
	background-color: rgb(47 47 47);     <!-- Dark Slate Gray -->
	background-color: rgb(139 121 94);   <!-- Navajo White -->
	background-color: rgb(25 25 112);    <!-- MidnightBlue -->
	background-color: rgb(139 58 58);    <!-- Indian Red -->
	background-color: rgb(139 26 26);    <!-- Fire Brick -->
	background-color: rgb(0 0 0);  	 <!-- Black -->
}

