html {
	overflow-x: hidden;
	
	}

/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-size: 10pt;
	margin: 0px;
	color: black;
	font-family: Verdana;
	background-color: #015A5E;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	color: #336699;
}
H1
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-weight: 700;
	font-size: 14pt;
	word-spacing: normal;
	text-transform: none;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: papayawhip;
	text-decoration: none;
}

H2
{
	font-weight: 700;
	font-size: 12pt;
	word-spacing: normal;
	text-transform: none;
	border-bottom: black 1px solid;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: 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;
}

A:link
{
	text-decoration: none;
	color: #015A5E;
}

A:visited
{
	text-decoration: none;
	color: #015A5E;
}

A:active
{
	text-decoration: none;
	color: #015A5E;
}

A:hover
{
	text-decoration: underline;
	color: #015A5E;
}

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;
}
TD
{
	font-size: 8pt;
	font-family: Verdana;
}
.Button
{
	border-right: 1px outset;
	border-top: 1px outset;
	font-size: 8pt;
	border-left: 1px outset;
	color: black;
	border-bottom: 1px outset;
	font-family: Verdana;
	background-color: #ece9d8;
}
.3d
{
	border-right: 1px outset;
	border-top: 1px outset;
	border-left: 1px outset;
	border-bottom: 1px outset;
}
.solid
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 8pt;
	border-left: black 1px solid;
	color: blue;
	border-bottom: black 1px solid;
	font-family: Verdana;
}
.Radio
{
	font-size: 8pt;
	font-family: Verdana;
}

.Combo
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 8pt;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	font-family: Verdana;
}

DIV.scroll
{
	overflow: auto;
	width: 100%;
	height: 400px;
}