html {
	
	}

body {
	width: 1000px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	}
	
	

	#content {
		width: 990px;
		height: 100%;
		font-family: "Times New Roman", Times, serif;
		margin-left: 5px;
		}
		
		.center {
			text-align: center;
			}
		
		#content p {
			font-family: "Times New Roman", Times, serif;
			}
			
			#content p a {
				color: #006699;
				text-decoration: none;
				}
				
				#content p a:hover {
					color: #85a02d;
					text-decoration: underline;
					}
		
			.green {
				color: #85a02d;
				font-style: oblique;
				}
			
			.superscript {
				color:#000000;
				font-size:xx-small;
				vertical-align:top;
				}
				
			.italic {
				font-style: oblique;
				}
			
			.bold {
				font-weight: bold;
				}
	
		/*#clientForm {
			height: 300px;
			width: 250px;
			margin-left: auto;
			margin-right: auto;
			}*/
	
	
