
	
/*BODY STYLES*/
		div	{	align: center;
				}
				
		body {	font-family: "Futura", Helvetica, Arial; 
				color: ##CC0000; 
				font-weight: normal;
				background-color: #FFFFFF;
				margin: 0;  
				padding: 0; 
				font-size: small;
				font-style: normal;
				font-weight: normal;
				text-align: left; 	
				}

/*TABLE STYLES*/				
		table {	align: left; 
				table-layout; fixed;
				}
			.page	{width: 600px; 
					 vertical-align: top;
					 }
			.main	{width: 450px;}
			
		td {border: 0px; 
			margin: 0;}
			#header		 { 	position: relative; 
							top: 1px; 
							float: center;
							margin: 0;
							}
			
			#mainContent {	text-align: left; 
							background-color: #FFFFFF;
							font-weight; normal;
							color: #CC0000;
							font-size:10pt;
							width: 450px;
							padding: 1px
							border: 1px;
							}
			#footer		 { 	position: absolute;
							width: 600px;
							font-weight: normal;
							font-size: 8pt;
							text-indent 10px;
							}
			#form {			position: fixed; 
							top: 100px; 
							left: 200px; 
							width: 400px; 
							left: 50; 
							table-layout: fixed;
							border: 3px; 
							width: 375px; 
							text-align: left; 
							font-size: 9pt; 
							font-style: bold;
							
							}
			.sidebarl		 {	float: left;
							width: 150px;  
							background-color: #FFFFFF;
							font-size: 14pt; 
							padding: 6px; 
							text-align: left; 
							text-decoration: none;
							vertical-align: text-top;
							border: 2px;
							border-color: #CC0000;
							}
			.gallery {		width: 450px;
							vertical-align: baseline;
							font-weight: bold;
							color: #000000;
							font-size: 9pt;
							margin: 3px;
							margin-bottom: 2px;
							margin-top: 2px;
							padding: 2px;
							text-indent: 2px;
							border: 10px;
							border-color: #FFFFFF;
							}
	
		
		
/*FONT STYLES*/
		p {	margin: 4px;
			font-size: 12pt;
			color: #CC0000;
			 }
			.footer {	text-align: right; 
					 	font-size: 8pt;
					 	font-weight: bold;
						}
			.main 	{	font-size: 10pt; 
					  	}
			.title {	font-style: bold;
						}	
			.link {		text-decoration: none;
						font-style: bold;
						}
			.copy {		text-align: left;
						text-indent: 2px;
						font-size: 8pt;
						font-style: oblique;
						}
		
			
			
		h1 {font-family: "Futura", Helvetica, Arial; 
			font-weight: bold; 
			font-size: 12pt; 
			color: #FFFFFF; 
			vertical-align: baseline; 
			text-decoration: underline; 
			}
		h2	{font-size: large;
			 font-weight: bold;	
			}
		h3	{ text-decoration: bold;
			  color: #CC0000;
			  font-weight: normal;
			  font-style: italic;
			 }
		h4 {font-size: 9pt;}
	
		
		.fltrt { 	float: right;
					margin-left: 8px;
						}
		.fltlft { float: left;
				   margin-right: 8px;
					}
		.clearfloat { 	clear:both;
    					height:0;
    					font-size: 1px;
    					line-height: 0px;
							}
							
							
		/*LINK STYLES*/
		a:link {			color: #CC0000; 
							padding: 2px; 
							text-decoration: none; 
							font-family: "Futura", Helvetica, Arial; 
							font-weight: bold;
							}
		a:visited {			font-style: normal;
							color: #FF0000;
							text-decoration: none;
							}
		a:hover {			cursor: default; 
							font-weight: bold;
							text-decoration: none;
							}
		a:active {			font-size: large; 
							}
			
body,td,th {
	color: #CC0000;
}

		
		
		img {border: 0px; float: center; }
		hr {width: 600px; 
			text-align: left;
			position: fixed;
			}
