@charset "utf-8";
/* CSS Document */


body {
	margin-top:10px;
	background-repeat: repeat;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}
h4 {
	text-align:center;
	background-color:#DDDDDD;
	border-color:#000000;
	border:thin solid;
}
.headerLink {
	color: #AAAAAA;
	font-weight: bold;
}
.headerLink a {
	color: #AAAAAA;
	font-weight:bold;
}
.headerLink a:link {
	color: #AAAAAA;
	font-weight:bold;
}
.headerLink a:visited {
	color: #AAAAAA;
	font-weight:bold;
}
.headerLink a:hover {
	color: #AAAAAA;
	font-weight:bold;
}
.headerLink a:active {
	color: #AAAAAA;
	font-weight:bold;
}
.footerLink {
	color: #333333;
	font-size:10px;
}
.footerLink p{
    display:inline;
}
.footerLink a {
	color: #333333;
	font-size:10px;
	text-decoration:underline;
	padding:0 4px;
}
.footerLink a:link {
	color: #333333;
	font-size:10px;
	text-decoration:underline;
}
.footerLink a:visited {
	color: #333333;
	font-size:10px;
	text-decoration:underline;
}
.footerLink a:hover {
	color: #333333;
	font-size:10px;
	text-decoration:underline;
}
.footerLink a:active {
	color: #333333;
	font-size:10px;
	text-decoration:underline;
}
.tableBorder {
	border:solid; 
	border-color:#000000; 
	width:770; 
	border-width:thin
}

