		body {
			background-color: #A40000;
			text-align: center;
			-moz-outline: none;
			margin: 20px;
		}
		#main {
			background-image: url('graphics/background.gif');
			background-repeat: repeat-y;
			
			width: 800px;
			height: 600px;
					
			margin-right: auto;
			margin-left: auto;
			padding: 0px;
			border: 0px;
			text-align: left;
		}
		#main_frame {
			border: 0px;
			
			position: absolute;
			
			width: 630px;
			height: 400px;
			margin-left: 75px;
			margin-right: 75px;
			margin-top: 100px;
			margin-bottom: 100px;
			
			
			
			color: #A2A2A2;
		}
		a	{
			color: red;
			text-decoration: underline;
		}
		a.nocolor { 
			color: #A2A2A2;
		}
		a:hover {
			text-decoration: none;
		}
		img {
			border: 0;
		}
		
		.image_left {
			float: left;
			margin-right: 15px;
		}
		.image_right {
			float: right;
			margin-left: 15px;
		}
		.image_portrait {
			margin: 5px;
		}
		
		.text_right {
			float: right;
		}
		.vertical_center {
			margin-top: 10%;
			margin-bottom: 10%;
		}
		.page_middle {
			margin-top: 5%;
			margin-left: 15%;
		}
		
		pre, p, li, h1, h2, .caption, blockquote {
			font-family: verdana;
			font-size: 11px;
		}
		td {
			font-family: verdana;
			font-size: 15px;
		}
		.description {
			font-size: 10px;
		}
		
		hr {
			height: 1px;
			width: 100%;
			color: #A2A2A2;
		}
		table {
			width: 100%;
		}
	
		ul {
		   list-style-image: url('graphics/bullet.gif');
		}

		li {
		   padding-bottom: 4px;
		}
		
		.caption {
			font-style: italic;
		}
		
		.sp_move {
			color: #E2E2E2;
		}