body {
	margin-left: 5px;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 20px;
	background-color: #666666;
}
.style1 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:18px;
	text-align:justify;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:18px;
	text-align:justify;
}
.style4 {
	font-family: Verdana;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
.style5 {
	font-family: Verdana;
	font-size: 15pt;
	font-style: normal;
	font-weight: normal;
	color: #A20000;
}
.style6 {
	font-family: Verdana;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align:justify;
	line-height:17px;
}
.style7 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.style8 {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.style9 {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	text-align:justify;
}
.style10 {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.5em;
}
td.style3 {
height:489px;
width: 217px;
background-image:url(images/menubg.jpg);
background-repeat: no-repeat;

}
table.mainborder {
border: 1px solid #FFFFFF; 
border-collapse:collapse; 
background-color:#FFFFFF;
}
table.header1 {
height: 178px;
}
td.bg1 {
width: 274px;
background-image:url(images/top01.jpg);
}
td.bg2 {
width: 371px;
background-image:url(images/top02.jpg);
}
td.bg3 {
width: 315px;
background-image:url(images/top03.jpg);
}
td.footerbg4 {
width: 315px;
background-image:url(images/bottom03.jpg);
}

A.smallgrey:link
	{
	font-family: Verdana;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration:none;
	}
A.smallgrey:visited 
	{
	font-family: Verdana;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration:none;
	}	

A.smallgrey:hover 
	{
	font-family: Verdana;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration:underline;
	}

A.footerlink:link 
	{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	}
A.footerlink:visited 
	{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	}	
A.footerlink:hover 
	{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:underline;
	}
table.border1 {
border: 1px solid #C5C5C5;
background-color:#F5F5F5 }
td.formbg {
background-color: #D3EAFC;
border-bottom: 1px #C5C5C5 solid; }
li {
list-style-image:url(images/newbullet.gif);
line-height: 20px;
}
table.border2 {
border: 1px solid #C5C5C5;}
A.normaltxt:link
	{
	font-family: Verdana;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #A20000;
	text-decoration:underline;
	}
A.normaltxt:visited 
	{
	font-family: Verdana;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #A20000;
	text-decoration:underline;
	}	

A.normaltxt:hover 
	{
	font-family: Verdana;
	font-size: 9pt;
	font-style: normal;
	font-weight: 700;
	color: #A20000;
	text-decoration:underline;
	}
table.message {
border: 1px #000066 dashed;
font-family: Verdana;
font-size: 11px;
color:#000000;
background: #D3EAFC;
}
table.error {
border: 1px #000066 dashed;
font-family: Verdana;
font-size: 11px;
color:#ff0000;
background: #eee;
}
/* -- Gallery thumbnails ------------------ */

.gallery-thumb {
	margin: 5px;
	float: left;
	text-align: center;
}

.gallery-thumb img {
	background: #f3f3f3;
	border: 1px solid #ddd;
	padding: 2px;
	margin: 1px;
	-moz-border-radius: 3px;
}

.gallery-thumb a img {
	border-color: #ccc;
}

.gallery-thumb a:hover img {
	border-width: 2px;
	border-color: #38c;
	margin: 0;
	-moz-border-radius: 5px;
}


/* -- Gallery Album listing --------------- */

.gallery-albums {
	clear: both;
}

.gallery-albums h4 { /* Years in Album overview (when grouped by year) */
	margin: 10px 0 0 0;
	font-size: 1.1em;
}

.gallery-albums .gallery-thumb {
	margin-right: 5px !important;
}

.gallery-album {
	width: 46%; /* Change to 96% if you want 1 Album per line */
	padding-right: 3%;
	display: block;
	float: left;
	overflow: hidden;
}

.gallery-album p {
	font-size: 1em;
}

.gallery-album .meta {
	margin-top: 3px;
	color: #999;
	font-size: 0.9em;
}


/* -- Gallery Items ----------------------- */

.gallery-items {
	margin: 0;
	clear: both;
}

.gallery-empty {
	padding: 0.5em 1.5em;
	margin: 1.5em 3em;
	border: 1px solid #ddd;
	background: #ffe;
	font-size: 1.2em;
}
h1.topheader {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.25em;
color:#000000;
}
input.mainFormError
{
	background-color: #FADADD;
}


textarea.mainFormError
{
	background-color: #FADADD;
}


select.mainFormError
{
	background-color: #FADADD;
}