html {
	overflow-y: scroll;
}

body {
	padding:20px 0 20px 0;
	background:url(images/back.gif) repeat-x #fff;
	font:11px verdana;
	color:#4d4d4d;
	line-height:16px;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}	

p {
	margin:10px 10px 0px 10px;
}

p.grid_8 {
	margin:10px 10px 0px 10px;
}

li {
	margin:0 10px 0px 10px;
}

h1,h2,h3,h4,h5,h6 {
	line-height:120%;
	font-weight:normal;
	font-family:arial;
	margin:15px 10px 0px 10px;
}

h1.grid_8 {
	margin:10px 20px 20px 20px;
}

h1 {
	font-size:16px;
	color:#444;
}

h2 {
	font-size:14px;
	color:#333;

}

h3,h4,h5 {
	font-size:12px;
	color:#333;

}




/* 
-----------------------------------------------------------------*/

.wai,
.notseen {
	display:none;
}

input, textarea, select, password, file {
	font:11px verdana;
	border:1px solid #c6c6c6;
	padding:2px;
	margin:0 0 4px 0;
}

select {
	padding:1px;
}

select optgroup {
	padding-left:2px;
}

select optgroup option {
	padding-left: 15px;
}

input[type=text]:focus, input[type=file]:focus,
input[type=password]:focus, textarea:focus {
	background: #F0F0F0;
}

input[type="submit"] {
	border:1px solid #c6c6c6;
	cursor:pointer;
	padding:1px;
	height:auto;
}

input[type=image] {
	border:0px solid #c6c6c6;
	cursor:pointer;
}
