	body {
		background-color: #ffffff;
		color: #000000;
		background-image: url("components/bg2.gif");
		margin: 0px;
		padding: 10px 0 0 0;
		font-family: Arial, sans-serif;
		height: 100%;
		width: 100%;
		text-align: center;
		
		scrollbar-3dlight-color: #ffffff; 
		scrollbar-arrow-color: #7f8Eb7;
		scrollbar-base-color: #dbe1ed;
		scrollbar-darkshadow-color: #c4cae2;
		scrollbar-face-color: #c4cae2;
		scrollbar-highlight-color: #ffffff;
		scrollbar-shadow-color: #7f8Eb7;
	}
	
	a:link { 
		background-color: #dbe1ed;
		color: #000000; 
		font-size: 12px;
		text-decoration: none;
	}
	
	a:visited { 
		background-color: #dbe1ed;
		color: #000000; 
		font-size: 12px;
		text-decoration: none;
	}
	
	a:hover { 
		background-color : #c4cae2;
		color: #000000; 
		font-size: 12px;
		text-decoration: none; 
	}
	
	a.normal:link {
		background-color: transparent;
		color: red;
	}
	a.normal:visited {
		background-color: transparent;
		color: purple;
	}
	a.normal:hover {
		background-color: transparent;
		color: blue;
	}		
	
	.empty {
		background-color: #7f8Eb7; 
		float: left;
		color: inherit;
		border: #ffffff 2px solid;
		margin-top: 5px;
		margin-right: 6px;
		margin-left: auto;
		margin-bottom: auto;
		padding: 5px;
		width: 0.2cm;
		height: 4cm;
	}
	
	.selected {
		background-color: #f8cc99;
		float: left;
		color: inherit;
		border: #ffffff 2px solid;
		margin-top: 5px;
		margin-right: 6px;
		margin-left: auto;
		margin-bottom: auto;
		padding: 5px;
		width: 0.2cm;
		height: 4cm;
	}	
	
	p {
		font-size: 12px;
		background-color: inherit;
		color: #000000;
	}
	
	img {
		margin: auto;
		vertical-align: text-top;
		border: 0;
	}
	
	.nav { 
		text-align: right;
		text-transform: uppercase; 
		letter-spacing: 0.3cm;
		font-weight: bold;
	}
	
	td img {
		float: left;
	}
	
	#border {
		background-color: inherit;
		color: inherit;
		padding-top: 20px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 50px;
		margin-bottom: 20px;
		height: 600px;
		width: 650px;
		border: #000000 dashed 3px;
	}
	
	#imgborder {
		background-color: inherit;
		color: inherit;
		margin-top: 20px;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		padding: 15px;
		border: #000000 dashed 3px;
	}

	#container { 
		background-color: #ffffff;
		color: inherit;
		background-image: url("components/main.jpg");
		background-repeat: no-repeat;
		background-position: center center; 
		margin: auto;
		padding: 0;
		width: 600px;
		height: 400px;
		text-align: left;
	}
	
	#contents {
		float: left;
		background-color: white;
		color: inherit;
		background-image: url("components/bg_stencil.gif");
		background-repeat: no-repeat;
		background-position: 0% 0%;
		background-attachment: fixed;
		filter: alpha(Opacity=70);
		border: #ffffff solid 2px;
		overflow: auto;
		margin-top: 171px;
		margin-left: 5px;
		padding: 10px;
		width: 300px;
		height: 200px;
	}
		

	#box {
		background-color: transparent;
		color: inherit;
		text-align: center;
		margin: auto;
		padding: 0px 0px 0px 5px;
		width: 600px;
	}
	
	.vert {
		position: relative;
		float: left;
		background-color: inherit;
		color: inherit;
		border: #ffffff 2px solid;
		margin-top: 5px;
		margin-right: 6px;
		margin-left: auto;
		margin-bottom: auto;
		padding: 5px;
		width: 0.15cm;
		height: 4cm;	
	}
	
	.foot {
		float: right;
		text-align: left;
		padding-top: 5px;
		margin: auto;
		background-color: inherit;
		color: inherit;
		width: 195px;
	}
		
