/* CSS RESET */
* {
margin : 0 0 0 0; 
padding : 0 0 0 0; 
} 
/* CSS RESET */

body {
	background-color : #ffffff;
	margin: 0em auto;
	padding: 0em;
	font : normal 0.815em/1.45em Geneva, Tahoma, Verdana, Arial, Georgia, sans-serif;
 	text-align: left;
}

#wrap {
	width: 800px;
	height: 95%;
	background: url(../img/img_background.gif) top center repeat-y;
	margin: 0em auto;
	margin-top: 10px;
	padding: 0em;
	background-color: rgb(255,255,255);
	border-bottom: solid 1px #dddddd;	
}

/*** Correction for non-IE browsers ***/
#wrap {
	overflow: hidden;
}

/*** Correction for IE 5.01 ***/
#wrap {
/*	float: left; */
	float: none;
}

/*** Correction for Safari 1.x ***/
* > #footer, * > form, * > #notes, * > .output {
	position: relative;
	z-index: 1000;
}

/**************/
/*   HEADER   */
/**************/


.border {
	border: 1px #dddddd;

}

a {
	background-color: inherit;
	color: rgb(100,100,100);
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #003;
	text-align: right;
}



h1 {
	font-size: 24px;
	line-height: 30px;
}

h3 {
	font-size: 18 px;
}

ul li {
	text-decoration: none;
	text-indent: 2px;
	list-style-type: none;
}

.style1 {
	font-size: 16px;
	font-weight: bold;
	color: #36C;
}
.style2 {
	font-size: 20px;
	font-weight: bold;
}
.style3 {font-style: italic}
.style4 {font-size: 0.7em}
.style5 {
	color: #FFFFFF;
	font-weight: bold;
}
.style6 {color: #FFFFFF}
