/* 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.leftShadow {
	background-image: url(images/leftshadow.jpg);
	background-repeat: repeat-y;
	width: 15px;
	}	
	
td.rightShadow {
	background-image: url(images/rightshadow.jpg);
	background-repeat: repeat-y;
	width: 15px;
	}	

td.header {
	background-image:  url(images/header.jpg);
	background-repeat: no-repeat;
	height: 245;
	vertical-align: bottom;
	padding-left: 375px;
	padding-bottom: 35px;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	}
	
td.contentPadding {
	padding: 20px;
	}	
	
.pageHeading {
	color: #000000;
	font-family: arial;
	font-size: 14px;
	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: #094691;
}
.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;
	}
