body {
  margin:0px;
  background-color: white;
}


td,p {
  font-family:verdana, arial, Helvetica, sans-serif;
  font-size:11px;
  color:black;
  line-height:13px;
}
  
input,textarea,select {
  font-family:verdana, arial, Helvetica, sans-serif;
  font-size:11px;
  color:black;
}

ul {
  list-style-image: url(images/bullet.gif);
  margin-left:20px;
  margin-top:8px;
  margin-bottom:8px;
  line-height:16px;
  padding:0;
}

.ullime {
  list-style-image: url(images/bullet2.gif);
  margin-left:20px;
  margin-top:8px;
  margin-bottom:8px;
  line-height:16px;
  padding:0;
}

.nav A{
  font-size:11px;
  color:#00535d;
  font-weight:bold;
  text-decoration:none;
}

.nav A:hover {
  text-decoration:none;
  color:#00535d;
}

A:hover {
  color:#00535d;
}

A {
  font-size:11px;
  color:#00535d;
  font-weight:bold;
  text-decoration:none;
}

.heading {
  font-size:18px;
  color:#00535d;
  font-weight:bold;
  text-decoration:none;
  line-height:18px;
}

.heading2 {
  font-size:18px;
  color:#a0ce67;
  font-weight:bold;
  text-decoration:none;
  line-height:18px;
}

.heading3 {
  font-size:18px;
  color:#00535d;
  font-weight:bold;
  text-decoration:none;
  line-height:18px;
}

.bluetext {
  font-size:11px;
  color:#003399;
  font-weight:bold;
  text-decoration:none;
}

.bluetext A {
  font-size:11px;
  color:#003399;
  font-weight:bold;
  text-decoration:none;
}

.bluetext A:hover {
  font-size:11px;
  color:#003399;
  font-weight:bold;
  text-decoration:none;
}

.readmore {
  font-size:11px;
  color:#a0ce67;
  font-weight:bold;
  text-decoration:none;
}

.readmore A {
  font-size:11px;
  color:#a0ce67;
  font-weight:bold;
  text-decoration:none;
}

.readmore A:hover {
  font-size:11px;
  color:#003399;
  font-weight:bold;
  text-decoration:none;
}

.greennav {
  font-size:10px;
  color:#00535d;
  text-decoration:none;
}

.greennav A {
  font-size:10px;
  color:#00535d;
  font-weight:normal;
  text-decoration:none;
}

.greennav A:hover {
  font-size:10px;
  color:#003399;
  text-decoration:none;
}

.greennavlrg {
  font-size:11px;
  color:#00535d;
  font-weight:bold;
  text-decoration:none;
}

.greenmedium {
  font-size:14px;
  color:#00535d;
  font-weight:bold;
  text-decoration:none;
  line-height:14px;
}

.greenmedium2 {
  font-size:14px;
  color:#a0ce67;
  font-weight:bold;
  text-decoration:none;
  line-height:14px;
}

.limegreennavlrg {
  font-size:11px;
  color:#a0ce67;
  font-weight:bold;
  text-decoration:none;
}

.greennavlrg A {
  font-size:11px;
  color:#00535d;
  font-weight:bold;
  text-decoration:none;
}

.greennavlrg A:hover {
  font-size:11px;
  color:#003399;
  font-weight:bold;
  text-decoration:none;
}

.rednav {
  font-size:10px;
  color: red;
  text-decoration:none;
}

.bluenav {
  font-size:10px;
  color:#003399;
  text-decoration:none;
}

#container {
	position:absolute;
	width:300px;
	height:360px;
	left: 426;
	top: 48;

}

.margin {
  border-right: 1px solid #012583;
}

.subscript-text {
  vertical-align: sub;
  font-size: 12px;
}

.superscript-text {
  vertical-align: super;
  font-size: 12px;
}

/**** BORDERS / DIVIDES ************************************************/

.whiteBorderRight {
  border-right: solid white 1px;
}

.whiteBorderTop {
  border-top: solid white 1px;
}

.borderTop {
  border-top: solid #CCCCCC 1px;
}

.dottedTop {
  background-image: url('/images/dotted_horizontal.gif');
  background-repeat: repeat-x;
  background-position: top;
}

.dottedBottom {
  background-image: url('/images/dotted_horizontal.gif');
  background-repeat: repeat-x;
  background-position: bottom;
}

.dottedLeft {
  background-image: url('/images/dotted_vertical.gif');
  background-repeat: repeat-y;
  background-position: left;
}

.dottedRight {
  background-image: url('/images/dotted_vertical.gif');
  background-repeat: repeat-y;
  background-position: right;
}

.BorderFull {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}

.BorderTop {
  border-top: 1px solid #CCCCCC;
}

.BorderBottom {
  border-bottom: 1px solid #CCCCCC;
}

.BorderLeft {
  border-left: 1px solid #CCCCCC;
}

.BorderRight {
  border-right: 1px solid #CCCCCC;
}


/**** FORM ************************************************/

body#form {
  margin: 10px;
  font-family:verdana, arial, Helvetica, sans-serif;
  color: black;
  background-color: white;
}

body#form h1 {
  font-size: 12px;
  font-weight: bold;
}