/* CSS Document */
body {
	background: #FFFFFF;
	color: #000000;
	font-family: arial;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
p, td {
	color: #000000;
	font-family: arial;
	font-size: 12px;
	}
	
td.header {
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	height: 236;
	vertical-align: bottom;
	padding-left: 488px;
	padding-bottom: 53px;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	}	
	
.blackheader {
	color: #000000;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
}

.blueheader {
	color: #084661;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}

.leftlink {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #8C8C89;
	line-height: 1.5;
	letter-spacing: -1px;
	}
	
.leftlink:hover {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	line-height: 1.5;
	letter-spacing: -1px;
	}

.dottedline {
  width: 80%;
  size: 2;
  border-style: dashed;
	border-color: #D5C3DC;
}

.footer {
	font-family: arial;
	font-size: 11px;
	color: #000000;
	}

.footerlink {
	font-family: arial;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	}
	
.footerlink:hover {
	font-family: arial;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
	}
