/*
-----------------------------------------------
THE FIRM screen style
author:  briana kobbervig - www.u4eadesign.com
version:  1.1 - October 2006
----------------------------------------------- */

/* Sitewide text
----------------------------------------------- */


/* Page Structure
----------------------------------------------- */

/* all pages */


		body {
			font-family: Lucida Grande, Verdana, Arial, sans-serif;
			font-size: 65%;
			line-height: 135%;
			background-color: #FFF; /* Change Color, black: #161616, white: #FFFFFF */
			margin: 0;
			color: #999999;
		}
		
		/********************************************/
        /* HTML UNDER FLASH				*/
        /********************************************/
		
		table {
			font-family: Lucida Grande, Verdana, Arial, sans-serif;
			font-size: 105%;
			line-height: 135%;
			color: #333;
		}
		h2 {
			color: #D60C8C; /* Change Color, black: #C1D72F, white: #D60C8C */
			font-size: 110%;
			
		}
		
		table h1 {
			color: #161616;
			font-size: 100%;
			text-transform: uppercase;
			
			}
		
		table h2 {
			color: #262626; 
			font-size: 115%;
			padding-top: 10px;
		}
		table h3 {
			color: #666;
			font-size: 105%;
			padding: 0;
			
		}
		
		#htmlheader {
			width: 900px;
			height: 90px;
			margin: 0 auto;
			
		}
		
		#noflash {
			width: 600px;
			margin: 0 auto;
			
		}
		
		#pagecontent {
			background:url(../images/white/html_bg.jpg) no-repeat #FFF 50%; /* Change Image and Color */
			
		}
		
		#wrap {
			width: 600px;
			margin: 0 auto;
			
			height:345px;
			}
			
		/*	Links */
		a:link {color: #D60C8C; text-decoration: underline;}
		a:visited {color: #D60C8C; text-decoration: underline;}
		a:hover {color: #161616; text-decoration: underline;}
		a:active {color: #161616; text-decoration: underline;}
		
		table a:hover {color: #000; text-decoration: underline;}
		table a:active {color: #000; text-decoration: underline;}
