body {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size:small;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color: #FFFFFF;
}

TD{
   color:#000000;
   font-size:13px;
}

A:link { 
        color: #0e2b54;
	background: transparent;
	text-decoration: none;
	font-weight: bold;        
}

A:hover { 
/*        color: #4072b5; */
        color: #993300;
	background: transparent;
	text-decoration: none;
	font-weight: bold;        
}

A:visited { 
        color: #0e2b54;
	background: transparent;
	text-decoration: none;
	font-weight: bold;        
}

A:visited:hover { 
/*        color: #4072b5;*/
        color: #993300;
	background: transparent;
	text-decoration: none;
	font-weight: bold;        
}

A:active { 
	color: red;
	background: transparent;
}			

/* used for submit, etc buttons */
A.button:link, A.button:visited  {
  color: #ffffff;
/*  background: #0e2b54; */
/*    background: #003366;*/
    background: #546f84;
  text-decoration: none;
  font-weight: bold;        
  font-size:14px;
}

A.button:hover, A.button:visited:hover  {
  color: #000000; 
/*  background: #6cc5d5;*/
/*  background: #99cccc;*/
  background: #94acbd;
  text-decoration: none;
  font-size:14px;
  font-weight: bold;        
}

H1 { 
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 16px;
font-weight: bold; color: #003366; }

H2 { 
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 14px;
font-weight: bold; color: #003366; }

H3 { 
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 12px;
font-weight: bold; color: #003366; }


INPUT, SELECT, OPTION, TEXTAREA{
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 14px;
font-weight: normal; color: #000000;}

/*
FIELDSET { 
border: 3px; }
*/

.label {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 13px;
color: #003366;
font-weight: bold;
}

.help {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 16px;
color: #0e2b54;
font-weight: bolder;
}

.title {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 16px;
color: #003366;
font-weight: bolder;
}

.error {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 13px;
color: #a03030;
font-weight: bold;
}

.ok {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 13px;
color: #4072b5;
font-weight: bold;
}

A.labellink:link {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 13px;
color: #5468f4;
font-weight: bold;
}

.status-table {
border: 1px solid #546f84;
/*
border-top: 1px #384F8C solid;
border-left: 1px #384F8C solid;
*/
} /*status table*/


.generic-table {
border: 1px solid #546f84;
} 

.login-table {
border: 1px solid #546f84;
padding-left: 5px;
padding-right: 5px;
padding-top: 10px;
padding-bottom: 10px;
} 

