a:hover { 
text-decoration:underline; 
}
.Basic_Blue { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; color: blue; 
background-color: #000000; 
border-top-style: none; 
border-right-style: none; 
border-bottom-style: none; 
border-left-style: none;  
}
.Callout_Black_on_Yellow { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFF00;
	border: thin solid #000000; 
}
.Head_White_on_Blue { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 18px; color: White; 
background-color: Blue; 
border-top-style: none; 
border-right-style: none; 
border-bottom-style: none; 
border-left-style: none; 
 
}
.Text_White_Large { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: White;
        background-color: black;
 
}
.Text_White_Large_on_Gray { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font: 16px Tahoma, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
        background-color: #999999; 
}
.Text_White_Medium { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
 
 
}
.Text_White_Small { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
        background-color: black; 
}
.Text_White_Smallbox { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
        background-color: #003399; 
}
.Title_News_Gray { 
	font: 12px Tahoma, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
        background-color: #999999; 
}
.Title_White_on_Blue_with_Box { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #0000FF;
	letter-spacing: normal;
	vertical-align: middle;
	height: auto;
	width: 500px;
	border: thin solid #FFFFFF;
	margin: auto;
	text-align: center;
	padding: 5px; 
}
.Title_White_on_Gray_with_Box { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #666666;
	letter-spacing: normal;
	vertical-align: middle;
	height: auto;
	width: 500px;
	border: thin solid #FFFFFF;
	margin: auto;
	text-align: center;
	padding: 5px; 
}
.Title_White_on_Red_with_Box { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	background-color: RED;
	letter-spacing: normal;
	vertical-align: middle;
	height: auto;
	width: 500px;
	border: thin solid #FFFFFF;
	margin: auto;
	text-align: center;
	padding: 5px; 
}
a.Basic_Blue:link, :visited { 
text-decoration:underline; color: red; 
}
a.Callout_Black_on_Yellow:link, :visited { 
text-decoration:underline; color: black; 
}
a.Head_White_on_Blue:link, :visited { 
text-decoration:underline; 
}
a.Text_White_Large:link, :visited { 
text-decoration:underline; 
}
a.Text_White_Medium:Link, :visited { 
text-decoration: underline; 
}
a.Text_White_Small:link, :visited { 
text-decoration:underline; 
}
a.Basic_Blue:hover { 
text-decoration:none; color:yellow; 
}
a.Text_White_Medium:hover { 
text-decoration:underline;
color: yellow; 
}
