/*
 * Combined style sheet for the index pages and the slide pages.
 */

 /* --- Text Elements --- */

 p { 
	line-height: 1.5em;
	margin: 0.3em 0 1.4em 0;
	}
h1, h2, h3, h4, h5, { font-family: "Trebuchet MS", Arial; }
h1 {
	font-size: 2em;
	line-height: 2.1667em;
	}
h2 {
	font-size: 1.6667em;
	line-height: 1.833em;
	font-weight: normal;
	}
h3 {
	font-size: 1.5em;
	line-height: 1.6667em;
	}
h4 {
	font-size: 20px;
	line-height: 1.5em;
	color: #b0a0a0;
	}
h5 {
	font-size: 1.1667em;
	line-height: 1.3334em;
	}


/* Style for all bodies. */
body {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: white;
	color: black;
	margin: 5;
}

/* Put a border on all generated images */
.image {
	border-width: 1;
	border-color: black;
	border-style: solid;
	margin: 15;
}

/* Style for all table cells. */
td {
	
}

.smalltxt {
	color: #aaaaaa;
	font-size: 90%;
}

.xsmalltxt {
	color: #aaaaaa;
	font-size: 80%;
}

.slide_nav 
{
	margin-bottom: 10px;
	border-bottom: 2px;
	padding: 5px;
	background: #cccccc;
	width: 98%;
	font-family: "Trebuchet MS", Arial;
}

.slide_nav_link
{
	font-family: "Trebuchet MS", Arial;
	color: #605050;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}


.image_title_link
{
	color: #605050;
	text-decoration: none;
}

.buy_button
{
	font-size: 12 px;
	color: #605050;
	text-decoration: none;
	font-weight: bold;
}

.imagecode
{
	color:#605050;
	font-size: 13px;
}

.index_title
{
	color: #605050;
	font-size: 13px;
	font-weight: bold;
}

.index_comment
{
	color:#807070;
	font-size: 12px;
}

