/****HTML Elements*****/
body {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
}

td {
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/****Classes*****/

.smallHeadingText {
	color: #08429C;
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;	
	font-size: 11px;
}

.bigHeadingText {
	color: #08429C;
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}
pre.topleftBorder {
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-width: 2px;
	border-left-width: 2px;
	border-color: #08429C;
	border-style: solid;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	padding: 4px 0px 0px 4px;	
}
.topleftBorder {
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-width: 2px;
	border-left-width: 2px;
	border-color: #08429C;
	border-style: solid;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	padding: 4px 0px 0px 4px;	
}

.leftNavDisclaimer {
	Width: 83%; 
	Padding-Left:5px;
	color: gray;
	font-size: 12px;
	
}

.txtLarge{
	font-size: 18px;
	font-family: helvetica, verdana, sans-serif;
	font-weight: bold;
}
