body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

/* Link Setup */

a:link, a:visited {
  text-decoration: none;
  font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

/* Defined Classes */

.header {
	font-size: 40px;
	font-weight: bold;
	background-color:#3399cc;
}

.headertext {
	font-weight: bold;
	font-size: 16px;
	padding: 10px;
	color: #000000;
}

.linkMenu {
	padding: 3px 10px;
	margin-bottom: 2px;
}

.content {
	margin-right: 10px;
	margin-top: 30px;
	margin-left: 10px;
}

.headLine {
	color: #666666;
	font-size: 18px;
	font-weight: bold;
}

.headLineInfo {
	color: #999999;
	font-size: 10px;
}

/* table shadowing setup */

.tableTitleRow {
	background-color:#999999;
	font-weight: bold;
}

.tableRowGrey {
	background-color:#CCCCCC;
}

.imageright {
	float: right;
	font-size: 10px;
	padding: 10px;
	border:none;
}

.imagelogo {
	float: right;
	font-size: 10px;
	padding: 10px;
	border:none;
}

.imageright img {
	border:1px solid #021a40;
}

.borderstyle {
	border-style: none;
	width: 100%;
	background-color: #6699cc;
}

.borderstyle img {
	float:right;
	}
