/* CSS Document */

img, div, td, table, tr { behavior: url(include/iepngfix.htc) }

body {
		background-image: url("../images/bg.jpg");
		background-position: top;
		background-repeat: repeat-x;
		background-color: #ffffff;
		margin: 15px 0 0 0;
		color: #ffffff;
		font-family: Arial, Helvetica, sans-serif;
	}

table {
		font-size: 12px;
		line-height: 20px;
	}

.footerText {
		color: #937a63;
	}
	
.smallerText {
		font-size: 11px;
	}
	
.heading {
		font-size: 16px;
		font-weight: bold;
	}

a:link, a:active, a:visited {
		color: #ffffff;
		text-decoration: underline;
	}

a:hover {
		text-decoration: none;
		color: #ffffff;
	}
	
a.footer:link, a.footer:active, a.footer:visited {
		color: #937a63;
		text-decoration: underline;
	}

a.footer:hover {
		color: #937a63;
		text-decoration: none;
	}
	
a.menu:link, a.menu:active, a.menu:visited {
		color: #ffffff;
		font-weight: bold;
		text-decoration: underline;
	}

a.menu:hover {
		color: #ffffff;
		text-decoration: none;
	}


