<!--
	/*Main CSS File*/
	
	body{
		background: #000000;
		color: #ffffff;
		margin: 0px auto 0px auto;
		padding: 0px;
		font-size: 0px;
	}
	
	img{
		border: 0px;
	}
	
	h1{
		display: block;
		font-size: 36px;
		font-weight: bold;
		padding: 5px 0px 0px 3px;
		margin: 5px 0 6px 0;
		text-align: left;
		border-bottom: 8px solid #f0f8ff;		
	}
	
	h2{
		display: block;
		font-size: 24px;
		margin: 0px;
		font-weight: bold;
		text-align: left;
		padding: 5px 0 0 3px;
	}
	
	h3{
		display: block;
		font-size: 18px;
		font-weight: bold;
		border-bottom: 8px solid #f0f8ff;
		text-align: left;
	}
	
	ul{
		list-style: none;
	}
	
	p{
		text-align: left;
	}
		
	.bar{
		background: transparent;
		font-size: 0px;
	}
	
	a:link,
	a:visited,
	a:active{
		background: transparent;
		color: #000000;
	}
	
	a:hover{
		color: #00a8ff;
	}
	
	.top{
		background: url(../images/1.png) no-repeat;
		width: 186px;
		height: 56px;
		font-size: 0px;
	}
	
	.middle{
		background: url(../images/2.png);
		width: 186px;
		padding: 0px;
	}
	
	.botton{
		background: url(../images/3.png);
		width: 186px;
		height: 12px;
		font-size: 0px;
	}
	
	/*Content CSS*/
	.content_top_left{
		background: url(../images/c1.png);
		width: 25px;
		height: 24px;
	}
	
	.content_top{
		background: url(../images/c2.png);
		height: 24px;
	}
	
	.content_top_right{
		background: url(../images/c3.png);
		height: 24px;
		width: 25px;
	}
	
	.content_middle_left{
		background: url(../images/c4.png);
		width: 25px;
	}

	.content{
		background: #ffffff;
		font-size: 14px;
		color: #000000;
		text-align: left;
	}
				
	.content_middle_right{
		background: url(../images/c5.png);
		width: 25px;
	}
	
	.content_bottom_left{
		background: url(../images/c6.png);
		width: 25px;
		height: 25px;
	}
	
	.content_bottom{
		background: url(../images/c7.png);
		height: 25px;
	}
	
	.content_bottom_right{
		background: url(../images/c8.png);
		height: 25px;
		width: 25px;
	}
	
	#lastm{
		text-align: center;
		font-size: 12px;
		font-weight: bold;
	}
	
	#pxhtml11 p:first-line{
		font-weight: bold;
	}
	
	.navigation{
		text-align: right;
		padding: 10px;
	}

-->
