.red
{
  color:red
}

.ptitle
{
  /*color:blue;*/
  color:#008AB8;
  font-weight:bolder;
  font-size:18pt;
}


.table-title
{
  color:#008AB8;
  font-weight:900;
  font-size:12pt;
}


body
{ 
  background-color: #FFFFDD;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 6pt;
  margin-top : 4px;
}

td
{
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10pt; 
}

th
{
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10pt; 
}

.menuItem
{
  color:#CC0033;
  font-family: arial;
  font-weight:bolder;
  font-size:13pt;
  text-decoration:none;
}

.feedbackLink
{
  color:#008AB8;
  font-family:arial;
  font-weight:bolder;
  font-size:10pt;
  text-decoration:none;
}

a:hover.feedbackLink
{
  color:#CC0033;
  text-decoration:none;
} 


.leftBarLink
{
  color:#008AB8;
  font-family:arial;
  font-weight:bolder;
  font-size:10pt;
  text-decoration:none;
}

a:hover.leftBarLink
{
  color:#CC0033;
  text-decoration:none;
} 

.menuItemSelected
{
  color:blue;
  font-weight:bolder;
  font-size:13pt;
  text-decoration:none;
}

a:hover.menuItem 
{
  color: yellow;
  text-decoration: none;
}


.menuItemMouseOver
{
  color:FF9999;
  font-weight:bolder;
  font-size:13pt;
}

.tab
{
  background-color:'white';
  bgcolor:'#3399CC';
  //font-weight:bolder;
  //font-size:13pt;
  //text-decoration:none;
}

.menuClicked
{
  /*color:'#3399CC';*/
  /*bgcolor:'white';*/
  font-weight:bolder;
  font-size:13pt;
  text-decoration:none;
  text-color:red;
}

.paragraph-title
{
  /*color:'#008000';*/
  color:'#008AB8';
  font-weight:bolder;
  font-size:12pt;
}

.oddrow
{
  background-color:'#EDEDED';
}

.evenrow
{
  background-color:'#FFFFFF';
}

.selectedRow
{
  background-color:'orange';
}

.menuItemOver
{
  background-color:'red';
}

.menuItemOut
{
  background-color:'white';
}

.loginFont
{
  font-size:11px;
}

input.button 
{
  color : #003558;
  cursor : hand;
  /*border: 1px solid #003558;*/
  background-image:url(button.gif);
  height:20px;
  font-size:11px;
}

input.field 
{
  font-size:11px;
  color : #003558;
  /*border: 1px solid #003558;*/
  /*border: 1px solid;*/
  border: 1px;  
  height:18px;
}

.mybox
{
  width:400px;
  text-align:left;
  padding:5px;
  background-color:#ffffc1;
  border:2px dotted black;
  font-size:12px;
}

div.back 
{
  width:90%;
  background-color:#576;
  padding:0.5em;
  margin:2px 2px 2px 2px;
}

div.section 
{
  background-color:#FFFFDD;
  /*margin:-3em 0 0 -3em;*/
  margin:-2em 0 0 -2em;
  /*margin:-0.5em 1px 1px -0.5em;*/
  border:thin solid red; 
  padding:1.5em;
}

textarea.area 
{
font-family: "Courier New", Courier, monospace;
font-size: 12px;
}
