/* CSS Document */

.header
{
   background-image: url(../IMAGES/header.jpg);
   background-repeat:no-repeat;
}

.body
{
    background-image: 	
	background-repeat:no-repeat;
	height:500px;
}

.box
{
    background-image: url(../IMAGES/box1.gif);
	background-repeat:no-repeat;
	height:380px;
}

.textbox1
{
    color:#FF9933;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:50px;
	height:25px;
    background: transparent;
	border:none;
}
.textbox2
{
    color:#FF9933;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:60px;
	height:25px;
    background: transparent;
	border:none;
}

.btnimg
{
   background-image:url(../IMAGES/visitsite.gif);
   cursor:hand;
   width:202;
   height:35; 
}

.verdana { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}
.verdanagrey { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	text-decoration: none;
}
.btn_go {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	background-color: #FF9900;
	cursor: default;
	height: 20px;
	width: 24px;
	border: #FF9900 1px;
}
