/* Default CSS Stylesheet for a new Web Application project */

body {
	margin-top: 6px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	font-weight: normal;
	color: #000000;
	
}
td {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	line-height: 16pt;

}
.pageText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	letter-spacing: normal;
	line-height: 16pt;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #2B4661;
	letter-spacing: normal;
	line-height: 16pt;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #2B4661;
	letter-spacing: normal;
	line-height: 16pt;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	letter-spacing: normal;
	line-height: 16pt;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #2B4661;
	letter-spacing: normal;
	line-height: 16pt;
	
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #2B4661;
}

.headingSm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #2B4661;
}

.dates {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #2B4661;
	font-style: italic;
}

.textBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #2B4661;
}

a.textBold:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #2B4661;
}

a.textBold:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #2B4661;
}

a.textBold:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #2B4661;
}

a.textBold:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
}

.blueBkg{
background-color: #193661;
}

.bottemNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: none;
	color: #FFFFFF;
}

a.bottemNav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: none;
	color: #FFFFFF;
}

a.bottemNav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: none;
	color: #FFFFFF;
}
a.bottemNav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: none;
	color: #CCCC99;
}
a.bottemNav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: none;
	color: #ffffff;
}