body {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	color: #333;
}

#container {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	color: #333;
	background-image: url(../images/bg_container.jpg);
	background-repeat: repeat-y;
}

h1 {
	text-align       : right;
	background-color : #FFFFFF;
	font-family      : Verdana,Arial,Helvetica,sans-serif;
}


h2 {
	background-color : #1E90FF;
	font-family      : Verdana,Arial,Helvetica,sans-serif;
	color    :#FFFFFF;
	margin-bottom    : 5px;
	font-size: 17px;
	border-left:15px solid #992222;
	padding-top     : 5px;
	padding-bottom     : 5px;
	padding-left     : 10px;
}

h3 {
	border-left   : #AABBFF 10px solid;
	border-top    : #AABBFF 5px solid;
	border-right  : #AABBFF 1px solid;
	border-bottom : #AABBFF 1px solid;
	font-family   : Verdana,Arial,Helvetica,sans-serif;
	padding-left  : 3pt;
	margin-bottom : 5px;
	font-size: 15px;
}

h4 {
	border-left   : #AABBFF 10px solid;
	padding-left  : 4px;
	font-family   : Verdana,Arial,Helvetica,sans-serif;
	padding-left  : 2px;
	margin-bottom : 5px;
}

.text00 {
	margin-top:2px;
	margin-bottom:12px;
	margin-left:4px;
	line-height:150%;
	text-indent:1em;
	text-align:justify;
}

.footer ul {
	height: 20px;
	padding-top: 30px;
	text-align: center;
	}

.footer li {
	display: inline;
	font-size: 12px;
	color: #333333;
	}

.footer ul li a:link, 
.footer ul li a:visited {
	color: #333333;
	text-decoration: none;
	}

.footer ul li a:hover, 
.footer ul li a:active {
	color: #5998FF;
	text-decoration: underline;
	}
