body {
    background-color: #B5B6C0;
    margin: 0px;
    padding: 0px;
    font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans";
    font-size: 0.7em;
    color:#000000;
}
td {
    font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans";
    font-size: 0.7em;
    color:#000000;

}
select, input {
    font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans";
    font-size: 12px;
    color:#000000;

}
a {
    font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans";
    color: #3574C1;
}
 
 hr {
	border: 1px dotted #FFE6F9;
 }

h1 {font-size:13px;}

.bg {
    background-image: url(img/body-ground.gif);
    background-repeat: repeat-x;
    background-color: #ffffff;
}
.nav_td {
    height: 18px;
    font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans";
    font-weight: bold;
    vertical-align:center
    color: #FF7DE0;
    border-bottom:1px solid #84A5D9;
}
.nav2_td {
    height: 15px;
    font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans";
    font-weight: bold;
	font-size:15px;
    vertical-align:center;
    color: #f8F8FF;
	background-color:#FF7DE0;
    border-bottom:1px solid #84A5D9;
}

.nav3_td {
    height: 14px;
    font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans";
    font-weight: bold;
    vertical-align:center;
    color: #f8F8FF;
	background-color:#FF7DE0;
 }

.nav {
    height: 16px;
    font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans";
    font-weight: bold;
    color: #3574C1;
 }
.nav a {
    color: #3574C1;
    text-decoration: none;
}
.nav a:link {
    color: #3574C1;
    text-decoration: none;
}
.nav a:hover {
    color: #3574C1;
    text-decoration: none;
}

.nav2 {
    height: 12px;
    font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans";
    font-weight: bold;
	font-size:13px;
    color: #EDF4FF; 
	text-decoration: uppercase
 }
.nav2 a {
    color: #EDF4FF;
    text-decoration: uppercase;
}
.nav2 a:link {
    color: #EDF4FF;
    text-decoration: uppercase;
}
.nav2 a:hover {
    color: #EDF4FF;
    text-decoration: uppercase;
}

.links {
    color:#FFFFFF;
    font-family: Tahoma;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
}

.links a {
    color: #EDF4FF;
    text-decoration: none;
}
.links a:link {
    color: #EDF4FF;
    text-decoration: none;
}
.links a:hover {
    color: red;
    text-decoration: none;
}


.title_text {
    height: 23px;
    font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans";
    font-weight: bold;
    vertical-align:center;
	font-size:11px;
    color: #000000;
 }
.title_text a {
    color: #000000;
    text-decoration: none;
}
.title_text a:link {
    color: #000000;
    text-decoration: none;
}
.title_text a:hover {
    color: red;
    text-decoration: none;
}
.cat_text {
    height: 23px;
    font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans";
    font-weight: bold;
    vertical-align:center;
	font-size:13px;
    color: #000000;
 }

.cat_text a {
    color: #000000;
    text-decoration: none;
}
.cat_text a:link {
    color: #000000;
    text-decoration: none;
}
.cat_text a:hover {
    color: red;
    text-decoration: none;
}

.small_text {
    height:20px;
     font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans";
    font-weight: normal;
    vertical-align:center;
	font-size:9px;
	text-decoration: uppercase;
    color: #aaaaaa;
 }