h1 {
  font-size: 14px;
  margin: 2px;
  color: 555;
}

h2 {
  font-size: 12px;
  margin: 2px;
  color: 555;
}

p {
  font-size: 11px;
  margin: 2px;
  color: 555;
}

body {
  margin: 0px;
  background-color: #9099ae;
}


body, td, p, div, span, textarea, input, select {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
}


#logo {
  position: relative;
  top: 30px;
  left: 50px;
}




.gradient {
	background: #ff12fe url(default/gradient_back.jpg) no-repeat top right;
}
.pink {
	background-color: #ff12fe;
}
.orange {
	background-color: #ff6600;
}
.white {
	background-color: #ffffff;
}


a {
	color: #008c8c;
}


.menu span {
	width: 100px;
	height: 30px;
	text-align: center;
}
.menu span.selected {
	background: #ff8d3a;
}
.menu a {
	text-decoration: none;
	height: 100%;
	color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}
.menu a:hover {
	text-decoration: underline;
}


.footer {
	text-align: center;
	color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}






