/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	background-color: #f5f5f5;
}
.box
{
	border-right: #a9a9a9 1px solid;
	border-top: #a9a9a9 1px solid;
	border-left: #a9a9a9 1px solid;
	border-bottom: #a9a9a9 1px solid;
}

.caption
{
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	font-family: Arial;
	text-decoration: none;
}
.link
{
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	font-family: Arial;
	text-decoration: underline;
}
.leftAddress
{
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	font-family: Verdana;
	text-decoration: none;
}
.pageHeader
{
    font-weight: bold;
    font-size: 16px;
    color: #3e4041;
    font-family: Arial;
    text-decoration: none;
}
.HPCallOut1
{
	font-weight: normal;
	font-size: 12px;
	color: #696969;
	line-height: 20px;
	font-family: Verdana, Arial;
	text-decoration: none;
}
.HPmainText
{
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	line-height: 17px;
	font-family: Verdana, Arial;
	text-decoration: none;
}
.HPLinkText
{
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	line-height: 17px;
	font-family: Verdana, Arial;
	text-decoration: underline;
}
.mainText
{
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	font-family: Verdana;
	text-decoration: none;
}
.footer
{
	font-weight: normal;
	font-size: 11px;
	color: #696969;
	font-family: Arial;
	text-decoration: none;
}
.footerSilverSwitch
{
	font-size: 11px;
	color: #696969;
	line-height: 20px;
	font-family: Arial, Verdana;
	text-decoration: none;
}
.navLink
{
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	font-family: Arial;
	text-decoration: none;
}
.navSubLink
{
	font-weight: lighter;
	font-size: 11px;
	color: #ffffff;
	font-family: Arial;
	text-decoration: none;
}
.navSubLink:Hover
{
	font-weight: lighter;
	font-size: 11px;
	color: #ffffff;
	font-family: Arial;
	text-decoration: Underline;
}

.navLink:Hover
{
	font-weight: bold;
	font-size: 11px;
	color: lightgrey;
	font-family: Arial;
	text-decoration: underline;
}
