a:hover {  font-family: Arial, Helvetica, sans-serif; color: #666666; text-decoration: none}

 /* General page style. */
body {
        background: #336699;
        scrollbar-face-color: #333333;
        scrollbar-highlight-color: #FFFFFF;
        scrollbar-shadow-color: #CCCCCC;
        scrollbar-3dlight-color: #EEEEEE;
        scrollbar-arrow-color:  #FFFFFF;
        scrollbar-track-color: #EEEEEE;
        scrollbar-darkshadow-color: #CCCCCC;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #000000
}

.text_box {
        background: #ffffcc;
        font-size: 12px;
        border-width: thin;
        border-color: #000066;
        font-weight: bold
}

.button {
        background: #000099;
        color: #FFFFFF;
        cursor:pointer;
        font-size: 12px;
        font-weight: bold;
}

/* DEFAULT FONT */
td {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000
}

.topNav
 {
	background: black;	
	color:white;
	font-weight: bold;
 }
.navigation {  font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; text-decoration: none }

.sideBar
  {
	background: #E4E4F5;
	width: 165;
	color: black
  }

.mainContent
  {
	background: white;
	color: black;
	height: 400;
  }

.inputForm
{
        font-family: Tahoma, Helvetica, sans-serif;
        font size: 11px;
	border: 1 solid;
        background: #FFFFFF
}

.inputFormList
{
        font-family: Tahoma, Helvetica, sans-serif;
        font size: 11px;
        background: #EEEEEE
}

.frmTxt
{
	font-family: Courier, Tahoma, Helvetica;
	font-size: 11px;
}

.title
{
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}

.pageTitle
{
	font-size: 22px;
	color: #000000;
	font-weight: bold;
}

.description
{
	font-size: 12px;
	font-weight: bold;
}

.errorMsg
{
	color: #CC0000;
	font-weight: bold;
}

.err
{
        font-family: arial;
        font-size: 11px;
        font-weight: bold;
        color: #CC0000;
}

.tableList
{
        font-family: Arial;
        font-size: 12px;
        color: #000000;
        border-bottom: 1px solid;
        border-color: #EEEEEE;
        height: 26px
}

.tableHead
{
        font-family: Verdana;
        font-size: 18px;
	font-weight: bold;
        color: #FFFFFF;
	background: #996633;
        border-bottom: 1px solid #CCCCCC;
        height: 30px;
}

hr
{
	height: 1px;
}
