div#banner {
	background-color: #ffffff;
	height: 82px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: oblique;
	color: #000000;
	text-align: center;
	font-weight: bolder;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}
a{
	color: #FFFFFF;
	text-decoration: none;
}

a:link{
	color: #495194;
	text-decoration: none;
}

a:visited{
	color: #003366;
	text-decoration: none;
}

a:hover{
	color: #FFFFFF;
	background-color: #006699;
	text-decoration: underline overline;
}
div#head {
	background-image: url(../img/x.jpg);
	background-repeat: repeat-x;
	height: 43px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: oblique;
	color: #000000;
	text-align: right;
	font-weight: bolder;
	border-top-width: 4px;
	border-top-style: double;
	border-top-color: #009966;
}
div#text {
	background-color: #ffffff;
	width: 70%;
	position: absolute;
	left: 200px;
	top: 133px;
	color: #000000;
        border: 10px solid #ffffff;
}
div#nav {
	width: 199px;
	position: absolute;
	left: 0px;
	top: 129px;
	background-image: url(../img/y.gif);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #0099ff;
	line-height: 20px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	font-weight: normal;
	text-align: justify;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #cc0000;
}
.body {

	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	font-weight: normal;
	text-align: justify;
}
