

		body
			{
				background-image:url('/images/gradient.png');
				background-repeat: repeat-x;
				font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
				font-size: 10pt;
				color: #000000;
				margin: 0 0 0 0;
				background-color: #fff;
				text-align: center;
			}
		#main_content
			{
				text-align: left;
				margin: 0px auto;
				vertical-align: top;
				padding: 0 0 0 0;
				width: 850px;
			}
		#title
			{
				text-align: right;
				color: white;
				font-size: 8pt;
				background-image:url('/images/logo.png');
				background-position: 0px 10px;
				background-repeat: no-repeat;
				height: 145px;
				width: 100%;
			}


		#menu
			{
				position: absolute;
				margin-top: -60px;
				width: 850px;
				height: 56px;
			}
		#menu table tr td a
			{
				color: #000;
				text-decoration: none;
			}
		#menu table tr td
			{
				font-family: Arial, Helvetica, sans-serif;
				color: #000;
				font-weight: bold;
				font-size: 16px;
			}
		#address_block
			{
				float: right;
				text-align: left;
				color: black;
			}
		#content
			{
				padding: 4px 4px 4px 4px;
				width: 850px;
			}
		#links
			{
				float: right;
				background-color: #fff;
				margin-right: -12px;
				padding-left: 5px;
				width: 200px;
				border: 2px solid #a0a0a0;
				border-radius: 5px;
				-moz-border-radius: 5px;
				behavior:url('/inc/border-radius.htc');
				font-size: 12pt;
				font-weight: bold;
			}
		#links a 
			{
				color: #000;
				text-decoration: none;
			}
		
		#links ul 
			{
    		list-style: square outside url("/images/small_bullet.png");
    		margin: 0;
    		padding: 8px 18px; 0 0;
    	}
    
		#links ul li 
			{
		    color: #1577B5;
		    padding: 0 0 5px 0;
		    font-size: 9pt;
		    font-weight: normal;
			}
		
		
		
		
		.txt_title
			{
				font-family: Arial, sans-serif;
				font-size: 11pt;
				font-weight: bold;
				color: #F12519;
			}	
		.txt_main
			{
				font-family: Arial, sans-serif;
				font-size: 11pt;
				font-weight: normal;
				color: #000000;
			}
		.txt_small
			{
				font-family: Arial, sans-serif;
				font-size: 8pt;
				font-weight: normal;
				color: #000000;
			}
		#footer
			{
				background-color: #fff;
				text-align: center;
				color: #000;
				font-size: 8pt;
				width: 100%;
				font-weight: bold;
			}
		#footer table tr td a
			{
				text-align: center;
				color: #000;
				font-size: 8pt;
				font-weight: bold;
				text-decoration: none;
			}			
			
		h2
			{
				padding: 0 0 0 0;
				margin: 0 0 0 0;
			}
		h2 a
			{
				color: #308d94;
				font-size: 11pt;
				font-weight: bold;
				text-decoration: none;
			}
		FIELDSET
			{
				font-size: 8pt;
				color: #808080;
				font-style: italic;
			}
			
		FIELDSET input
			{
				color: #303030;
				font-weight: normal;
				border: 1px solid #000;
				font-size: 12px;
				color: #308d94;
			}
	
		FIELDSET select
			{
				color: #303030;
				font-weight: normal;
				border: 1px solid #000;
				font-size: 12px;
			}
			
		label {
	    display: block;
	    width: 150px;
	    float: left;
	    margin: 2px 4px 6px 4px;
	    text-align: right;
	    color: #308d94;
	    font-weight: bold;
	    font-size: 9pt;
		}
		br { clear: left; }
		#home_list1
			{
			list-style-position: inside;
			}
		.redmenu
			{	
				background-color: red;
				border-radius: 10px;
				-moz-border-radius: 10px;
				behavior:url('/inc/border-radius.htc');

			}
		.redmenu a
			{
				color: white;
			}

