	
	
	body {
		background: #515151 url('images/bg.gif') repeat-y top center;
		margin: 10px 0 0 0;
	}
	
	body, table, tr, td, input, textarea, select, option {
		font: normal normal 11px "Verdana", "Arial", sans-serif;
		color: #525252;
	}
	
	a {
		font-weight: bold;
		color: #3f93cf;
	}
	
	a img {
		border: 0;
	}
	
	form {
		margin: 0;
		padding: 0;
	}
	
	.top {
		font: normal normal 12px "Verdana", "Arial", sans-serif;
		color: #fe9400;
	}
	
		.top a {
			font: normal bold 12px "Verdana", "Arial", sans-serif;
			color: #616161;
			text-decoration: none;
		}
		
		.top a:hover {
			text-decoration: underline;
		}
	
	.line {
		margin-top: 3px;
		padding: 0 0 0 10px;
		background: #fea700 url('images/line-bg.gif') repeat-x top left;
	}
	
	.subline {
		margin-top: 3px;
		background: #48a4e5 url('images/subline-bg.gif') repeat-x top left;
		padding: 8px 10px;
		color: #ffffff;
	}
	
		.subline a {
			color: #ffffff;
			font-weight: bold;
		}
	
	ul.menu {
		list-style: none;
		margin: 0;
		padding: 0;
		background-color: #626262;
	}
	
		ul.menu li {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
			ul.menu li a {
				display: block;
				font-weight: normal;
				font-size: 10px;
				width: 175px !important;
				width: 185px;
				padding: 2px 0 4px 10px;
				color: #ffffff;
				text-decoration: none;
			}
			
				ul.menu li a:hover {
					background-color: #787878;
					text-decoration: underline;
				}
	
	
	ul.right {
		list-style: none;
		margin: 0;
		padding: 0;
		background-color: #626262;
	}
	
		ul.right li {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
			ul.right li a {
				display: block;
				font-weight: normal;
				font-size: 10px;
				width: 107px !important;
				width: 120px;
				padding: 6px 0 6px 13px;
				color: #ffffff;
				text-decoration: none;
				background: #9d9f9e url('images/right-bg.gif') no-repeat top left;
			}
			
				ul.right li a:hover {
					text-decoration: underline;
				}
	
	.footer {
		background: #ffc000 url('images/footer-bg.gif') repeat-x top left;
		color: #ffffff;
		height: 40px;
		text-align: center;
		padding-top: 8px;
	}
	
		.footer a {
			font-weight: bold;
			color: #ffffff;
		}
		
		.footer div, .footer div a {
			padding-top: 5px;
			color: #515151;
			font-weight: normal;
		}
	
	