p,body  {
	font-size: 12px;
	font-family: verdana, sans-serif;
	font-style: normal;
	color: black;
	font-weight: normal;
	text-align: justify;	
}

body {
	background: white;
    background-attachment: fixed;
    background-image: url(back.jpg);
    background-repeat: no-repeat;
    background-position: left top;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #C0C0C0;
	scrollbar-3dlight-color: #808080;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #4F4F4F;
	scrollbar-arrow-color: #C0C0C0;
	scrollbar-track-color: #FFFFFF;
}

li  {
	font-size: 12px;
	font-family: verdana; sans-serif;
	font-weight: normal;
	font-style: normal;
	color: black;
}

td,th  {
	font-size: 12px;
	font-family: verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: black;
	text-align: left;
}

th {
	font-weight: bold;
	vertical-align: top;
}


h1  {
	font-size: 18px;
	font-family: verdana; sans-serif;
	font-weight: bold;
	font-style: normal;
	color: black;
	margin-bottom: 18px;	
}

h2  {
	font-size: 15px;
	font-family: verdana; sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #855915;
	margin-bottom: 18px;
}

h3  {	
	font-size: 12px;
	font-family: Verdana; sans-serif;
	font-weight: bold;
	font-style: normal;
	color: black;
	margin-bottom: 18px;
}

hr  {
	width: 100%;
	color: black;
}

hr.thin {
	height: 1px;
}


a:link  {
	text-decoration:none;
	color: maroon;
}

a:visited  {
	text-decoration:none;
	color: maroon;
}

a:hover  {
	text-decoration:none;
	color: red;
}

a:focus  {
	text-decoration:none;
	color: red;
}

a:active  {
	text-decoration:none;
	color: red;
}



input,select,textarea {
	font-family: verdana, sans-serif;
	color: black;
	/*border:1px solid gray;*/
	background:transparent;
}

input.button,button {
	cursor:hand;
}

input.radio,input.checkbox {
	/*border:none;*/
}

div.title {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 60px; 
	background: transparent; 
	text-align: center;
	padding-top: 27px;
	font-size: 22px; 
	font-weight: bold; 
	color: black; 
	z-index: 100
}

div.main {
	position: absolute; 
	top: 40px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 50px;
	padding-right: 164px;
	background: transparent;
}

div.text_sample {
	font-size: 90%;
	line-height: 100%;
	margin-top: 4px;
}

