	* {
				z-index: 				1;
				margin:				0px;
				padding: 				0px;
				font-family:			verdana;
				font-size:			12px;
			}
			
			h1 {
				font-size:			17px;
				margin-bottom:		10px;
			}
			
			a {
				text-decoration:		none;
				color:				#000000;
			}
			
			input {
				border:				1px solid black;
				color:				black;
				background-color:		white;
				width:				200px;
			}
			
			input[type=submit] {
				width:				202px;
				background-color:		#e2e2e2;
			}
			
			input[disabled=disabled] {
				background-color:		#da4949;
			}
			
			td.inform {
				width:				120px;
			}
			
			td {
				vertical-align:			top;
			}
			
			img {
				display:				block;
				border:				0px;
			}
			
			div#main {
				width:				700px;
				position:				relative;
				margin:				10px 0px 10px 0px;
				left:				50%;
				margin-left:			-350px;
				border:				1px solid black;
			}
			
			div#main_content {
				padding:				6px;
				position:				relative;
			}
			
			tr.hoverme:hover {
				background-color:		#e2e2e2;
			}
			
			p.anotherblock {
				margin-top:			20px;
			}
			
			div.anotherblock {
				margin-top:			20px;
			}
			
			div#main_error {
				font-size:			10px;
				background-color:		#da4949;
				border-bottom:		1px solid black;
			}
			
			img#main_logo {
				position:				absolute;
				top:					0px;
				left:				0px;
				width:				700px;
				height:				200px;
			}
			
			div#main_navi {
				background-color:		#e2e2e2;
				position:				relative;
				border-top:			1px solid black;
				border-bottom:			1px solid black;
				height:				26px;
			}
			
			div#main_navi span {
				position:				absolute;
				cursor:				pointer;
				top:					0px;
				padding-top:			5px;
				padding-bottom:			6px;
				padding-left:			10px;
				padding-right:			10px;
				border-right:			1px solid black;
			}
			
			div#main_navi span a {
				width:				100%;
				height:				100%;
			}
			
			div#main_navi span:hover {
				background-color:		#c2c2c2;
			}
			
			div#main_navi span#active {
				background-color:		#c2c2c2;
			}
			
			div#main_footer {
				background-color:		#e2e2e2;
				position:				relative;
				border-top:			1px solid black;
				font-size:			10px;
				text-align:			center;
				padding-top:			10px;
				height:				40px;
			}
