
/*
	NextGen Style Sheet
	[IdentStart] Dataradio $Revision: 1.36 $ [IdentEnd]
*/

H1 {
	font-size:120%;
	font-weight:bold;
	color:#000000;
}

H2 {
	font-size:100%;
	font-weight:normal;
	color:#000000;
}

H3 {
	font-size:80%;
	font-weight:normal;
	color:#000000;
}

P {
	font-size: 80%;
	color:#333333;
}

BODY {
	color: Blue;
	font-family: Arial, verdana, helvetica, sans-serif;
	line-height: 110%;
	border: none;
}

BODY.NOMGN {
	color: Blue;
	font-family: Arial, verdana, helvetica, sans-serif;
	line-height: 110%;
	border-top-style: hidden;
	margin-top: 0px;
}

IFRAME {
	background-color: #D2EEF8;
	border: 0px;
	margin: 0px
}

.level1 {
   padding-left:2px;
   padding-top:0px;
   padding-bottom:0px;
}

.level2 {
   padding-left:4px;
   padding-top:0px;
   padding-bottom:0px;
}

A {
	color:#0033FF;
	font-size:90%;
	text-decoration:underline;
	font-weight: normal;
}

A:link {  color: Blue; text-decoration: none;}
A:hover {  color: Cyan; text-decoration: none;}
A:active {  color: Orange; text-decoration: none;}
A:visited {  color: Blue; }

.normal {
	font-size: 80%;
	line-height: 120%;
}

.normal a {
	color:#0033FF;
	text-decoration:underline;
	font-weight: bold;
}

.normal a:link {color:#0033FF;}
.normal a:visited {color:#0033FF;}
.normal a:hover {text-decoration:none;}


#content {
width: 460px;
text-align: left;
}

FORM {
}

/* TABLES */

.TableParam {
	border: 4px solid #D6F4FF;
}

.TableParam td {
	padding:8px;
	background-color:#D6F4FF;
	font-size:80%;
	line-height:80%;
}

TABLE.FldrTab {
	background-color: #D2EEF8;
	border: 2px none #CC0000;
	margin: 5px;
	padding: 4px;
	vertical-align: top;
	height: auto;
	width: auto;
	white-space: normal;
	text-align: center;
}

TABLE.NoPad {
	background-color: #D2EEF8;
	border: 0px none;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	white-space: nowrap;
	text-align: center;
}

.ParmList {
	background-color: #62A1D1;
	width: 80%;
	border: 0;
}

/* TD */
td.ItemName {
	background-color: #D0ECF6;
	font-weight: bold;
	color: Blue;
	border: 1px solid #FFFFFF;
}
td.ItemValu {
	background-color: #D3EFF9;
	font-weight: normal;
	margin: 5px;
	text-align: left;
	color: #3333ee;
	width: auto;
	padding: 4px;
	border: 1px solid #FFFFFF;
}
td.ItemValuCtr {
	background-color: #D3EFF9;
	font-weight: normal;
	margin: 5px;
	text-align: center;
	color: #3333ee;
	width: auto;
	padding: 4px;
	border: 1px solid #FFFFFF;
}
td.ItemValuHlt {
	background-color: yellow;
	font-weight: normal;
	margin: 5px;
	text-align: center;
	color: #3333ee;
	width: auto;
	padding: 4px;
	border: 1px solid #FFFFFF;
}
td.ItemValuHlt2 {
	background-color: white;
	font-weight: normal;
	margin: 5px;
	text-align: center;
	color: #3333ee;
	width: auto;
	padding: 4px;
	border: 1px solid #FFFFFF;
}

.HeaderTable {
	font-size:70%;
	line-height:120%;
	font-style: italic;
	color:#333333;
}

.SetupHeader {
	font-size:120%;
	font-weight:bold;
	color:#000000;
}

.SetUpStep {
	font-size:100%;
	color:#000000;
}

/* LINES */

.dottedline {
	border-top: 1px dashed #C9C9C9;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 20px;
}

.solidline {
	border-top: 1px solid #AAAAAA;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 18px;
	margin-right: 18px;
}
