/* General ------------------------------------------------------------ */

	body 
		{	
		background-color:#fffffff;
		text-align:center;
		padding:0px;
		font-family:verdana, arial, helvetica, sans-serif;
		font-size:14px;
		color: #666666;
		}
	

	img 	
		{
		border:0px;
		padding:1px;
		}
	
	hr 
		{
		color: #999999; 
		height:1px;
		}

/* Hyperlink styles ------------------------------------------------------ */

	a {text-decoration: none}
	a:link {color: #666666}
	a:visited {color:#999999}
	a:hover {color: #cccccc;}
	a:active {color: #cccccc}
	a:hover img {color: #000000; background-color:#000000;}

/* Text styles -------------------------------------------------------- */

	
	.header 
		{
		font-size: 30px;
		}

	.underlinereg 
		{
		font-size: 14px;
		text-decoration:underline;
		}

	.textbg 
		{
		font-size:20px;
		}

	.textreg {
		font-size: 14px;
		}

	.textsm {
		font-size: 12px;
		}


/* Structure of all pages ------------------------------------------------- */

	#frame {
		position:relative;
		margin:0px auto 0px auto;
		width:600px;
		height:615px;
		overflow:visible;
		text-align:left;
		}

		
	.centercontent
		{
		position:absolute;
		width:500px;
		height:550px;
		margin-left:10px;
		margin-top:100px;
		text-align:center;
		overflow:visible;
		}

	.headeronly
		{
		position:absolute;
		width:600px;
		height:50px;
		margin-left:-45px;
		margin-top:15px;
		text-align:center;
		}
	
	.gallery
		{
		position:absolute;
		width:600px;
		height:50px;
		margin-left:-45px;
		margin-top:15px;
		text-align:center;
		}
		
	.navbottom
		{
		position:absolute;
		width:500px;
		height:200px;
		margin-left:10px;
		margin-top:500px;
		text-align:center;
		}

	.alignleft
		{
		font-size: 14px;
		text-align:left;
		}

/* Form styles ------------------------------------------------- */

	.formwrapper
		{
		position:absolute;
		width:430px;
		height:550px;
		margin-left:40px;
		text-align:center;
		overflow:visible;
		}

		
	label
		{
		font-size: 14px;
		color: #666666;
		text-align:left;
		float: left;
		width: 100px;
		margin-bottom:10px;
		
		}


	.fmtext, .fmtextarea
		{
		width: 312px;
		background-color: #ffffff;
 		border: 1px solid #cccccc;
		font-size:12px;
		font-family:verdana, arial, helvetica, sans-serif; 
		}

	.fmtextarea
		{
		height: 145px;
		}

	.fmverify
		{
		width: 248px;
		background-color: #ffffff;
 		border: 1px solid #cccccc;
		font-size:12px;
		font-family:verdana, arial, helvetica, sans-serif; 
				}
	
	.verify_img
		{
		margin-top:-5px;
		display: inline;
		float:right;
		}
	
	.submit
		{
		margin-left: 108px;
		width: 90px;
		}

	
	.inline
		{
		display: inline;
		}
	