body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color:#000000;
}

h1 {
	font-size: 20px;
	color: #336699;
	margin-top:5px;
}

h2 {
	font-size: 16px;
	color: #336699;
}

p {
	text-align:justify;
}
a {
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
.footer{
	font-size:9px;
}

/* VALID CSS TABS */
#tabs ul {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
	font-size:12px;
	font-weight:bold;
	margin:auto;
}
#tabs li {
	display:inline;
}
#tabs a {
	float:left;
	text-decoration:none;
	color:white;
	background-color: #669933;
	padding:0 0.6em;
	border-right:1px solid white;
	background-image:url(../images/graphics/corner-6px.png);
	background-position:inherit;
	background-repeat:no-repeat;
}
#tabs .right a {
	border-right:1px solid #669933;
}
#tabs a:hover {
	background-color:#8cb85c;
}
/* END VALID CSS TABS */
#outer {
	width: 740px;
	margin: 0 auto;
	text-align: left;
	background: #FFFFFF;
	position: relative;
	background: #E0DBD2 url(../images/main-bg.gif) repeat-y center top;
}
#loading {
	visibility:visible;
	margin:auto;
 	padding:0px 10px;
 	background-color:#c0c0c0;
 	text-align:center;
}
