@charset "UTF-8";
/* CSS Document */



BODY {
	margin:0;
	padding:0 0 20px 0;
	}
IMG {
	border: none;
	}
A {
	text-decoration: none;
	outline: none;
	color:#006699;
	}
A:hover {
	text-decoration: underline;
	}
DIV {
	position:relative;
	float:none;
	margin:auto;
	padding:0;
	width:745px;
	}
FORM {
	margin:0;
	padding:0;
	}
FIELDSET {
	margin:0;
	padding:0;
	border:0;
	}
H1 {
	margin:0;
	padding:20px 0 20px 0;
	}
H2 {
	position:absolute;
	right:0;
	top:0;
	margin:0;
	padding:0;
	}
P {
	float:left;
	margin:0 0 10px 5px;
	width:320px;
	font-family:Tahoma, sans-serif;
	font-size:0.8em;
	color:#555;
	}
ADDRESS {
	float:right;
	margin-right:50px;
	width:330px;
	font-family:Tahoma, sans-serif;
	font-size:0.9em;
	font-style:normal;
	color:#444;
	}
ADDRESS SPAN {
	display:block;
	margin:0 0 5px 0;
	}




/* all  
-------------------------------------------------------------- */
.clear {	clear: both;	}
.hidden {	display: none;	}
.left {	float: left;	}
.right {	float: right;	}
.txt-center	{	text-align:center;	}
.txt-left	{	text-align:left;	}
.txt-right	{	text-align:right;	}
	
/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    clear: both; 
    visibility: hidden;
	height: 0;
	line-height: 0;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */