  /* Base Font Style */
  body, td, div, span, ul, li {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10pt;
    color: #333333
  }
  
.small {
	font-family: Arial,Helvetica,sans-serif;
	font-size : 11px;
}

.fixed_tr
{
	position:fixed;
	top: 0px; 
	right: 0px; 
	_position:absolute;
	_top:expression(eval(document.body.scrollTop));
} 


.emailTitle {
	font-family: Arial,Helvetica,sans-serif;
	font-size : 12px;
	font-weight: bold;
	color: navy;
}

.btnt {
font: 10px Arial, sans-serif; 
padding: 0px 3px 0px 3px; 
line-height:14px;
}

.btns {
font: 10px Arial, sans-serif; 
padding: 1px 3px 1px 3px; 
line-height:16px;
}

.btn {
font: 9px Verdana,Arial, sans-serif; 
padding: 0px 5px 0px 5px; 
line-height:16px;
}

.btnv {
font: 9px Verdana,Arial, sans-serif; 
padding: 0px 3px 0px 3px; 
line-height:12px;
}

.btnm {
font: 10px Verdana,Arial, sans-serif; 
padding: 1px 5px 1px 5px; 
line-height:16px;
}

.btnl {
font: 12px Verdana,Arial, sans-serif; 
padding: 1px 5px 1px 5px; 
line-height:18px;
}

.btnx {
font: 14px Verdana,Arial, sans-serif; 
padding: 1px 5px 1px 5px; 
line-height:22px;
}

  /* Mailbox Links */
  a.mailmenu:link {
	font-family: Arial,Helvetica,sans-serif;
	font-size : 12px;
	font-weight: bold;
	color: navy;
    text-decoration: none
  }
  a.mailmenu:active {
	font-family: Arial,Helvetica,sans-serif;
	font-size : 12px;
	font-weight: bold;
	color: #990000;
    text-decoration: none
  }
  a.mailmenu:visited {
	font-family: Arial,Helvetica,sans-serif;
	font-size : 12px;
	font-weight: bold;
	color: navy;
    text-decoration: none
  }
  a.mailmenu:hover {
	font-family: Arial,Helvetica,sans-serif;
	font-size : 12px;
	font-weight: bold;
	color: #990000;
    text-decoration: underline
  }

.GridTitle{
	background-image : url(/images/cell-blue.gif);
	font-size : 13px;
	font-weight: bold;
	text-align : center;
}

.GridTitleGreen{
	background-image : url(/images/cell-green.gif);
	font-size : 13px;
	font-weight: bold;
	text-align : center;
}

.GridTitleViolet{
	background-image : url(/images/cell-violet.gif);
	font-size : 13px;
	font-weight: bold;
	text-align : center;
}

.purple {
	background-image : url(../images/cell-violet.gif);
	height : 23px;
}

.blue {
	background-image : url(../images/cell-blue.gif);
	height : 23px;
}

.green {
	background-image : url(../images/cell-green.gif);
	height : 23px;
}

  /* Regular Links */
  a:link {
    color: navy;
    font-weight: bold;
    text-decoration: underline
  }
  a:active {
    color: #CC0000;
    font-weight: bold;
    text-decoration: underline
  }
  a:visited {
    color: navy;
    font-weight: bold;
    text-decoration: underline
  }
  a:hover {
    color: #CC0000;
    font-weight: bold;
    text-decoration: underline
  }

  /* Menu Links */
  a.menu:link {
    color: white;
    font-weight: bold;
    text-decoration: none
  }
  a.menu:active {
    color: white;
    font-weight: bold;
    text-decoration: none
  }
  a.menu:visited {
    color: white;
    font-weight: bold;
    text-decoration: none
  }
  a.menu:hover {
    color: #00FFFF;
    font-weight: bold;
    text-decoration: underline
  }
  
    /* Light Links */
  a.lite:link {
    color: #996699;
	font-weight: normal;
    text-decoration: none
  }
  a.lite:active {
    color: #996699;
	font-weight: normal;
    text-decoration: none
  }
  a.lite:visited {
    color: #996699;
	font-weight: normal;
    text-decoration: none
  }
  a.lite:hover {
    color: #FF00FF;
	font-weight: normal;
    text-decoration: underline
  }

a.plainlink {
text-decoration: none;
}

.smallbutton {
	font-size: 10px;
	font-family:  Arial, Helvetica, sans-serif;
	padding-left: 1px;
	padding-right: 1px;
}

.smallbuttonFillCell {
	font-size: 10px;
	font-family:  Arial, Helvetica, sans-serif;
	padding-left: 1px;
	padding-right: 1px; 
	width: 100%;
}

.mediumbutton {
	font-size: 11px;
	font-family:  Arial, Helvetica, sans-serif;
}

.screemingbutton {
	background: #fe0; 
}

.btn,.btnt,.btns,.btnv,.btnm,.btnma,.btnl,.btnx,.btnxx,.btnm-gray,.btnv-gray {
	border-radius: 3px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	background-color: #DBEDF9;
	border: 1px solid #AED0EA;
	color: #036 !important;
	text-decoration:none !important;
	white-space:none;
}

.btnm_selected {
	border-radius: 3px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border: 1px solid #AED0EA;
	text-decoration:none !important;
}

a.btn:hover,a.btnt:hover,a.btns:hover,.btnv:hover,a.btnm:hover,a.btnm_selected:hover,a.btnma:hover,a.btnl:hover,a.btnx:hover,a.btnxx:hover,a.btnm-gray:hover,a.btnv-gray:hover {
	background: #eef6fc;
}

