body {
	background-color:#ffffff;
	margin-top:0em;
	margin-left:0em;
	margin-right:0em;
}
.leftsidetbl {
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #006699;
}
.rightleftsidetbl {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #006699;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #006699;
}

.leftsidelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 8px;
	line-height: 17px;
	text-decoration:none;
}
.leftsidesublink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #00CC33;
	padding-left: 16px;
	text-decoration:none;
}
.normaltxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
	text-decoration:none;
}
a.normaltxt:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#FF9966;
	padding-top: 10px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
	text-decoration:none;
}
 .listboxstyle
{
	font-weight:normal;
	font-family: Arial;
	font-size: 11px;
	color: black;
	border: 1px solid #999999;
}.tablestyle {
	background-color: #006699;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.yellobutton {
	background-attachment: scroll;
	background-image: url(yellowbutton.gif);
	background-repeat: no-repeat;
	background-position: 12px bottom;
	width: 181px;
	padding-left: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	height: 21px
}
.print {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #3876DB;

width: 150px;
height: 25px;
background: transparent url(print.gif) no-repeat; /*otherwise tiled image nb URL of image relative to style sheet not html file*/
background-position: 12px bottom;/*positions image in cell*/

padding-left: 25px; /*positions text to right of cell */
cursor: pointer; /*makes cursor a hand*/
border: none;
}
.logout {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #3876DB;

width: 100px;
height: 15px;
background: transparent url(logout.gif) no-repeat; /*otherwise tiled image*/
background-position: 12px bottom;/*positions image in cell*/
padding-left: 15px; /*positions text to right of cell */
cursor: pointer; /*makes cursor a hand*/
border: none;
}
.word {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #3876DB;

width: 125px;
height: 15px;
background: transparent url(WORD.gif) no-repeat; /*otherwise tiled image*/
background-position: 12px bottom;/*positions image in cell*/
padding-left: 25px; /*positions text to right of cell */
cursor: pointer; /*makes cursor a hand*/
border: none;
}
.save {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #3876DB;

width: 100px;
height: 25px;
background: transparent url(save.gif) no-repeat; /*otherwise tiled image*/
background-position: 12px bottom;/*positions image in cell*/
padding-left: 0px; /*positions text to right of cell */
cursor: pointer; /*makes cursor a hand*/
border: none;
}


/* background image on button
works fine in Mozilla but not IE*/
.background_print {
        border: 0px none;
        background-color: #ffffff;
        background-image: url('images/print.gif');
        background-repeat: no-repeat;
        position: relative;
        width: 125px;
        height: 1%;
        height/**/: 24px
       }        

.border {
	border: 1px solid #999999;
}
.btmtbl {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #006699;
	border-bottom-color: #006699;
}

.btmtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #3876DB;
	padding-left: 7px;
	padding-right: 7px;
	text-decoration:none;
}
A.btmtext:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3876DB;
	padding-left: 7px;
	padding-right: 7px;
	text-decoration:none;
}
a:link, a:active, a:visited {
	text-decoration: none;
}
a img {
	border: none;
}