/* CSS Document */
	body {
		background-image:url('images/header.jpg');
		background-repeat:repeat-x;
	}
	td {
		font-family:century gothic,arial;
		font-size:14px;
	}
	input {
		font-size:11px;
		font-family:arial;
	}
	textarea {
		font-size:11px;
		font-family:arial;
	}
	a.footer {
		/*color:666d70;*/
		color:66008c;
		text-decoration:none;
		font-weight:bold;	
	}
	a.footer:hover {
		color:666d70;	
	}
	a.footeron {
		color:666d70;
		text-decoration:none;
		font-weight:bold;	
	}
	a.footeron:hover {
		/*color:66008c;*/
	}
	a.footerlogin {
		color:66008c;
		text-decoration:none;
		font-weight:bold;	
	}
	a.footerlogin:hover {
		color:1111FF;
	}
	a.footerloginon {
		color:1111FF;
		text-decoration:none;
		font-weight:bold;	
	}
	a.footerloginon:hover {
		color:1111FF;
	}
	.bg {
		background-image:url('images/bg2.jpg');
		background-repeat:no-repeat;
	}

