BODY, TD, INPUT, SELECT {
      color: white;
      margin: 0px;
      font-family: Verdana, Arial, Helvetica, Sans-Serif;
      font-size: 10px;
}

p {
	margin-top: 0px;
	padding-right: 10px;
	line-height: 150%;
}

li {
	line-height: 150%;
}

p a {
	color: red;
	font-weight: bold;
}
p a:hover {
	color: white;
	font-weight: bold;
	border-bottom: 2px solid red;
}

TD {

}

TEXTAREA {
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		font-size: 10px;
		color: red;
}

SELECT {
      size: 150px;
      color: black;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
      font-size: 10px;
}

INPUT {
      color: black;
      font-weight: bold;
      padding: 1px;
}

A {
      color: #FFFFFF;
      text-decoration: none;
}

A:Hover {
      color: red;
      text-decoration: none;
}

.nav_bg {
      background-image: url(../images/nav_bg.gif);
      background-repeat: no-repeat;
}
.main_table {
      height: 100%;
}
.mom_bg {
      height: 230px;
      background-image: url(../images/mom.jpg);
}
.mom {
      padding-right: 17px;
      text-align: right;
      vertical-align: top;
}
.mom_name {
      font-size: 9px;
      padding-top: 9px;
      padding-right: 17px;
}
.second_right {
      background-image: url(../images/second_header_right.gif);
}
.nav_entry {
      padding: 4px;
      padding-left: 20px;
}
.alpha {
      font-size: 18px;
      font-weight: bold;
      color: red;
}
a.alpha:hover {
		color: white;
}