@charset "utf-8";
/* CSS Document */

body {
		background-image:url(Images/Design/bg.jpg); 
		background-repeat: repeat-x;
		background-color: #500111;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size: 14px;
		}
		
h5 {font-size:16px;
	font-weight: bold;
	}			
		
a:link { color: #000000; }
a:visited { color: #000000; }
a:active { color: #000000; }
a:hover { color: #660033; }

a.bottom:link { color: #000000; text-decoration: none; font-size: 12px;}
a.bottom:visited { color: #000000; text-decoration: none; font-size: 12px; }
a.bottom:active { color: #000000; text-decoration: none; font-size: 12px; }
a.bottom:hover { color: #660033; text-decoration: none; font-size: 12px; }