
body {
       background-image: url('images/background.jpg');
       background-repeat: repeat-x;
      }

A:link {
	color: #9A324F; // #bb7070
	text-decoration: none;

}

A:visited {
	color: #9A324F; // bb7070
	text-decoration: none;
}

A:active {
	color: #000070;
	text-decoration: none;
}

A:hover {
	color: #cc0707;
	text-decoration: none;
}

TD {
	font-size: 12px;
	font-family : Arial;
}

TD.menu {
	font-size: 12px;
	font-family : arial;
	font-weight: bold;
	
}

.headingtext {
	font-size: 22px;
	font-family : Tahoma,Arial;
    color: #D47991;
	
}

P {
	font-size: 12px;
	font-family : arial;
}

TD.smaller {
	font-size: 12px;
	font-family : arial;
	color : #000000;
}

.footer {
	color : #af0000;
		font-size: 12px;
	background-color: #ffffff;
	font-family : arial;
}
A.footer:visited {
	color : #af0000;
	font-weight:bold; 
}
A.footer:active {
	color : #00df00;
	font-weight:bold; 
}
A.footer:hover {
	color : 00aa00;
	text-decoration: underline;
	font-weight:bold; 
}
A.footer:link {
	color : #006a00;
	font-weight:bold; 
}

.leftnav {
	color : #af0000;
	font-size: 15px;
	font-family : arial;
}



P.smaller {
	font-size: 12px;
	font-family : arial;
	color : #000000;
}

HR {
	color : #000000;
}
td.leftbgcolor {
	background-color: #F2D7DF;
}