body{
	margin: 0px;
	padding: 17px 0px 14px 0px;
	background: url(../_images/bkg.gif) #FFF;
	text-align: center;
}
img{
	margin: 0px;
	border: 0px;
}
p{
	margin: 0px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	line-height: 17px;
	text-align: justify;
	color: #000;
}
h1{
	margin: 0px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	line-height: 27px;
	text-align: justify;
	color: #F90;
}
a.dark:link{
	text-decoration: none;
	color: #369;
}
a.dark:visited{
	text-decoration: none;
	color: #369;
}
a.dark:hover{
	text-decoration: none;
	color: #69C;
}

#container{
	margin: 0px auto;
	width: 777px;
}
#all{
	padding: 0px 14px 0px 13px;
	background: url(../_images/page_bkg.gif) #FFF;
	text-align: left;
}
#top{
	width: 777px;
	height: 13px;
}
#bottom{
	width: 777px;
	height: 16px;
}
#header{
	margin: 0px 0px 10px 0px;
	width: 750px;
	height: 52px;
	background: url(../_images/header.gif);
	text-align: left;
}
#grey_box{
	float: left;
	margin: 0px 9px 0px 0px;
	width: 196px;
	background: #EEE;
	overflow: hidden;
}
#grey_border{
	width: 196px;
	height: 10px;
}
#grey_contents{
	padding: 0px 10px 0px 10px;
}
#copy{
	clear: both;
	padding: 10px 10px 10px 30px;
	text-align: left;
}
.text{
	letter-spacing: normal;
	font-size: 11px;
}
.copy{
	width: 430px;
	color: #CCC;
	letter-spacing: normal;
}

form {
					border: solid 1px #CCC;
					padding: 11px;
					background: #F1F8FE;

					color: #333;
					margin-left: 200px;
					width: 300px;
				}
					
				
					input, select, textarea {
						font-family: Tahoma, Verdana, Arial;
						font-size: 11px;
					}