html {
	overflow-y: scroll; /* forces RH scroll bar - lovely !*/
}
body {
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.btndn {
	margin-right:40px;
	color: #000;
	/*border:solid 1px grey;
	background-color:#DDD;*/
	font-weight:bold;
}
.btnup {
	margin-right:40px;
	color: #999;
	/*border:solid 1px grey;*/
}
.caption {
	font-size: 10px;
	color: #666;
	font-weight: normal;
}
/*
.ext10 {
	font-size: 10px;
	color: #C64521; /* 92CD00 AA7733*/
/*	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
}*/

.footer {
	margin-top:20px;
	width:100%;
	height:50px;
	background-color:#f8f9fa;
	text-align:center;
	color:#000;
}
.footext {
	padding-top:10px;
}
h1{
	font-size: 2.5em;
	color: #000000;	
}
h2 {
	font-size: 1.5em;
	color: #000000;	
}
h3 {
	font-size: 1em;
	color: #000000;	
}
.left {
	width:30%;	
}
.link {
	text-decoration:underline;
	color:#000;
	font-size:1.0em;
}
.link12 {
	text-decoration:underline;
	color:#000;
	font-size:1.2em;
}
.marbot { /*margin-bottpom for the table*/
	margin-bottom:20px;	
}
.mid {
	width:90%;
	margin:auto;
	/*border:solid 1px blue;*/
}
.pad {
	padding-right:50px;	
}
.surround { /* STOPS PIC STUFFING LAYOUT */
	margin:5%;	
}

.txt10 {
	font-size: 10px;
	color: #000;
}
.text10gy {
	font-size: 10px;
	color: #666666;
}
.text10sn {
	font-size: 10px;
	color: #666666;
}
.text {
	font-size: 12px;
	color: #000;	
}
.txt12 {
	font-size: 0.8em;
	color: #000;
}
.txtital{
	font-size: 1em;
	color: #000000;
	font-style:italic;	
}
.txterr {
	font-size: 1em;
	color: #FF0000;	
}
.textann {
	font-size: 1.2em;
	color: #000000;	
}

.link:link{
	text-decoration:underline;
	color:#000;
	font-size:1em;	
}
.link:visited{
	text-decoration:underline;
	color:#000;
	font-size:1em;	
}
.link:hover{
	text-decoration:underline;
	color:#000;
	font-size:1em;
	cursor: pointer;
	font-weight: bold;
}
.link:active{
	text-decoration:underline;
	color:#000;
	font-size:1em;	
}

