/* CSS Document */
			body, p, span, td {
				font-family: Georgia, Arial, Verdana;
				font-size: 12pt;
				color: black;
			}
			
			#container {
				padding: 0px; 
				margin: 0px; 
				float: left; 
				width: 760px;
			}
			
			#menuback {
				width: 760px; 
				float: left; 
				padding: 0px; 
				margin: 0px; 
				padding-bottom: 24px; 
				margin-bottom: 16px; 
				background-image: url(header.gif); 
				background-repeat: no-repeat; 
				text-align: right; 
				padding-right: 16px; 
				padding-top: 137px; 
				padding-left: 0px;
			}
			
			#maincontent {
				width: 760px; 
				float: left; 
				padding-right: 16px; 
				padding-left: 16px; 
				margin: 0px;
			}
			
			#width340 {
				width: 340px; 
				float: left; 
				padding-right: 16px; 
				padding-left: 16px; 
				padding-bottom: 8px;
				margin-left: 0px;
				margin-right: 0px;
			}
			
			#breaker {
				width: 760px; height: 0px; float: left; padding: 0px; margin: 0px;
			}	
			
			#width340 a:link {
				color: #993333;
				text-decoration: none;
			}

			#width340 a:active {
				color: red;
				text-decoration: none;
			}
			
			#width340 a:visited {
				color: #993399;
				text-decoration: none;
			}						
			
			#width340 a:hover {
				color: #ff3333;
				text-decoration: none;
			}
			
			#width440 {
				width: 440px; 
				float: left; 
				padding-right: 16px; 
				padding-left: 16px; 
				padding-bottom: 8px;
				margin-left: 0px;
				margin-right: 0px;
			}
			
			#slim350 {
				width: 354px; 
				float: left; 
				padding-right: 4px; 
				padding-left: 4px; 
				padding-bottom:4px;
				margin-left: 0px;
				margin-right: 0px;			
			}
			
			#width110 {
				padding-left: 0px;
				padding-right: 4px;
				padding-bottom: 4px;
				margin: 0px;
				float: left;
				width: 110px;
			}
			
			#width240 {
				width: 240px; 
				float: left; 
				padding-right: 16px; 
				padding-left: 16px; 
				padding-bottom: 8px;
				margin-left: 0px;
				margin-right: 0px;
			}								
			
			#maincontent a:link {
				color: #990000;
				font-weight: bold;
				text-decoration: none;
			}

			#maincontent a:active {
				color: #ff0000;
			}
			
			#maincontent a:visited {
				color: #cc0000;
				font-weight: bold;
				text-decoration: none;				
			}

			#maincontent a:hover {
				color: #ff0000;
				text-decoration: underline;
			}
			
			.buttonnosel {
				border-width: 1px 1px 0px 1px;
				border-color: #FF3333;
				border-style: solid;
				background-color: #ff9999;
				padding-left: 8px; 
				font-weight: bold;
				padding-right: 8px;
			}
			
			.buttonsel {
				border-width: 1px 1px 0px 1px;
				border-color: #999999;
				border-style: solid;
				font-weight: bold;
				background-color: #ffcccc;
				padding-left: 8px; 
				padding-right: 8px;
			}
			
			.buttonnosel a:link {
				color: #333333;
				text-decoration: none;
			}

			.buttonnosel a:active {
				color: red;
				text-decoration: none;
			}
			
			.buttonnosel a:visited {
				color: #333333;
				text-decoration: none;
			}						
			
			.buttonnosel a:hover {
				color: #993333;
				text-decoration: none;
			}			
						
		
			body { 
				background-image: url(background.gif); background-repeat: repeat-x;
				padding-left: 0px;
				padding-right: 0px;
				padding-top: 0px;
				padding-bottom: 0px;
				margin-left: 0px;
				margin-right: 0px;
				margin-top: 0px;
				margin-bottom: 0px;
			}
			
			.table {
				background-image: url(header.gif); background-repeat: no-repeat;
			}

