body {
	margin:35px 0px;
	padding:0px;
	padding-top:20px;
	color:#555555;
	font-family:'Verdana';
	}

a:link, a:hover, a:visited { 
	font-size:13px;
	font-family:'Verdana';
	color:#698A24;
	text-decoration:underline;
	}

a:hover {
	text-decoration:none;
	}
table {
	font-size:13px;
	background-color:#FFFFFF;
	}

.main {
	padding-left:20px;
	padding-right:20px;
	}

.news {
	text-align:left;
	background-image:url(images/yellow.gif);
	background-repeat:repeat-y;
	}

.footer {
	background-image:url(images/shadow_inv.jpg);
	height:25px;
	text-align:left;
	padding-left:20px;
	font-size:11px;
	color:#999999;
	}

h1 {
	color:#F2D609;
	font-size:25px;
	letter-spacing:-1px;
	font-size:21px;
	}

h2 {
	font-size:15px;
	}


img {
	border-color: #999999;
}


.image {
	border-width: 1;
	border-style: solid;
	margin: 5;
}

/* Align the content of the cells on the index pages to the center and bottom. */
#index td {
	text-align: center;
	vertical-align: bottom;
}

/* Style for all table cells. */
td {
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

.camera {
	font-size: 11px;
}

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 2;
	margin-right: 2;
	margin-bottom: 0;
}

/* Don't have margins on the slide pages. */
body#slide {
	margin: 0;
}




