a:hover { text-decoration: none; }

 /* General page style. */
body {
        background-color: #13245C;
        scrollbar-face-color: #13245C;
        scrollbar-highlight-color: #FFFFFF;
        scrollbar-shadow-color: #13245C;
        scrollbar-3dlight-color: #D1D7DC;
        scrollbar-arrow-color:  #FFFFFF;
        scrollbar-track-color: #EEEEEE;
        scrollbar-darkshadow-color: #13245C;
        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;
 }

.bottomNavLinks
 {
	color:white;
 }

.menuNav
 {
	border-right: 1px solid #000000;
	background: #DBEAF5
 }

.bottomNav
 {
	background: black;	
	color:white;
	font-weight: bold;
	height: 22;
	background-image: url("/images/lower_bg.gif");
 }

.navigation
 {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	text-decoration: none;
 }
.sub_navigation
 {
	color: #000099;
 }

.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: #EEEEEE
}

.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: 28px;
	color: #CC0000;
	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;
}

.list
{
        font-family: Arial;
        font-size: 12px;
        color: #000000;
        border-bottom: 1px dotted;
        border-color: #666666;
        height: 26px
}
.tableListNav
{
        border-top: 1px solid;
        border-color: #CCCCCC;
}

.tableList
{
        background: #FFFFFF;
        border-top: 1px solid;
        border-color: #CCCCCC;
}
.whatsNew
{
	font-size: 10px
}
