body {
	scrollbar-face-color: #E6F0E5;
	scrollbar-highlight-color: #E6F0E5;
	scrollbar-3dlight-color: #999;
	scrollbar-darkshadow-color: #999;
	scrollbar-shadow-color: #E6F0E5;
	scrollbar-arrow-color: #999;
	scrollbar-track-color: #E6F0E5;
	
	font: normal x-small "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
	color: #666;
	text-align: justify;
	background-color: #E6F0E5;
	}

p {
	margin: 25px 0 0 0;
	text-align: center;
	font-size: small;
}

/*p.p2 {
	text-transform: uppercase;
}*/
	
p.p1 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	text-align: center;
	font-size: xx-small;
}
	
h3 {
	color: #393;
	font-size: small;
	font-weight: normal;
	margin: 20px 0 10px 0;
	text-align: center;
	}

a:link, a:visited {
	color: #393;
	text-decoration: none;
	}

a:hover, a:active {
	color: #fff;
	background: #393;
	}

ul {
	margin: 0;
	padding: 0 23px 10px 27px;
	list-style: none;
	line-height: 1.2em;
	}

li {
	padding-bottom: 5px;
	}
	
#container {
	position: relative;
	top: 0px;
	width: 401px;
	height: 301px;
	background-color: #fff;
	}
