/* CSS Document */
*	{
	margin: 0px;
	padding: 0px;
	}
		
body	{
	background-color: #CCCCFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #330066;

	}
.header-image {
	margin-top: 5px;
	margin-right: 10%;
	margin-bottom: 5px;
	margin-left: 30%;
}

.tnimage {
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 2px;
}

#footer {
	clear: both;
	text-align: center;
	margin-top: 10px;
	margin-right: 10%;
	margin-bottom: 10px;
	margin-left: 10%;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
}
.footertinytext {
	font-size: 9px;
	line-height: normal;
}



a:link {
	color: #993399;
	text-decoration: none;
}

a:visited {
	color: #990066;
	text-decoration: none;
}

a:hover {
	color: #FF00FF;
	text-decoration: none;
}

a.footer:link {
	color: #330066;
}

a.footer:active {
	color: #330066;
}

a.footer:visited {
	color: #330033;
}


a.footer:hover {
	color: #FF00FF;
}


