.top {
	background-image: url(../img/top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.t2 {
	background-image: url(../img/form.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.t3 {
	background-image: url(../img/top2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.menu {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.menu {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #EAEAEA;
}
h1 {
	font-size: 100%;
	color: #5E7C93;
	text-align: center;

}
.bottom {
	background-color: #EAEAEA;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #5E7C93;
	background-color: #FFFFFF;
	text-decoration: none;
}
.maintxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #5E7C93;
}
.mainbig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #5E7C93;
	background-color: #FFFFFF;
	text-decoration: none;
}
a.main {
	color: #5E7C93;
	text-decoration: underline;
}

h2 {
	font-size: 90%;
	color: #5E7C93;
}
a {
	color: #000000;
}
a.main:hover {
	color: #5E7C93;
	text-decoration: none;
}
.form {
	border: 1px solid #FF9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
}
.bot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FFB13E;
	border: 1px solid #FF9900;
}
p {
	padding-left: 5%;
	padding-bottom: 3px;
	padding-right: 5%;
	text-align:justify;
	text-indent: 2em;

}
#tooltip {
      background: #EAEAEA;
      border: 1px solid #000000;
      text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
      margin:0px;
      -moz-border-radius:8px;
      padding: 5px 5px;
      position:absolute;
      visibility:hidden
}
li {
	padding-right: 3em;
	padding-left: 3em;
	text-align: justify;
}

