body{
	margin: 0;
	padding: 0;	
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #000000;	
}

img{
	border:0;
}

.text{	
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #000000;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;	
}

.text_red{	
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #ff0000;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;	
}

a{
	font-size: 12px;
	color: orange;
	text-decoration: none;
	}

a:active{
	font-size: 12px;
	color: orange;
	text-decoration: none;
	}

a:hover{
	font-size: 12px;
	color: orange;
	text-decoration: underline;
}

A.nav_white, A.nav_white:LINK, A.nav_white:VISITED {
	font-family: Arial, Verdana;
	font-size : 11px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color: #ffffff;
	text-decoration: none;	
}

A.nav_white:HOVER, A.nav_white:ACTIVE {
	font-family: Arial, Verdana;
	font-size : 11px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color : #ffffff;
	text-decoration : underline;	
}

A.nav_red, A.nav_red:LINK, A.nav_red:VISITED {
	font-family: Arial, Verdana;
	font-size : 11px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color: #ff0000;
	text-decoration: none;	
}

A.nav_red:HOVER, A.nav_red:ACTIVE {
	font-family: Arial, Verdana;
	font-size : 11px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color : #ff0000;
	text-decoration : underline;	
}

#headPic {
	width: 705px;
	height: 200px;
	margin-top:2px;
	margin-bottom:2px;
	margin-left:6px;
	margin-right:6px;
	background-color: #ffffff;
	position: relative;
}

#headPicMask {
	width: 705px;
	height: 200px;	
	position: absolute;
	background-image: url(../img/head_jte_transp.gif);
	left:0;
	top:0;
}