a:active {  color: #006699; }
a:hover { color: #7EA2F9;}
a:link {  color: #6666CC;}
a:visited {  color: #006699; }

BODY {
SCROLLBAR-FACE-COLOR:  #31659C; 
SCROLLBAR-HIGHLIGHT-COLOR: #c6d5fd; 
SCROLLBAR-SHADOW-COLOR: #0000FF; 
SCROLLBAR-3DLIGHT-COLOR: #000000; 
SCROLLBAR-ARROW-COLOR:  #000000; 
SCROLLBAR-TRACK-COLOR: gray; 
SCROLLBAR-DARKSHADOW-COLOR:#000000; 
}

td.backgroundLeftRepeat {
	background-repeat:repeat-y;
}

p.copyright {
	font-size:0.7em;
	text-align:center;
}

textarea, select,input {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 1em;
}

.stdInputClass {
  height: 20px;
  width:400px;
  background-color:#FFFFFF;  
}
.stdTextAreaClass {
  width:400px;
  background-color:#FFFFFF;  
}

select.languageSelect {
	width: 120px;
	font-size:0.8em;
}

td {
 vertical-align:top;
}

td.languageTd {
 vertical-align:center
}


p.titlePage {
	font-size:1em;
	font-weight:bold;
}


p.smallerFont {
	font-size:0.7em;
}

p {
  margin-top:0px;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 0.8em;
  color:#000000; 
  }
  
ul,ol {
  margin-top:0em;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 0.8em;
  color:#000000; 
  }
.negMargin {
  margin-top:-1.5em;
}