A:link
{
    text-decoration: none;
    color: #003366;
}

A:visited
{
    text-decoration: none;
    color: #003366;
}

A:active
{
    text-decoration: none;
}

A:hover
{
    color: #000000;
    text-decoration: underline;
}

body {
        height: 95%;
        background-color: #FFFFFF;
	font-family: Verdana, Arial;
}

html {
        height: 100%;
}

div {
        height: 100%;
}

.table {
        width: 750px;
        height: 100%;
        border: none;
	background-color: #FFFFFF;
        vertical-align: middle;
}

.toptable {
	width: 100%;
	border: none;
	background-color: #FFFFFF;
	vertical-align: middle;
}

.logintable {
	font-size: 9px;
	font-weight: bold;
	width: 170px;
	margin-top: 8px;
	margin-right: 10px;
}

.buttontable {
	font-size: 9px;
        font-weight: bold;
	color: #FFFFFF;
        width: 100%;
        margin-top: 8px;
        margin-right: 10px;
}

.buttontd {
	width: 72px;
	height: 33px;
	cursor: hand;
	background: #ffffff url(images/btn.jpg);
}

.marginleft {
	background: #ffffff url(images/shadow_left.jpg) repeat-y center right;
	width: 15px;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}

.marginright {
        background: #ffffff url(images/shadow_right.jpg) repeat-y center right;
	width: 15px;
	vertical-align: bottom;
        margin: 0;
        padding: 0;
}

.margintop {
	background: #003366 url(images/header_bottom_line.jpg) repeat-x bottom center;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 0;
	vertical-align: top;
	margin: 0;
	height: 1%;
}

.margindown {
	background: #003366;
        vertical-align: middle;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}

.divlogin {
	width: 187px;
	height: 110px;
	margin-right: 2px;
	background: url(images/login_form.gif) no-repeat 0px 10px;
	text-align: left;
}

.divlogintext {
	padding-left: 5px;
}

.spanlogin {
	margin-left: 5px;
	font-size: 10px;
	font-weight: bold;
	background-color: #ffffff;
}

.spanusername {
	color: #990000;
}

.spanusernamebackground {
	background-color: #990000;
}

.awhite {
	background: #003366 url(images/round_corner.jpg) no-repeat top right; 
	margin-left: 1px;
	width: 167px;
	padding: 10px;
	padding-bottom: 0;
	color: #ffffff;
	font-size: 10px;
}

.awhite a:visited {
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.awhite a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.awhite a:link {
	color: #ffffff;
        font-size: 10px;
        font-weight: bold;
        text-decoration: none;
}

.buttontd a:link {
	color: #ffffff;
        font-size: 10px;
        font-weight: bold;
        text-decoration: none;
}

.buttontd a:visited {
	color: #ffffff;
        font-size: 10px;
        font-weight: bold;
        text-decoration: none;
}

.bottomheadertd {
	background: url(images/header_bottom_line.jpg) repeat-x bottom center;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 0;
	vertical-align: top;
	margin: 0;	
}

.contenttd {
	background: #f7f7f7;
	vertical-align: top;
}

.emailtd {
	vertical-align: bottom;
}

.editbox {
	width: 95px;
	height: 12px;
	font-size: 10px;
        border-style: solid;
        border-width: 1px;
        background-color: #FFFFFF;
        color: #003366;
}

.smalleditbox {
        height: 12px;
        font-size: 10px;
        border-style: solid;
        border-width: 1px;
        background-color: #FFFFFF;
        color: #003366;
}

.dropdown {
        font-size: 10px;
        border-style: solid;
        border-width: 1px;
        background-color: #FFFFFF;
        color: #003366;
}

.button {
        font-size: 9px;
	color: #003366;
	background-color: #F7F7F7;
	height: 19px;
}

.contenttable {
	width: 95%;
        border: none;
}

.welcometext {
	font-size: 18px;
	font-weight: bold;
	color: #003366;
}

.headertext {
	font-size: 12px;
        color: #000000;
}

.normaltext {
	font-size: 10px;
	color: #000000;
}

.highlighttext {
	font-size: 10px;
	color: #990000;
}

.normaltext2 {
	font-size: 10px;
        color: #003366;
}

