/* BASICS */

body {  
	font: 10pt/14pt times; 
	color: tan; 
	margin-left: 30px;
	border: 0px;
	padding: 0px;
	line-height: 20px;
}

h1 {
	font: 25pt/35pt Arial Black;
        font-weight:bold;
        color:tan;
        text-decoration: underline;
        text-align: center;
}	

h2 {
	font: 18pt/24pt times;
        font-weight:bold;
        color: tan;
        text-align: center;
        font-style: italic;
}	


a:link, a:visited, a:active { 
	text-decoration: none; 
	color: tan;
        font-weight: bold;
       
}

a:hover { 
	text-decoration: underline; 
	color: red;
}

table {
        border: 3; 
        font-weight:bold; 
        cell-padding: 10px;
        
	
}

td {
        text-align: center;
}	

.headcolumn {
         width: 17%;
         text-align: center;
         font-family: courier;
         font-weight: bold;
         vertical-align: middle;
         font-size: 15px
}

        
}

img {
	border: 3px solid #000000;
}

.tall {height:120;
       width:160;
}

.wide {height:160;
       width:120;
}

.container1 { 
	padding: 5px 5px 5px 0px;  
	margin: 15px 0px 10px 15px; 
	width: 80%;
	border: 1px tan;
        vertical-align: top;
        background: olive;
        color: tan;
}

.container2 { 
	padding: 5px 5px 5px 5px;  
	margin: 10px 10px 10px 10px; 
	width: 80%;
	border: 2px solid tan;
        text-align: left;
        vertical-align: top;
}

.container3 { 
	padding: 5px 5px 5px 5px;  
	margin: 5px 0px 5px 5px; 
	width: 90%;
	border: 3px solid black;
        vertical-align: top;
        background: gray;
        color: black;
}



.noborder{
	border: 0px;
}

.headerquote {
	font: 12pt/18pt serif;
	font-style: italic;
	width: 80%;
	text-align: middle;
}

.linkheader {
	font: 16pt/20pt Arial;
	text-decoration: underline;
	font-weight: bold;
}

.linktext {
	margin-top: 10px;
	font: 12pt/16pt Arial;
	width: 80%;
	line-height: 15px;
	text-align: center;
}

.linktext1 {
	margin-top: 10px;
	font: 10pt/14pt times;
	width: 80%;
	line-height: 20px;
	text-align: center;
        color: black;
}

.notmytext {
	margin-top: 10px;
	font: 8pt/10pt Arial;
	width: 80%;
	line-height: 15px;
	text-align: center;
}


.imgleft {
	float: left;
}

.imgleft1 {
	float: left;
        border: 0px;
}



.imgright {
	float: right;
}

.center {
        vertical-align: center;
        margin-top: 10px;

}

.p1    {
        text-indent: 2.0em;
}
