/* Default CSS Stylesheet for a new Web Application project */ 
BODY
{
	font-weight: normal;
	font-size: 0.6em;
	word-spacing: normal;
	text-transform: none;
	color: black;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	letter-spacing: normal;
	background-color: white;
} 
H1, H2, H3, H4, H5, TH, THEAD, TFOOT 
	{ 
		COLOR: #003366; 
	} 
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; 
	} 
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; 
	} 
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; 
	} 
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; 
	} 
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; 
	} 
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; 
	} 
#spnErrorMessage 
	{ 
	color: Red; 
	font-family:arial; 
	font-weight:bold; 
	font-size:10pt; 
	text-align:center; 
	} 
#spnUserErrorMessage 
	{ 
	color: Red; 
	font-family:arial; 
	font-weight:bold; 
	font-size:8pt; 
	text-align:center; 
	} 
A:link 
	{ 
	text-decoration: none; 
	color: #3333cc; 
	} 
A:visited 
	{ 
	text-decoration: none; 
	color: #333399; 
	} 
A:active 
	{ 
	text-decoration: none; 
	color: #333399; 
	} 
A:hover 
	{ 
	text-decoration: underline; 
	color: #3333cc; 
	} 
SMALL 
	{ 
	font-size: .7em; 
	} 
BIG 
	{ 
	font-size: 1.17em; 
	} 
BLOCKQUOTE, PRE 
	{ 
	font-family: Courier New, monospace; 
	} 
UL LI 
	{ 
	list-style-type: square ; 
	} 
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; 
	} 
.ETable 
	{ 
	border-collapse:collapse; 
	font:8pt Arial; 
	} 
.ETableHead 
	{ 
	background: #FFCC00; font: 8pt Arial; 
	vertical-align:bottom
	} 
.ETableSubHead
{
	background: white;
	font: 8pt Arial;
}
.ETableSubHead2
{
	background: white;
	font: 8pt Arial;
	border-bottom: black thin solid;
}
.ETableList
{
	border-right: gray thin solid;
	border-top: gray thin solid;
	font: 8pt Arial;
	border-left: gray thin solid;
	border-bottom: gray thin solid;
	border-collapse: collapse;
} 
.ETableAlt
{
	background: lightgrey;
	font: 8pt Arial;
	border-collapse: collapse;
} 
.ETableHighLight
{
	font-size: 8pt;
	color: red;
	font-style: italic;
	font-family: Arial;
	text-decoration: none;
}
.EList
{
	font: Arial 8pt;
}
.DWButton 
	{ 
	font:8pt Arial; 
	} 
.DWTextBox 
	{ 
	font:8pt Arial; 
	} 
.DWSelectBox 
	{ 
	font:8pt Arial; 
	}
A.TabNormal:link
	{ 
	background: Black; 
	color: #FFCC00; 
	font-family:arial; 
	font-weight:bold; 
	font-size:8pt; 
	width:45; 
	height:15; 
	text-align:center; 
	}
A.TabNormal:hover
	{ 
	background: Black; 
	color: #FFCC00; 
	font-family:arial; 
	font-weight:bold; 
	font-size:8pt; 
	width:45; 
	height:15; 
	text-align:center; 
	}
A.TabNormal:active
	{ 
	background: Black; 
	color: #FFCC00; 
	font-family:arial; 
	font-weight:bold; 
	font-size:8pt; 
	width:45; 
	height:15; 
	text-align:center; 
	}

A.TabNormal:visited
	{ 
	background: Black; 
	color: #FFCC00; 
	font-family:arial; 
	font-weight:bold; 
	font-size:8pt; 
	width:45; 
	height:15; 
	text-align:center; 
	}
	 
A.TabSelected:link
	{ 
	color: Black; 
	background: #FFCC00; 
	font-family:arial; 
	font-weight:bold; 
	font-size:8pt; 
	width:45; 
	height:15; 
	text-align:center; 
	} 
A.TabSelected:hover
{
	color: Black; 
	background: #FFCC00; 
	font-family:arial; 
	font-weight:bold; 
	font-size:8pt; 
	width:45; 
	height:15; 
	text-align:center; 
}
A.TabSelected:active
{
	color: Black; 
	background: #FFCC00; 
	font-family:arial; 
	font-weight:bold; 
	font-size:8pt; 
	width:45; 
	height:15; 
	text-align:center; 
}
A.TabSelected:visited
{
	color: Black; 
	background: #FFCC00; 
	font-family:arial; 
	font-weight:bold; 
	font-size:8pt; 
	width:45; 
	height:15; 
	text-align:center; 
}
SPAN
{
	font-size: 8pt;
	font-family: Arial, Verdana;
}
.DepictionHighlight
{
	background: #e6e6e6;
} 
