/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color: white;
	color: gray;
	margin: 0;
}

/* Header */
h1 {
	font-size: 30px;
	font-weight: bold;
	color: white;
}

h2 {
	font-size: 20px;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

h4 {
	font-size: 10px;
	font-weight: bold;
}

h5 {
	font-size: 20px;
	font-weight: bold;
	color: #875524;
}


/* Style for all table cells. */
td {
	font-family: Arial, sans-serif;
	font-size: 12px;
}
.copyright {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: cccccc;
}

/* Put a border on all generated images */
.image {
	border-width: 1;
	border-color: #888888;
	border-style: solid;
	margin: 5;
}

a:active {
	text-decoration: none;
	color: dark gray;
}

a:visited {
	text-decoration: none;
	color: dark gray;
}

a:hover {
	text-decoration: underline;
	color: dark gray;
}

a:link {
	text-decoration: none;
	color: dark gray;
}

A
{
	font-family : verdana;
	font-size : 11px;
	font-weight : bold;
	color : 875524;
	text-decoration : hover;
}

.toolbar
{
	font-family : verdana;
	font-size : 11px;
	color : white;
}

.toollink
{
	font-family: verdana;
	font-size: 11px;
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

.picturelink
{
	font-family: verdana;
	font-size: 14px;
	color: dark gray;
	font-weight: bold;
	text-decoration: none;
}

.bloglink
{
	font-family: verdana;
	font-size: 14px;
	color: dark gray;
	font-weight: bold;
	text-decoration: none;
}

.websitelink
{
	font-family: verdana;
	font-size: 14px;
	color: dark gray;
	font-weight: bold;
	text-decoration: none;
}

.storylink
{
	font-family: verdana;
	font-size: 14px;
	color: dark gray;
	font-weight: bold;
	text-decoration: none;
}

.storyheader
{
	font-family: verdana;
	font-size: 14px;
	color: 875524;
}

.pageheaderlink
{
	font-family: verdana;
	font-size: 17px;
	color: #875524;
	font-weight: bold;
	text-decoration: none;
}

p.pageheader
{
	font-family: verdana;
	font-size: 17px;
	color: #875524;
	font-weight: bold;
	text-decoration: none;
}

td.logingrid
{
	verticle-align: middle;
	align: center;
}

.logingrid
{
 	vertical-align: middle;
	align: center;	
}

