
.body,td,th{
  font-family: verdana;
	font-size: 11px;
	line-height: 16px;
  color: #ffffff;
}

p{
  font-family: verdana;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}

.spacer{
  height: 1px;
  background-color: #004487;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.navigation_bar{
  height: 14px;
  font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
  background-color: #004487;
	padding: 1px 1px 2px 7px;
}

.member_nav{
  font-family: verdana;
	font-size: 10px;
	color: #000000;
}

.footer{
  height: 12px;
  font-family: verdana;
	font-size: 10px;
	color: #004487;
  border-top: 1px solid #004487;
}

.button{
  font-family:verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  font-weight:bold;
  color:#4C7CAB;
  width:110px;
  background:#FFFFFF;
}

.button_over{
  font-family:verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  font-weight:bold;
  color:#4C7CAB;
  width:110px;
  background:#FFFFDD;  
}


.small_button{
  font-family:verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  font-weight:bold;
  color:#4C7CAB;
  width:50px;
  background:#FFFFFF;
}

.small_button_over{
  font-family:verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  font-weight:bold;
  color:#4C7CAB;
  width:50px;
  background:#FFFFDD;  
}

.small{
  font-family:verdana, Arial, Helvetica;
  font-size:11px;
  font-weight:bold;
  color:#ffffff;
}


.medium{
  font-family:verdana, Arial, Helvetica;
  font-size:20px;
  font-weight:bold;
  color:#ffffff;
}

.small_input{
  font-family:verdana, Arial, Helvetica;
  font-size:10px;
  font-weight:bold;
  color:#000000;
  width:110px;
}

.medium_input{
  font-family:verdana, Arial, Helvetica;
  font-size:10px;
  font-weight:bold;
  color:#000000;
  width:300px;
}

.large_input{
  font-family:verdana, Arial, Helvetica;
  font-size:10px;
  font-weight:bold;
  color:#000000;
  width:498px;
}

input {
 background-color: #FFFFFF;
 border-style:solid;
 border-color:black;
 border-width: 1px;
}

.content{
  font-family: verdana;
  font-size: 10px;
  color: #000000;
  padding: 5px 0px 10px 0px;
}

.white_text p, .white_text{
  font-family: verdana;
  font-size: 11px;
  font-weight:bold;
  color: #FFFFFF;
}

.white_text_huge {
  font-family: verdana;
  font-size: 20px;
  font-weight:bold;
  color: #FFFFFF;
}

.white_text_large p, .white_text_large{
  font-family: verdana;
  font-size: 15px;
  font-weight:bold;
  color: #FFFFFF;
}

.black_text p, .black_text{
  font-family: verdana;
  font-size: 10px;
  color: #000000;
}

li{
  list-style-image: url('../images/bullet.gif');
	padding-top: 2px;
}

.photo{
  border: 1px solid #ffffff;
}

a.navigation_link:link{color: #FFFFFF; text-decoration: none;}
a.navigation_link:active{color: #FFFFFF; text-decoration: none;}
a.navigation_link:visited{color: #FFFFFF; text-decoration: none;}
a.navigation_link:hover{color: #FF6666; text-decoration: none;}

a.white_link:link{color: #FFFFFF; text-decoration: none;}
a.white_link:active{color: #FFFFFF; text-decoration: none;}
a.white_link:visited{color: #FFFFFF; text-decoration: none;}
a.white_link:hover{color: #FF6666; text-decoration: none;}

a.black_link:link{color: #000000; text-decoration: none;}
a.black_link:active{color: #000000; text-decoration: none;}
a.black_link:visited{color: #000000; text-decoration: none;}
a.black_link:hover{color: #FFFFFF; text-decoration: none;}

/*ROUNDED CORNERS*/

.roundcont p{
	margin: 0px 10px 0px 10px;
}

.roundtop { 
	background: url(../images/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(../images/br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;   
}

.roundtop_message { 
	background: url(../images/tr_msg.gif) no-repeat top right; 
}

.roundbottom_message {
	background: url(../images/br_msg.gif) no-repeat top right; 
}

.message{
  font-family:verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  font-weight:bold;
  color:#FFFFFF;
  background-color: #004487;
  width:500px;
}

.message_header{
  font-family:verdana, Arial, Helvetica, sans-serif;
  font-size:13px;
  font-weight:bold;
  color:#FFFFFF;
  background-color: #004487;
  width:500px;
}


