body {
 font-size: 10pt;
 font-family: Verdana,Arial,Helvetica,sans-serif;
 color: #000000;
 background-color: #FFFFFF;
 margin: 0;


}

td {
 font-size: 10pt;
 font-family: Verdana,Arial,Helvetica,sans-serif;
 color: #000000;
 background-color: #FFFFFF;
}

form { display: inline; }

/* my additions: */

/* Main */
.main {
 	background-image: url(images/body-bg.png);
	background-repeat: repeat-x;
   margin: 0;  
}

/* Header */
.header {
	margin: 0;
	padding: 0;
	height: 70px;
}

/* Logo */
.logo {
	margin: 10px 0 0 0px;
	padding: 0px 0 0 30px;
	margin: 0;
	float: left;
	vertical-align: middle;
}
/* Menu */
.menu {
	clear: both;
	padding: 0;
	height: 26px;
	margin: 0px 0px 0px 30px;
	text-align: left;
}
.menu ul {
	margin: 0;
	padding: 0;
	height: 26px;
	list-style: none;
	display: inline;
	white-space: nowrap;

}
.menu li {
	margin: 0;
	padding: 0 0 0 0px;
	list-style: none;
	display: block;
	float: left;
	background-image: url(images/menu-break.png);
	background-repeat: no-repeat;
	height: 26px;
}
.menu a:link,
.menu a:active,
.menu a:visited {
	vertical-align: middle;
	/*text-transform: lowercase;*/
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: #FFFFFF;
	margin: 0;
	padding: 0px 11px;
	display: block;
	float: left;
	height: 26px;
	line-height: 26px;

}
.menu a:hover {
	text-decoration: underline;
}
.menu .active a {
	background-image: url(images/link-bg.png);
	background-repeat: repeat-x;
}
.menu .active a:hover {
	text-decoration: none;
}

/* Content */
.content {
margin: 0p;
	padding: 0;
	text-align: center;
}




.footer {
	margin: 0;
	padding: 0px 0px 0px 0px;
	height: 25px;
	background-image: url(images/footer-bg.png);
	background-repeat: repeat-x;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	text-decoration: none;
}

.footer {font-size:10px;color:#fff; padding: 6px 0px; width:974px;}
.footer a,.footer a:link,.footer a:visited {font-weight:normal;color:#fff;text-decoration:none;}
.footer a:hover {color:#eeeeee; text-decoration:underline; background: #5C7E94;}

a, a:link, a:active {
 color: #0000FF;
 text-decoration: none;
}
a:hover {
 color: #FF0000;
 text-decoration: underline;
}

