.body_white {
    font-size: 11px;
    font-family: verdana, helvetica, sans-serif;
    font-weight: normal;
    color: #ffffff;
    line-height: 14px;
	}

a:link  {
	font-size: 11px;
    font-family: verdana, helvetica, sans-serif;
    font-weight: normal;
    color: #ffffff;
    line-height: 14px;
    text-decoration: underline;
	}
a:visited.body_white  {
	font-size: 11px;
    font-family: verdana, helvetica, sans-serif;
    font-weight: normal;
    color: #ffffff;
    line-height: 14px;
    text-decoration: underline;
	}
a:hover.body_white {
	font-size: 11px;
    font-family: verdana, helvetica, sans-serif;
    font-weight: normal;
    color: #ffffff;
    line-height: 14px;
    text-decoration: underline;
	}
a:active.body_white  {
	font-size: 11px;
    font-family: verdana, helvetica, sans-serif;
    font-weight: normal;
    color: #ffffff;
    line-height: 14px;
    text-decoration: underline;
	}

/* ------------------------ */

.body_black_tight {
    font-size: 11px;
    font-family: verdana, helvetica, sans-serif;
    font-weight: normal;
    color: #000000;
    line-height: 14px;
	}
	
.body_bold {
    font-size: 11px;
    font-family: verdana, helvetica, sans-serif;
    font-weight: bold;
    color: #000000;
    line-height: 20px;
	}	
	
.body_red {
    font-size: 11px;
    font-family: verdana, helvetica, sans-serif;
    font-weight: normal;
    color: red;
    line-height: 20px;
	}

.section_title {
    font-size: 13px;
    font-family: verdana, helvetica, sans-serif;
    font-weight: bold;
    text-decoration: underline;
    color: #444444;
    line-height: 30px;
	}
	
.area_title {
    font-size: 11px;
    font-family: verdana, helvetica, sans-serif;
    font-weight: normal;
    color: #ffffff;
    background-color: #444444;
	}

.input_text {
	width: 125px;
	font-size: 10px;
    font-family: verdana, helvetica, sans-serif;
    font-weight: normal;
	border: 1px solid #666666;
	color: #213472;
	}
	
.input_submit {
	width: 125px;
	font-size: 10px;
    font-family: verdana, helvetica, sans-serif;
    font-weight: normal;
	border: 1px outset #666666;
	color: #213472;
	}
	
.input_file {
	width: 300px;
	font-size: 10px;
    font-family: verdana, helvetica, sans-serif;
    font-weight: normal;
	border: 1px outset #666666;
	color: #213472;
	}

.body_nav { 
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
	font-size: 11px;
    font-family: verdana, helvetica, sans-serif;
    line-height: 20px;
	}
a:link.body_nav { 
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
	font-size: 11px;
    font-family: verdana, helvetica, sans-serif;
    line-height: 20px;
	}
a:visited.body_nav { 
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
	font-size: 11px;
    font-family: verdana, helvetica, sans-serif;
    line-height: 20px;
	}
a:hover.body_nav { 
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
	font-size: 11px;
    font-family: verdana, helvetica, sans-serif;
    line-height: 20px;
	}



	


.input_select {
	height: 17px;
	font-size: 10px;
    font-family: verdana, helvetica, sans-serif;
    font-weight: bold;
	border: 1px solid #666666;
	background: #ffffff;
	color: #000000;
	}



