body {
	color: black;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
	scrollbar-3dlight-color: rgb(97,142,183);
	scrollbar-arrow-color: rgb(255,255,255);
	scrollbar-face-color:  rgb(156,198,231);
	scrollbar-track-color: rgb(106,155,194);
	}

p {}

td {
	font-size: 11px;
	}

a:link {
	color: #6a9bc2 ;
	text-decoration: underline;
	}

a:visited {
	color: #6a9bc2 ;
	text-decoration: underline;
	}

a:hover {
	color: black ;
	text-decoration: none;
	}

a:active {
	color: #6a9bc2 ;
	text-decoration: underline;
	}
/* Styles for placeholdertables and tds */
.mainTable {
	width: 760px;
	height: 100%;
	}

.topTD {
	width: 760px;
	height: 50px;
	border-bottom: 4px solid white;
	}

.leftTD {
/*	background-color: #e6f1f9;*/
	background-color: white;
	width: 160px;
	padding-top: 10px;
	padding-bottom: 10px;
	}

.mainTD {
/*	background-image: url(../img/bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom; */
	width: 600px;
	padding-top: 10px;
	padding-bottom: 10px;
	}

.bottomTD {
	color: black;
	background-color: #9cc6e7;
	text-align: right;
	width: 960px;
	height: 25px;
	padding-right: 10px;
	padding-left: 10px;
	border-top: 4px solid white;
	}
.rightTD  {
	width: 200px;
}
/* Styles for headers */
h1 {
	color: #6a9bc2;
	font-size: 14px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: bold;
	}

h2 {
	color: #6a9bc2;
	font-size: 13px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: bold;
	}

h3 {
	color: #6a9bc2;
	font-size: 12px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: bold;
	}

h4 {
	color: #6a9bc2;
	font-size: 11px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: bold;
	}

h5 {
	color: #6a9bc2;
	font-size: 11px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: normal;
	font-style: italic;
	}

h6 {
	color: #6a9bc2;
	font-size: 11px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: normal;
	}

/* Styles for topmenu */
.menuTable {
	height: 25px;
	}

.menuTDnormal {
	text-align: left;
	padding: 2px 5px;
	}

.menuTDactive {
	text-align: left;
	padding: 2px 5px;
	}

a:link.menuLink {
	color: #000 ;
	text-decoration: none;
	width: 100%;
	padding-top: 6px;
	padding-bottom: 6px;
	}

a:visited.menuLink {
	color: #000 ;
	text-decoration: none;
	width: 100%;
	padding-top: 6px;
	padding-bottom: 6px;
	}

a:hover.menuLink {
	color: #666 ;
	text-decoration: none;
	width: 100%;
	padding-top: 6px;
	padding-bottom: 6px;
	}

a:active.menuLink {
	color: #000 ;
	text-decoration: none;
	width: 100%;
	padding-top: 6px;
	padding-bottom: 6px;
	}

/* Styles for links */
a:link.bottomLink {
	color: black ;
	text-decoration: none;
	}

a:visited.bottomLink {
	color: black ;
	text-decoration: none;
	}

a:hover.bottomLink {
	color: black ;
	text-decoration: none;
	}

a:active.bottomLink {
	color: black ;
	text-decoration: none;
	}

/* Style for form-elements */

input, textarea, select, button {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}