﻿
body 		{  color: black;  	font-size: 14px; }
a:link 		{  color: navy;  	text-decoration: underline;  font-size: 14px;  font-weight: bold;}
a:active 	{  color: navy;  	text-decoration: underline;  font-size: 14px;  font-weight: bold;}
a:visited 	{  color: #333399;  	text-decoration: underline;  font-size: 14px;  font-weight: bold;}
a:hover 	{  color: red;   	text-decoration: underline;  font-size: 14px;  font-weight: bold;}

.txt_title1 	{  color: navy;  	font-size: 24px;  font-weight: bold;	}
.txt_title2 	{  color: blue;  	font-size: 24px;  font-weight: bold;	}
.txt_header	{  color: navy;  	font-size: 20px;  font-weight: bold;	}
.txt_section	{  color: blue ;  	font-size: 16px;  font-weight: bold;	}
.txt_link1 	{  color: navy;         font-size: 24px;  font-weight: bold;    }
.txt_bold1 	{  color: black;        font-size: 14px;  font-weight: bold;    }
.txt_copy  	{  color: black;        font-size: .8em;     }


.box_image 	{ border-top: 4px silver solid; padding-top: 10px; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; background-color: white; border-right: 4px silver solid; border-bottom: 4px silver solid; border-left: 4px silver solid }
.box_image2	{ border-top: 4px silver double; margin-top: 15px; margin-right: 15px; margin-left: 15px; margin-bottom: 15px; background-color: white; text-align: center; border-right: 4px silver double; border-bottom: 4px silver double; border-left: 4px silver double }
.box_link1 	{ color: navy;  	font-size: 20px;  font-weight: bold;  background-color: #F0F0F0;  text-decoration: underline; }
.box_link2 	{ color: white;  	font-size: 14px;  font-weight: bold;  background-color: navy;  text-decoration: underline;}
.box_text1 	{ border-top: 4px silver solid; background-color: #F0F0FA; border-right: 4px silver solid; border-bottom: 4px silver solid; border-left: 4px silver solid }
.box_text2 	{ border-top: 4px silver solid; background-color: white; border-right: 4px silver solid; border-bottom: 4px silver solid; border-left: 4px silver solid }

div.main  	{ 	width: 200px; display: block; margin-left: auto;  margin-right: auto; 
				border-top: 4px silver solid; padding-top: 10px; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; 
				background-color: white; 
				border-right: 4px silver solid; border-bottom: 4px silver solid; border-left: 4px silver solid 
			}


