/* CSS Document */
	body {
		/*background:#fff;    fff0cc*/
		background:#555555;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		margin: 0;
		background-image: url(../images/grad.gif);	
		background-repeat: repeat-x;
		background-attachment:fixed; 		
		}
	
	#frame {
		width:755px;
		margin:10px auto;
		padding:0px;
		border: 1px solid #999; 
		background:#fefefe;
		}
		
	#content {
		margin-top:10px;
		padding:0px;
		}

	#footer {
		margin-top: 20px;
		border-top: 0px solid #CCC;
		padding:10px 0px 5px 0px;
		}
		
	#footer p {
		font-size:10px;
		color:#666;
		font-family:Arial, Helvetica, sans-serif;
		text-align:center;
		}
	
	#footer a {
		color:#666;
		text-decoration:none;
		}

	#footer a:hover {
		text-decoration:underline;
		}
		
	p,pre {
		margin:0px 0px 20px 0px;
		}
		
	h1 {
		font-size: 14px;
		margin: 20px 0 5px 0;
		}

	label {
		font-weight: bold;
		}	
	
	.small {
		font-size:10px;
		}
	
	.greybg {
		background-image: url(../images/boxgrad.gif);	
		background-repeat: repeat-x;		
		/*background-color: #DCDCDC;*/
		padding: 6px;
		border: 0px solid #C0C0C0;
		}
	
	div.survey {
		padding: 0px 10px 10px 10px;
		}
	
	.error {
		color: #F00;
		}

	.textSmall{	
		font-size: 9px;  
		color: #000;  
		font-family: Verdana, Helvetica, sans-serif;
		}

	a.link {  
		color: #f60;
	  	text-decoration: none;
	  	font-weight: bold;
	 	 }
	a.link:visited { color: #f60;}
	a.link:hover { color: #f60; }
		
	input.btn {
		color: #FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size:14px;
		border: 1px solid #000000;
		background-color: #DCDCDC;
		border-top-color: #A9A9A9;
		border-left-color: #A9A9A9;
		border-right-color: #363636;
		border-bottom-color: #363636;
		cursor: pointer;
		cursor: hand;	
		text-decoration: underline;
		}

	input.btn_mouseover{
		background-color: #CC0717;
		border-top-color: #FAA;
		border-left-color: #FAA;
		border-right-color: #800000;
		border-bottom-color: #800000;
		}
		
	#submit1 input{
		border:1px solid #7f9db9;
		background-color:#a8a8a8;	
		margin-left: 72px;
	}
	
	.text-other input {
		border:1px solid #7f9db9;
	}
	
	.text-other select {
		border:1px solid #7f9db9;
	}
	
	.text-other textarea {
		border:1px solid #7f9db9;
	}