body {
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	background-color: #ffffff;
	font-size: 12px;
	color: #000000;
	text-align: center;
	
}

h1 { font-size: 17pt; }


.green {
	color: #0C0;
	font-size: 14px;
}
.red {
	color: #F00;
	text-align: center;
}

a:link {
	color: #0066CC;
}
a:visited {
	color: #0066CC;
}
a:hover {
	color: #F6911F;
}

.tab1 {
	background-image: url(img/bg1.gif);
	background-repeat: repeat-y;
	display: block;
	float: right;
	margin-right:20px;
    margin-bottom:24px;

	/*width: 366px;   */
}

#navigation {
	display: block;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(img/bg_nav.gif);
	background-repeat: repeat-x;
	height: 37px;
	
	border-bottom: 1px solid #4481BD;
}
#navigation a {
	float: left;
	background-image: url(img/bg_link_nav.gif);
	background-repeat: repeat-x;
	display: block;
	padding-top: 12px;
	padding-right: 14px;
	padding-left: 14px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #03215D;
	text-decoration: none;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4481BD;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #4481BD;
	

}
#navigation a:hover {
	color: #2186C6;
}

#navigation img {
	display: block;
	float: left;
	height: 37px;
	width: 1px;
}
