/* CSS Document */

.nevigation{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
	font-weight: bold;
	color: #0099FF;
	text-decoration: none;
	letter-spacing: 1px;
	display: block;
	text-align: center;
	padding: 6px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #0099FF;
	margin-bottom: 1px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.image_table {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000033;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #000033;
}

.nevigation:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
	font-weight: bold;
	color:#FFFFFF
	text-decoration: none;
	letter-spacing: 1px;
	display: block;
	text-align: center;
	padding: 6px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #0099FF;
	background-color: #000099;
	color: #FFFFFF;
	margin-bottom: 1px;
}
#main{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:5px;
	line-height:18px;
	color: #0099FF;
	background-image: url(images/bg_blue3_2.jpg);
}

