/* margin-padding top right bottom left*/

* {  
  	margin: 0; 
  	padding: 0; 
  	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 13px;
	color: #636669;
	text-align: justify;
} 
/*
div {
	overflow: hidden;
}
*/
.thumb {
	border: 1px solid #BBB;
	padding: 2px;	
	margin: 0 0 5px 0;
	vertical-align: top;
}

a {
	color:#636669;
	text-decoration:none;
}

a:hover {
	color:#636669;
	text-decoration:underline;
}

h1 {
	font-size:24px;
	font-family: "arial narrow";
	font-variant: small-caps;
	font-weight: bold;
	color: #000033;
}

h2 {
	font-size:18px;
	font-family: "arial narrow";
	font-weight: bold;
	color: #000033;
}

h3 {
	font-size:16px;
	font-family: "arial narrow";
	font-weight: bold;
	color: #000033;
}

h3 a {
	text-decoration:underline;
}

h3 a:hover {
	text-decoration:none;
}

/* Palatino, "Times New Roman", Times, serif; */
.headr {
	font-size:13px;
	font-family:Tahoma, Arial, Geneva, sans-serif;
	font-weight:bold;
	color:#AA6952;
}
.headg {
	font-size:13px;
	font-family:Tahoma, Arial, Geneva, sans-serif;
	font-weight:bold;
	color:#396634;
}

.blue {
	color:#677DA3;
	font-weight:bold;
}

a.blue {
	color:#677DA3;
	text-decoration:underline;
}

a.blue:hover {
	color:#677DA3;
	text-decoration:none;
}

.copy {
	color:#FFFFFF;
	font-size: 12px;
}

a.copy {
	color:#FFFFFF;
	text-decoration:none;
}

a.copy:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

a.dark {
	color:#434D58;
	font-weight:bold;	
	text-decoration:none;
}

a.dark:hover {
	color:#434D58;
	font-weight:bold;
	text-decoration:underline;
}

a.green {
	color:#507B41;
	text-decoration:underline;
}

a.green:hover {
	color:#507B41;
	text-decoration:none;
}
li {
	margin: 3px 0;
}
img {
	border: none;
}
