/*<!doctype html public "-//w3c//dtd html 4.01 transitional//en">*/
/*<link rel="stylesheet" href="main.css" type="text/css">*/


body {
    font-family:  Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	color: #4d4a40; 
	background: url("images/back2.png");
	background-repeat: repeat-x;
	background-color: #fff;
}

table
{
	font-size: 12px;	
}

a:link, a:visited 
{
	color: #929db8;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

a:active, a:hover
{
	color: #dc802f;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
} 

h6
{	
	color: #4d4a40;
	margin: 0px;
	text-align: left;
	font-size: 14px;
	margin: 0;
}

h5
{	
	color: #4d4a40;
	margin: 0px;
	text-align: center;
	font-size: 14px;
	margin: 0;
}

h4
{	
	color: #4d4a40;
	margin: 2px;
	text-align: left;
	font-size: 16px;

}

h3
{	
	color: #4d4a40;
	margin: 4px;
	text-align: center;
	font-size: 16px;
}

h2
{
	color: #4d4a40;
	text-align: left;
	font-size: 18px;
}

h1
{
	color: #4d4a40;
	text-align: center;
	font-size: 18px;
}
p
{
	text-align: justify;
}

.border
{
	background: url("images/border4.jpg");
	background-repeat: repeat-y;

}

#main
{
	width: 800px;
}

li
{
	line-height: 100%;
	list-style: none;
	text-decoration: none;
}

hr 
{
border: none 0;
border-top: 1px dashed #999;
width: 75%;
height: 1px; 
}

.header 
{
	width: 800px;
	text-align: center;
	background-color: #fff;
	background: url("images/back.png");
	text-decoration: none;
}


.content
{	
	width: 800px;	
	text-align: left;
	padding: 7px;	
	border-right: dashed 1px #999;
	border-left: dashed 1px #999;
}

.menu 
{	
	font-size: 11px;
	text-align: center;
	color: #666;
	font-weight: bold;
	background: url("images/back.png");
	padding: 3px;
}

.menu a:link, .menu a:visited 
{
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

.menu a:active, .menu a:hover
{
	color: #ffcc99;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
} 

.menu2 
{	
	font-size: 11px;
	text-align: center;
	color: #666;
	font-weight: bold;
	padding: 3px;
}

.menu2 a:link, .menu2 a:visited 
{
	color: #929db8;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

.menu2 a:active, .menu2 a:hover
{
	color: #ffcc99;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
} 

.gallery 
{
	color: #4d4a40;
		width: 700px;
}

.gallery2 
{
	color: #4d4a40;
	text-align: center;
	width: 700px;
}

.images /*for images with borders*/
{
	border: solid 2px #4d4a40;
	padding: 4px;
	background-color: #ccd5e0;
}


.imgleft /*for images with borders*/
{
		border: solid 2px #4d4a40;
	padding: 4px;
	background-color: #ccd5e0;
	float: left;
}
.tiny
{
	font-size: 10px;
	color: #4d4a40;
}

.tiny2
{
font-size: 10px;
color: #999;
text-align: center;
}

.caption
{
	font-size: 10px;
	color: #4d4a40;
	text-align: center;
}

.caption a:link, .caption a:visited 
{
	color: #929db8;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	}

.caption a:active, .caption a:hover
{
	color: #ffcc99;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	} 

.highlight
{
background-color: #da7e86;
}
.copyright
{
	font-size: 10px;
	color: #999;
}

.copyright a:link, .copyright a:visited 
{
		font-size: 10px;
		color: #999;
	font-weight: bold;
	text-decoration: none;
}

.copyright a:active, .copyright a:hover
{
	color: #cc3333;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
} 

