.body_black {
    font-size: 10px;
    font-family: verdana;
    font-weight: normal;
    color: #000000;
	}
	
.body_white {
    font-size: 10px;
    font-family: verdana;
    font-weight: normal;
    color: #ffffff;
	}
	
.body_grey 	{
	font-size: 10px;
    font-family: verdana;
    font-weight: normal;
	color: #666666;
	}

.body_grey_head 	{
	font-size: 10px;
    font-family: verdana;
    font-weight: bold;
	color: #666666;
	}

.input_text {
	width: 100px;
	font-size: 10px;
    font-family: verdana;
    font-weight: normal;
	border: 1px solid #666666;
	color: #000000;
	}
	
.input_textarea {
	width: 100px;
	font-size: 10px;
    font-family: verdana;
    font-weight: normal;
	border: 1px solid #666666;
	color: #000000;
	}	

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

a:link  {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	}
a:visited  {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	font-size: 10px;
    font-family: verdana;
	}
a:hover {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	font-size: 10px;
    font-family: verdana;
	}
a:active  {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	font-size: 10px;
    font-family: verdana;
	}

b 	{
	font-weight: bold;
	}

.blacknav { 
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
	font-size: 11px;
    font-family: verdana;
	}
a:link.blacknav { 
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
	font-size: 11px;
    font-family: verdana;
    }
a:visited.blacknav { 
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
	font-size: 11px;
    font-family: verdana;
    }
a:hover.blacknav { 
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
	font-size: 11px;
    font-family: verdana;
    }
    
.newsnav { 
	color: #ffff66;
	font-weight: normal;
	text-decoration: underline;
	font-size: 10px;
    font-family: verdana;
	}
a:link.newsnav { 
	color: #ffff66;
	font-weight: normal;
	text-decoration: underline;
	font-size: 10px;
    font-family: verdana;
    }
a:visited.newsnav { 
	color: #ffff66;
	font-weight: normal;
	text-decoration: underline;
	font-size: 10px;
    font-family: verdana;
    }
a:hover.newsnav { 
	color: #ffff66;
	font-weight: normal;
	text-decoration: underline;
	font-size: 10px;
    font-family: verdana;
    }