/* globalstyle.css */
A{
	text-decoration:underline;
	font-weight: normal;
	}
/*
A:hover{
	text-decoration:underline;
	font-weight: normal;
	color:999966;	
	}
*/
.subnav_box {
	float: left;
	height: 40px;
	padding: 3px;
	margin: 5 px;
}
.subnav {
	font-size: 14px;
	font-weight: bold;
	color: #555555;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	text-align: justify;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x ;
}
.noborder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.subsubnav {
	width: 150px;
	float: left;
	font-size: 12px;
	background: #C2C2C2; 
	padding: 3px; 
	border: solid 1px #000000;
}
img {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: inset;
	border-bottom-style: inset;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: outset;
	border-left-style: outset;
	border-top-color: #999999;
	border-left-color: #999999;
}
.imglink {
	border-width: 0px;
	border-style: solid;

}
strong {
	font-size: 16px;
	font-weight: bold;
	color: #3086BF;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

