/* Keeps background colour white in Netscape */
BODY	{
	background: #FFFFFF;
	margin: 0px;
}

/* Default link style is Orange, Underlined, Bold */
A:link {text-decoration: underline; font-weight: bold; color: #F95033}	
A:visited {text-decoration: underline; font-weight: bold; color: #F95033}	
A:hover {text-decoration: underline; font-weight: bold; color: #F95033}
A:active {text-decoration: underline; font-weight: bold; color: #F95033}

/* navtext link pseudo-class is White, Underlined */

A.navtext:link {
	text-decoration: underline;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	white-space: nowrap;
}	
A.navtext:visited {
	text-decoration: none; 
	color : #FFFFFF;
	white-space: nowrap;
}	
A.navtext:hover {text-decoration: underline; color: #FFFFFF}
A.navtext:active {text-decoration: underline; color: #FFFFFF}

/* navtextalt link pseudo-class is Black, Underlined and used against lighter
   colour navtext backgrounds */
   
A.navtextalt:link {text-decoration: underline; color: #666666}	
A.navtextalt:visited {  text-decoration: none; color: #777777}	
A.navtextalt:hover {text-decoration: underline; color: #000000}
A.navtextalt:active {text-decoration: underline; color: #000000}

/* eganpr link pseudo-class is Grey, no Underline with Orange Rollover */
   
A.eganpr:link {text-decoration: none; color: #818098}	
A.eganpr:visited {text-decoration: none; color: #818098}	
A.eganpr:hover {text-decoration: underline; color: #F95033}
A.eganpr:active {text-decoration: none; color: #818098}

/* imgload class is used to preload images invisibly without using JavaScript */
.imgload	{position: absolute; visibility: hidden}

/* Text classes */
/*H1	{font-family: Verdana, sans-serif; font-size: 14px; font-weight: bold; color: #E65A2B}*/
H1	{font-family: Verdana, sans-serif; font-size: 14px; font-weight: bold; color: #F95033}
.eganpr	{font-family: Verdana, sans-serif; font-size: 10px; font-weight: bold}
.navtext	{font-family: Verdana, sans-serif; font-size: 12px; font-weight: bold; color: #FFFFFF}
.navtextalt	{font-family: Verdana, sans-serif; font-size: 12px; font-weight: bold; color: #000000}
.bodytext	{font-family: Verdana, sans-serif; font-size: 12px}
.bodytextalt	{font-family: Verdana, sans-serif; font-size: 12px; color: #FFFFFF}
.bodytextbold	{font-family: Verdana, sans-serif; font-size: 12px; font-weight: bold}
.bodytextboldalt	{font-family: Verdana, sans-serif; font-size: 12px; font-weight: bold; color: #FFFFFF}

.smalltext	{font-family: Verdana, sans-serif; font-size: 10px}
.smalltextalt	{font-family: Verdana, sans-serif; font-size: 10px; color: #FFFFFF}
.smalltextbold	{font-family: Verdana, sans-serif; font-size: 10px; font-weight: bold}
.req	{color: #FF0000}


.linksTxt{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: underline;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
a.linksTxt:link {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
a.linksTxt:visited {
/*	color: #891015; */
	color: #f26531;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
a.linksTxt:hover {
/*	color: #006600; */
	color: #2fa91a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
a.linksTxt:active {
	color: #D20000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #666666;
	border-left-color: #666666;
}


a.nav2textup:link {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
a.nav2textup:visited {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
a.nav2textup:hover {
	color: #333333;
	background-color: #EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	padding-top: 12px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	z-index: 0;
}
a.nav2textup:active {
	color: #333333;
	background-color: #EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-top: 12px;
}
a.nav2textdown:link {
	color: #F95033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
a.nav2textdown:visited {
	color: #F95033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
a.nav2textdown:hover {
	color: #F95033;
	background-color: #EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	padding-top: 12px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	z-index: 0;
}
a.nav2textdown:active {
	color: #F95033;
	background-color: #EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-top: 12px;
}
.navtable {
	margin-left: 10px;
}
.locbartable {
	margin-top: 4px
}
.nav2title {
	font-family: Verdana, sans-serif;
	font-size: 22px;
	color: #999999;
	position: absolute;
	top: 10px;
	left: 12px;
	display:none
}
.nav2text {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin-top:3px;
	margin-left:1px
}
.locbardd {
	position: relative;
	left: 450px;
	margin-top: -16px;
	margin-bottom: 2px
}
a.caption:link {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding-left: 15px;
}
a.caption:visited {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding-left: 15px;
}
a.caption:hover {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	padding-left: 15px
}
a.caption:active {
	color: #333333;
	background-color: #EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: overline;
	padding-left: 15px
}
a.codeLink:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #333333;
}
a.codeLink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #000000;
}
a.codeLink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #888888;
}
a.codeLink:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #999999;
}
.codeLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #999999;
}

H1	{font-family: Verdana, sans-serif; font-size: 14px; font-weight: bold; color: #F95033}

#mbox {
	background : White url(mboxbg.png) repeat-y right;
	margin : 5px 5px 5px 5px;
	padding : 4px 4px 4px 4px;
}

#menu {
	background : #FDECE2;
	margin : 5px 5px 5px 5px;
	padding : 4px 4px 4px 4px;	
	width : 160px;
	text-align : left;
	border-bottom : 2px ridge;
	border-right : 2px ridge;
	position : absolute;
	top : 5px;
	left : 5px;
}

/*
#menu A {
	color : Blue;
	text-decoration : none;
}

#menu A:HOVER {
	color : #A9A9A9;
}
*/

#extmain {
	background : White;
	border : 1px ridge;
	position : absolute;
	left : 190px;
	width : 580px;
	top : 5px;

}

#topmain {
	background : #6495ED;
	margin: 5px;
	padding : 2px 2px 2px 2px;
	font-size : 12px;
	font-weight : bold;
	color : Yellow;
}

#btmain {
	background : #1E90FF;	
	padding : 2px 2px 2px 2px;
}

#dform {
	padding : 2px 2px 2px 20px;
	background : #FFFFF0 url(logo.png) no-repeat fixed 460px 10px;
}

#footnote {
	background : #6495ED;
	border-top : 4px solid #1E90FF;
	padding : 5px 2px 5px 2px;
	text-align : center;
	font-weight : bold;
}

/*
#footnote a {
	color : Blue;
	text-decoration : none;
}

#footnote a:HOVER {
	color : #FFD700;
}
*/

TD {
	font-family : Verdana;
	font-size : 10px;
}

.titulo {
	font-family : Verdana;
	font-size : 10px;
	color : White;
	font-weight : bold;
}

.conteudo {
	font-family : Verdana;
	font-size : 10px;
	background : White;
	color : #191970;
}

.erro {
	font-family : Verdana;
	font-size : 10px;
	background : White;
	color : Red;
	font-weight : bold;
}

.fieldtextbox {
	font-family : Verdana;
	font-size : 10px;
	background : #ececec;
	color : #343434;
	border : 1px solid #343434;
}

.fieldlistbox {
	font-family : Verdana;
	font-size : 10px;
	background : White;
	color : #191970;
	border : 1px solid #00008B;
}

.fieldcheckbox {
	font-family : Verdana;
	font-size : 10px;
	color : #191970;
}

.fieldradiobox {
	font-family : Verdana;
	font-size : 10px;
	color : #191970;
}

.fieldselectbox {
	font-family : Verdana;
	font-size : 10px;
	background : White;
	color : #191970;
	border : 1px solid #00008B;
}

.fieldfilterbox {
	font-family : Verdana;
	font-size : 10px;
	background : White;
	color : #191970;
	border : 1px solid #00008B;
}

.fieldfilebox {
	font-family : Verdana;
	font-size : 10px;
	background : White;
	color : #191970;
	border : 1px solid #00008B;
}

.fieldbutton {
	font-family : Verdana;
	font-size : 10px;
	background : White;
	color : #343434;
	border : 3px solid #000;
}

.row0 {
	font-family : Verdana;
	font-size : 12px;
	/*color : F95033;*/
	color : 343434;
	background : White;
	font-weight : bold;
}

.row1 {
	font-family : Verdana;
	font-size : 10px;
	color : #343434;
	background : #ececec;
}

.row2 {
	font-family : Verdana;
	font-size : 10px;
	color : #333333;
	background : #dedede;
}

.row3 {
	font-family : Verdana;
	font-size : 10px;
	color : #778899;
	background : #FAFAFA;
}

.rowg {
	font-family : Verdana;
	font-size : 10px;
	color : Black;
	background : #F5F5F5;
}

.grouptitle {
	color : red;
	font-weight : bold;
}
