/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	background-color: white;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
	margin: 0px;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: black;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	line-height: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	line-height: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	}	
		
H3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.58em;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	line-height: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	line-height: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	line-height: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link
{
	text-decoration:	underline;
	color: #3333cc;
	font-weight: bold;
}	
A:visited	{	
	text-decoration:	underline;
	color:	#333399;
	font-weight: bold;
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	#333399;
	font-weight: bold;
	}	
		
A:hover
{
	text-decoration: underline;
	color:	#333399;
	font-weight: bold;
}

TD.nav
{
	color: blue;
	font-weight: normal;
	font-size: small;
	background-color: white;
}
A.nav:link
{
	color: blue;
	font-weight: normal;
	font-size: small;
	text-decoration: none;
}	
A.nav:visited	{	
	color: blue;
	font-weight: normal;
	font-size: small;
	text-decoration: none;
	}	
		
A.nav:active	{	
	color: blue;
	font-weight: normal;
	font-size: small;
	text-decoration: none;
	}	
		
A.nav:hover
{
	color: blue;
	font-weight: normal;
	font-size: small;
	text-decoration: underline;
}

TD.thisnav
{
	color: white;
	font-weight: normal;
	font-size: small;
	background-color: blue;
}
A.thisnav:link
{
	color: #ffffff;
	font-weight: normal;
	font-size: small;
	text-decoration: none;
}	
A.thisnav:visited	{	
	color: #ffffff;
	font-weight: normal;
	font-size: small;
	text-decoration: none;
	}	
		
A.thisnav:active	{	
	color: #ffffff;
	font-weight: normal;
	font-size: small;
	text-decoration: none;
	}	
		
A.thisnav:hover
{
	text-decoration: none;
	font-weight: normal;
	font-size: small;
	color: #ffff66;
}

TD.inactivenav
{
	color: silver;
	background-color: #f0f0f0;
}

A.inactivenav:link
{
	color: gray;
	font-weight: normal;
	font-size: small;
	text-decoration: none;
}	
A.inactivenav:visited	{	
	color: gray;
	font-weight: normal;
	font-size: small;
	text-decoration: none;
	}	
		
A.inactivenav:active	{	
	color: gray;
	font-weight: normal;
	font-size: small;
	text-decoration: none;
	}	
		
A.inactivenav:hover
{
	color: gray;
	text-decoration: none;
	font-weight: normal;
	font-size: small;
}

A.nav2:link
{
	color: black;
	font-weight: normal;
	font-size: small;
	text-decoration: none;
}	
A.nav2:visited	{	
	color: black;
	font-weight: normal;
	font-size: small;
	text-decoration: none;
	}	
		
A.nav2:active	{	
	color: black;
	font-weight: normal;
	font-size: small;
	text-decoration: none;
	}	
		
A.nav2:hover
{
	text-decoration: underline;
	font-weight: normal;
	font-size: small;
	color: gray;
}

div.recalc
{
	background-color: white;
	border-right: #ffc427 solid;
	border-top: #ffc427 solid;
	border-left: #ffc427 solid;
	border-bottom: #ffc427 solid;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 2px;
	padding-top: 2px;
}

A.recalc:link
{
	text-decoration: none;
	color: green;
	font-weight: bold;
	font-size: medium;
	font-family: Sans-Serif, Arial;
}	
		
A.recalc:visited	{	
	text-decoration: none;
	color: green;
	font-weight: bold;
	font-size: medium;
	font-family: Sans-Serif, Arial;
	}	
		
A.recalc:active	{	
	text-decoration: none;
	color: green;
	font-weight: bold;
	font-size: medium;
	font-family: Sans-Serif, Arial;
	}	
		
A.recalc:hover
{
	text-decoration: underline;
	color: green;
	font-weight: bold;
	font-size: medium;
	font-family: Sans-Serif, Arial;
}
	
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI
{
	list-style-type: disc;
}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

.rightsidebar
{	
	background-color: #CEDEE1;
}
.leftsidebar
{
	background-color: #CEDEE1;
	white-space: nowrap;
}

@media print
{
	.leftsidebar, .noprint

	{
		display:none;
	}
	
}

.mainborder
{
	font-size: 1pt;
	background-color: #d3a220;
}

.disclaimer
{
	font-size: small;
	font-style: italic;
}

.rowodd
{
	background-color: #C3DCE8;
}

.roweven
{
	background-color: white;
}

HR
{
	color: #C3DCE8;
}

.results
{
	font-size: small;
	background-color: #ffff00;
	text-align: right;
}

 .bolded
{
	font-weight: bold;
}

.definition
{
	width: 275px;
	background-color: #ffffcc;
	margin-left: 10px;
	margin-right: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
}

A.defined:link
{
	text-decoration: underline;
	color: green;
	font-weight: normal;
}	
A.defined:visited	{	
	text-decoration: underline;
	color: green;
	font-weight: normal;
	}	
		
A.defined:active	{	
	text-decoration: underline;
	color: green;
	font-weight: normal;
	}	
		
A.defined:hover
{
	text-decoration: underline;
	color: green;
	font-weight: normal;
}
.error
{
	color: red;
}
.SuggestedYIR
{
	color: black;
	font-weight: bold;
}
.invisible
{
	visibility: hidden;
}
.special
{
	font-weight: bold;
	font-size: small;
	color: green;
}
.budgetheader
{
	font-weight: bold;
}
.rightalign
{
	text-align: right;
}
table.contents TD
{	
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
}

table.contents
{
	width: 600px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
}

A.question:link
{
	text-decoration: none;
	font-weight: bold;
	color: blue;
}	
A.question:visited	{	
	text-decoration: none;
	font-weight: bold;
	color: blue;
	}	
		
A.question:active	{	
	text-decoration: none;
	font-weight: bold;
	color: blue;
	}	
		
A.question:hover
{
	text-decoration: underline;
	color: green;
	font-weight: bold;
}

A.questionanswered
{
	text-decoration: none;
	font-weight: bold;
	color: blue;
}

.answer
{
	font-style: italic;
	margin-left: 10px;
}
.adminnowrap
{
	white-space: nowrap;
}