#DHContent {width:652px;}
#HomeText {
	color: #001F95;
	font-weight: bold;
	font-family : Tahoma;
	font-size : smaller;
	margin: 5 auto;
}
#LinkTestText {
	color: Lime;
	font-weight: bolder;
	font-family : Tahoma;
	font-size : 85%;
	margin: 5 auto;
	text-decoration: underline;
}
#PageTitleText {
	color: White;
	font-weight: bold;
	font-family : Tahoma;
	font-size : 95%;
	margin: 5 auto;
}
#PageIntroText {
	color: White;
	font-weight: bold;
	font-family : Tahoma;
	font-size : 85%;
	margin: 5 auto;
}
#PrintInfoText{
	color: White;
	font-weight: bold;
	font-family : Tahoma;
	font-size : x-small;
	margin: auto 0% 5;
}
#CalculatorText{
	color: White;
	font-weight: bold;
	font-family : Tahoma;
	font-size : smaller;
	margin: auto 0% 5;
}
#CalculatorSubmitButtonText{
	color: Navy;
	font-weight: bold;
	font-family : Tahoma;
	font-size : smaller;
	margin: auto 0% 5;
}
#CalculatorResultsText{
	color: White;
	font-weight: bold;
	font-family : Tahoma;
	font-size : smaller;
	margin: auto 0% 5;
	background : #333399;
}
#CalculatorResultsHeadingText{
	color: #A3DAF8;
	font-weight: bold;
	font-family : Tahoma;
	font-size : smaller;
	margin: auto 0% 5;
	background : #333399;
}
#SectionHeadTableText {
	font-weight: bold;
	font-family : Tahoma;
	text-align:left;
	font-size : 80%;
	color: #001F95;
	text-decoration: none;
}
#PageTableText {
	font-weight: bold;
	font-family : Tahoma;
	text-align:left;
	font-size : 75%;
	color: #001F95;
	text-decoration: none;
	azimuth : far-left;
}
#ResourceLink {
	margin-top:6px;
	color: #483D88;
	font-family : Tahoma;
	text-align:left;
	font-size : inherit;
	text-decoration: underline;
}
#ResourceTable {
	text-align:center;
	background-color: #99CCFF;
	vertical-align:middle;
	border-color : Blue;
}
#ResourceHeaderTable {
	text-align:center;
	background-color: #E2EBFE;
	vertical-align:middle;
	border-color : Blue;
}
#Nav {
	color: White;
	font-weight: bold;
	font-family : Tahoma;
	font-size : small;
	azimuth : left-side;
	margin-top:10px;
}
#LinkHome {
	margin-top:6px;
	text-align:left;
	font-size : xx-small;
	color: #00BFFF;
	font : normal small bold Tahoma;
	text-decoration: none;
}
A:link {
	color: #BACEFC
}
A:visited {
	color: Yellow;
	background-color : transparent;
}
/* Hover for Footer text */ 

.hov a { 
	background-color: #99CCFF;
	color: #001F95;
} 
.hov a:hover { 
	background-color: Yellow;
	color: #FF4500;
}
A:hover {
	background-color: White;
	color: #FF4500;
}