
body 
{
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 8pt;
  background-color: #FFFFFF;
  margin: 0px;
}


.title 
{
  color: darkmagenta ;
  font-family: verdana, helvetica, arial, sans-serif;
  font-weight: bold;
  font-size: 12pt;	
}

.pagetitle 
{
  color: darkmagenta;
  font-family: verdana, helvetica, arial, sans-serif;
  font-weight: bold;
  font-size: 12pt;	
}

.buttontext
{
  color: #2E2E81;
  background-color: #FFFFFF;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 8pt;
  font-weight: bold;

}

.menu 
{
  color: black;
  background-color: #FFFFFF;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 8pt;
}

.footer 
{
  color: black;
  background-color: #FFFFFF;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 8pt;
}

.errmsg 
{
  color: red;
  background-color: #FFFFFF;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 8pt;
}

.errmsg8 
{
  color: red;
  background-color: #B0E6FE;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 8pt;
}

.dfieldleft 
{
  color: black;
  background-color: #FFFFFF;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 10pt;
  text-align: left;
  font-weight: bold;
}

.dfieldright
{
  color: black;
  background-color: #FFFFFF;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 10pt;
  text-align: right;
  font-weight: bold;
}

.dfieldcenter 
{
  color: black;
  background-color: #FFFFFF;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 10pt;
  text-align: center;
  font-weight: bold;
}

.border1
{
  BORDER-RIGHT: 1px solid;
  BORDER-TOP: 1px solid;
  BORDER-LEFT: 1px solid;
  WIDTH: 95%;
  BORDER-BOTTOM: 1px solid
}

.border0
{
  WIDTH: 95%
}

.dtabheaderleft
{
  color:black;
  background-color:#6CAAD9;
  font-family: verdana, helvetica, arial, sans-serif;
  font-weight: bold;
  font-size: 10pt;
  text-align: left;
}

.dtabheadercenter
{
  color:black;
  background-color:#6CAAD9;
  font-family: verdana, helvetica, arial, sans-serif;
  font-weight: bold;
  font-size: 10pt;
  text-align: center;
}

.dtabheaderright
{
  color:black;
  background-color:#6CAAD9;
  font-family: verdana, helvetica, arial, sans-serif;
  font-weight: bold;
  font-size: 10pt;
  text-align: right;
}

.dtabrow1left
{
  color: black;
  background-color: #D7E8F5;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 8pt;
  text-align:left;
}

.dtabrow1right
{
  color: black;
  background-color: #D7E8F5;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 8pt;
  text-align:right;
}

.dtabrow1center
{
  color: black;
  background-color: #D7E8F5;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 8pt;
  text-align:center;
}

.dtabrow2left
{
  color: black;
  background-color: #B1D3EC;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 8pt;
  text-align:left;
}

.dtabrow2right
{
  color: black;
  background-color: #B1D3EC;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 8pt;
  text-align:right;
}

.dtabrow2center
{
  color: black;
  background-color: #B1D3EC;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 8pt;
  text-align:center;
}

textarea
{
    BORDER-RIGHT: thin inset;
    BORDER-TOP: thin inset;
    FONT-SIZE: x-small;
    BORDER-LEFT: thin inset;
    BORDER-BOTTOM: thin inset;
    FONT-FAMILY: sans-serif, 
    Arial, Helvetica
}

A.datalink
{
	color: blue;
	text-decoration: underline;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 9pt;
}

A.menulink
{
	color: blue;
	text-decoration: underline;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 9pt;
}

A.menulink:hover
{
	color: blue;
	text-decoration: underline;
}

.pagecontent
{
  color: black;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 10pt;
}

.hrefformat
{
  color: FFFF00;
  font-family: verdana, Tahoma, arial, sans-serif;
  font-size: 10pt;
  text-align: Center;
  font-weight: bold;
  text-decoration: none;
}

A:link{color:Blue;text-decoration:none} 
A:visited{color:Blue;text-decoration:none} 
A:active{color:Blue;text-decoration:none} 
A:hover{FILTER:No;COLOR: 666666;TEXT-DECORATION: none  } 

a.button {	
font-weight: bold;	
font-size: 10px;	
font-family: Verdana, Arial, Helvetica, sans-serif;	
padding: 4px 8px;	
border-top: 0px solid white;	
border-right: 0px solid black;	
border-bottom: 0px solid black;	
border-left: 0px solid white;	
text-align: Left;
vertical-align:middle
min-width: 75px;	
Width=142px;
text-transform: none;
}

a.button:link { 	
display: block;
//background-color: #E2EAEC; 	
background-color: #4A6B98;
color: #ffffff;	
text-decoration: none;	}

a.button:visited {	
background-color: #4A6B98; 	
color: #ffffff;
display: block;	
text-decoration: none;	}

a.button:hover { 	
background-color: #FFB200; 
color: Blue;	
border-color: black black black black;	
text-decoration: none;	}

a.button:active { 	
background-color:Black; 	
color: #ccc; 	
text-decoration: none;	}

a.button2 {	
font-weight: Bold;	
font-size: 10px;	
font-family: Verdana, Arial, Helvetica, sans-serif;	
padding: 4px 8px;	
border-top: 0px solid white;	
border-right: 0px solid black;	
border-bottom: 0px solid black;	
border-left: 0px solid white;
vertical-align:middle
text-align: Left;	
min-width: 75px;	
text-transform: none;
Width=142px;
}

a.button2:link { 	
display: block;
background-color: #E2EAED; 	
color: #4A6B98;	
text-decoration: none;	}

a.button2:visited {	
display: block;
background-color: #E2EAED; 	
color: #4A6B98;	
text-decoration: none;	}

a.button2:hover { 	
background-color: #B0E6FE; 
color: Black;	
border-color: black black black black;	
text-decoration: none;	}
a.button2:active { 	
background-color:Black; 	
color: #ccc; 	
text-decoration: none;	}

a.button3 {	

font-weight: Bold;	
font-size: 10px;	
font-family: Verdana, Arial, Helvetica, sans-serif;	
padding: 4px 8px;	
border-top: 0px solid white;	
border-right: 0px solid black;	
border-bottom: 0px solid black;	
border-left: 0px solid white;
vertical-align:middle
text-align: Left;	
min-width: 75px;	
text-transform: none;
Width=142px;
}

a.button3:link { 	
display: block;
background-color: #466B97; 	
color: White;	
text-decoration: none;	}

a.button3:visited {	
display: block;
background-color: #466B97; 	
color: White;	
text-decoration: none;	}


a.button3:active { 	
background-color:466B97; 	
color: White; 	
text-decoration: none;	}


