
			
			
html, body {

	background-color: #FFFFFF;
	
	}
	
	
			
			p	{

			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #333333;

		}
		
		
h1	{

			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
			color: #666666;
			font-weight: bold;
			line-height: 1.1em;
			border-bottom: 2px solid #FF6600;
			border-right: 3px solid #FF6600;
			
			}
			
h2	{

			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #666666;
			line-height: 1.1em;
			border-bottom: 1px solid #FF6600;

			
			}
			
			
			
						
hr	{

			width: 80%;
			color: #666666;
			text-align: left;
			
			}
			
			

a:link{

				font-family: Arial, Helvetica, sans-serif;
				color: #666666;
				font-size: 12px;
				text-decoration: underline;
				
				}
				
				
a:visited {

				font-family: Arial, Helvetica, sans-serif;
				color: #999999;
				font-size: 12px;
				font-weight: bold;
				text-decoration: none;
				
				}
				
				
a:hover {

				font-family: Arial, Helvetica, sans-serif;
				color: #FF6600;
				font-size: 12px;
				font-weight: bold;
				text-decoration: none;
				
				}
				
				
a:active {

				font-family: Arial, Helvetica, sans-serif;
				color: #FF6600;
				font-size: 12px;
				font-weight: bold;
				text-decoration: none;
				
				}
				
				
				
caption {

			font-size: 1.2em;
			font-weight: bold;
			margin: 1em 0;
			
		}	
		
		
		
fieldset {

			margin: 1em 0;
			padding: 1em;
			border: 1px solid #666;
			background: #f8f8f8;
			
		 }
		 
		 
		 
legend {

					font-family: Arial, Helvetica, sans-serif;
					font-size: 12px;
					color: #333333;
					font-weight: bold;
			
		}
		
		
label {

			display: block;
			
		}
		
		
input {

			width: 100px;
			
	  }
	  
	  
textarea {

				height: 300px;
				width: 400px;
				
				}
	  
	  
input:focus, textarea:focus {

			background: #ffc;

			
		}	
