html {
	color: #FFF;
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(../images/gaal_background.jpg);
	background-repeat: no-repeat;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11.5px;
	background-position: center 70px;
}

body {

}

.main {
   width: 840px;
   margin-left: auto;
   margin-right: auto;
}

.top {
   height: 202px;
   width: 100%;
   /*background-color: red;*/
}

.middle {
   height: 366px;
   width: 100%;
   /*background-color: blue;*/
}

.bottom {
   height: 46px;
   width: 100%;
   border-top: 1px dotted #999999;
   /*background-color: green;*/
}

A:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 10px;
}
A:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 10px;
}
A:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 10px;
}
A:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size: 10px;
}

.selected {
}

.selected A:link {text-decoration: none; font-family: Arial, Helvetica, sans-serif; color: #000000;font-size: 10px;}
.selected A:visited {text-decoration: none; font-family: Arial, Helvetica, sans-serif; color: #000000;font-size: 10px;}
.selected A:active {text-decoration: none; font-family: Arial, Helvetica, sans-serif; color: #000000;font-size: 10px;}
.selected A:hover {text-decoration: none; font-family: Arial, Helvetica, sans-serif;color: #000000;font-size: 10px;}
