/* CSS Document */



body{
	background:#000000;
	margin:0px;
	padding:0px;
	}
.header{
		width:612px;
		height:24px;
		background-image:url(../images/banner.jpg);
		background-repeat:no-repeat;
		background-position:center;
		}
.top{
	background-image:url(../images/top-bg.jpg);
	background-repeat:no-repeat;
	height:36px;
	}
.middle{
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-y;
	height:36px;
	
	}
	.footer{
	background-image:url(../images/foot-bg.jpg);
	background-repeat:no-repeat;
	height:36px;
	}
.headding{
			font-family:Arial, Helvetica, sans-serif;
			font-size:18px;
			color:#cf0000;
			font-weight:bold;
			text-align:center;
		}
.heading{
			font-family:Arial, Helvetica, sans-serif;
			font-size:18px;
			color:#cf0000;
			font-weight:bold;
			text-align:left;
		}		
.text{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#000000;
		text-align:left;
		height:20px;
	}
.input{
		width:230px;
		height:15px;
		background:#FFFFCC;
		float:center;
		}

.input1{
		width:130px;
		height:15px;
		background:#FFFFCC;
		float:center;
		}
.text1{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#0000FF;
		text-decoration:underline;
		}
		.text1:hover{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#0000FF;
		text-decoration:none;
		}
.button
{
display:none;
}		
