
/* body */
body {
background-color : #ffffff;
font-family : verdana, sans-serif;
font-size : 10px;
color : #ffffff;
}

/* background images */

.top_nav {
background-image :   url(../images/index_02.jpg);
left : 0;
top : 0;
width : 570px;
height : 128px;
background-repeat : no-repeat;
}

.top_navb {
background-image :   url(../images/indexb_02.jpg);
left : 0;
top : 0;
width : 658px;
height : 128px;
background-repeat : no-repeat;
}
.form_info {
background-image :   url(../images/index_03.jpg);
left : 0;
top : 0;
width : 1000px;
height : 336px;
background-repeat : no-repeat;
}

.right_nav {
background-image :   url(../images/index_05.jpg);
left : 0;
top : 0px;
width : 215px;
height : 392px;
background-repeat : no-repeat;
}

.body_nav {
background-image :   url(../images/index_06.jpg);
left : 0;
top : 0px;
width : 785px;
height : 202px;
background-repeat : no-repeat;
}

.body_navb {
background-image :   url(../images/indexb_03.jpg);
left : 0;
top : 0px;
width : 1000px;
height : 336px;
background-repeat : repeat;
}


.btm_nav {
background-image :   url(../images/index_07.jpg);
left : 0;
top : 0px;
width : 1000px;
height : 137px;
background-repeat : no-repeat;
}

/*text sizes*/
.header_text {
font-family : georgia, times new roman , sans-serif;
font-size : 13px;
color : #ffffff;
}

.header_textb {
font-family : georgia, times new roman , sans-serif;
font-size : 13px;
color : #oooooo;
}

.body_text {
font-family : verdana ;
font-size : 11px;
color : #333333;
}

.list_text {
font-family : georgia, times new roman , sans-serif;
font-size : 12px;
color : #000000;
}

/*links*/
a:link, a:visited {
	color: #000000;
	text-decoration: none;
	}

a:hover {
	color: #429A15;
	text-decoration: underline;
	}
	
a:active {
	color: #f60;
	text-decoration: underline;
}