* { 
  margin:0;
  padding:0;
}

body {
	background-color: #6666CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
	height: 100%;

}

html {
  height: 100%;
}

p {
  font-size:0.75em;
  margin: 0.5em 0;
}

.container {
  height: 100%;
  background-color: #FFFFFF;
}

.footer {
  font-size: 0.7em;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #000066;
  padding: 1px;
  text-align: center;
}
.bbblue {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000033;

}
.bbwhite {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.btmline {
	background-image: url(images/bluline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
h1 {
	font-size: 1.05em;
	margin-top: 0.5em;
	margin-bottom: 0em;


}
h2 {
	font-size: 0.95em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;

}
a {
	color: #0000CC;
}
a:hover {
	color: #CC0000;
}
.menline {
    color: #666666;
	margin-top: 1px;
	margin-bottom: 1px;
    background-color: #CCCCFF;
	font-size: 0.75em;
    width:95%;
}
.mentd {
	padding-top: 0.5em;
}
.off {
	color: #000066;
	text-decoration: none;
}
.on {
	color: #CC0000;
	text-decoration: underline;
}
.small {
	font-size: 0.65em;
}
