/* General */

	body {
			background-image: url(../images/bg01.gif); 
			background-position: top left;
			background-repeat: repeat-x;
			background-color: #ffffff;
			margin: 0px;
			padding: 0px;
			font-family: arial, helvetica, geneva, sans-serif;
			font-size: 11px;
			color: #B01116;
			font-weight:bold;
		}
		
		
/* Divs */

	.topcontainer {	
			width: 100%;
			text-align: center;
			vertical-align:top;
		}
		
	.topinner {	
			width: 959px;
			text-align: left;
			margin-left: auto;
			margin-right: auto;				
		}
		
/* Links */

a:link { font-weight: bold; color: #B01116; text-decoration: none; }
a:visited { font-weight: bold; color: #B01116; text-decoration: none; }
a:hover { font-weight: bold; color: #B01116; text-decoration: underline; }				