a {
	text-decoration: none;
	font-weight: bold;
	color: #003D73;
}
a:hover {
	color: #0079A4;
}
font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D8000A;
	text-decoration: none;
}

.white:hover {
	color: #B2C4D4;
}
.subLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.subLink:hover {
	color: #CCCCCC;
}.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003D73;
	text-transform: uppercase;
}
.headline2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}
.headline3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.headline4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003D73;
	text-transform: uppercase;
}
.headline5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.printfriendcellhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.printfriendcelldata {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
.selectuser {
        background: white;
        background-image: url(imgs/selectuser.gif);
        background-repeat: no-repeat;
        background-position: left;
}

.edituser {
        background: white;
        background-image: url(imgs/edituser.gif);
        background-repeat: no-repeat;
        background-position: left;
}

.adduser {
        background: white;
        background-image: url(imgs/adduser.gif);
        background-repeat: no-repeat;
        background-position: left;
}

.showusers {
        background: white;
        background-image: url(imgs/showusers.gif);
        background-repeat: no-repeat;
        background-position: left;
}

.logout {
        background: white;
        background-image: url(imgs/logout.gif);
        background-repeat: no-repeat;
        background-position: left;
}
.logout2 {
        background: #003D73;
        color: #FFFFFF;
        background-repeat: no-repeat;
        background-position: left;
}
BODY {
background-repeat:repeat;
background-repeat:repeat-x;
background-position:bottom center;


      }