boarder1 {
	border: thin solid #000000;
	background-color: #EAEAEA;
}

A:link  {
	color: #FFFF00;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
} /*Lt Blue */
A:visited  {color:#3333FF; text-decoration: none}
A:hover   {cursor:auto; 
			color:#FFFFFF; 
			background-color:#0066FF; /*BLUE */			
			text-decoration: underline}
A:active  {color:#6666FF; text-decoration: none}

			

.Main A:link  {color:#3333FF; text-decoration: none;
	font-size:small;
	color: #3333FF;
} /*Dark Blue */
.Main A:visited  {
	color:#0074E8;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
} /*BLUE*/
.Main A:hover   {
	cursor:auto;
	color:lightseagreen;
	background-color:aliceblue;
	text-decoration: underline;
	font-weight:normal;
	font-style: italic;
}
.Main A:active  {color:#6666FF; text-decoration: none}

.nav A:link  {color: silver; text-decoration: none} /*Br Yellow */
.nav A:visited  {color:silver; text-decoration: none} /*Lt YELLOW*/
.nav A:hover   {cursor:auto; 
			color:aquamarine; 
			font-weight:normal;
			font-style: italic;
			background-color:midnightblue; 
			text-decoration: underline}
.nav A:active  {color:silver; text-decoration: none}
.Fontsize2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: midnightblue;
}
.FontSize3 {
	font-size: 16px;
	color: midnightblue;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
.FontSize3B {
	font-size: 18px;
	color: midnightblue;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
.FontSize4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	color: midnightblue;
}
.FontSize5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
	line-height: normal;
	color: midnightblue;
}
.FS5White {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.FS5Blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: midnightblue;
}	
.DarkBlue {
	color: #4D4D75;	
}
