html,body{
  height:100%;
  margin:0;
  padding:0;
}

body 
{      
  font-family: arial;
  font-size: 12pt;
  color: #000033;
  text-align: justify;
  background-color: #fcdeec;
}

#wrapper{
  width:700px;
  padding:5px;
  margin:0 auto;
  background-color:#ffffff;
  border:1px solid #ff0000;
}

fieldset{
	border:2px solid #fcdeec;
}
legend{
	color:#ff0000;
	background: #fcdeec;
}
label{
	font-size:12px;
	display:block;
}
input {
	color:#000033;
	border:2px outset #fcdeec;
}    

#content {
  position: relative;
  padding-bottom: 1em;
  min-height:360px;
  height:100%;
}
.title{
  font-weight:bold;
  font-size: 20px;
}
#header{
  font-size:16px;
  color:#fcdeec;
  margin-top:-5px;
  margin-left:-3px;
}
table#menu{
  border-width: 1px;
	border-spacing: 3px;
	border-style: solid;
	border-color: red;
	border-collapse: separate;
	background-color: #ffffff;
}
table#menu2{
  border-width: 1px;
	border-style: solid;
	border-color: red;
	background-color: #fff0f5;
  font-size:16px;
  color:#ff0000;
  text-align:center;  
}

table#menu2 td a:link, a:visited {
  color:#ff0000;
	text-decoration:underline;
}
table#menu2 td a:hover, a:active {
	color: #ff0099;
	text-decoration: none;
}
/* forms */
label{
  font-size:14px;
  text-align:left;
}

a:link, a:visited {
  color:#ff0000;
	text-decoration:underline;
}


a:hover, a:active {
	color: #ff0099;
	text-decoration: none;
}

#message{
  color:#ff0099;
  text-align:center;
}

#footer{
  margin:0px;
  font-size:10px;
  padding:0px;
  text-align:center;
  background-color: #fcdeec;
}
#website{
  font-size:10px;
}

