/* CSS Document */

body {
	background-image: url(../images/bg_color.jpg);
	background-repeat:repeat-x;
	margin-left: 10%;
	margin-top: 0%;
	margin-right: 10%;
	margin-bottom: 0%;
	border-left: thin #333333 dotted;
	border-right:thin #333333 dotted;
	
}
.language {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float:left;
	margin-left:60px
}

a.language-top:link {color: #ffffff}
a.language-top:visited {color: #ffffff}
a.language-top:hover {color: #a0e800; text-decoration:none}


.style2 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-left:8px;
}
a.top-nav:link {color: #3f5805; text-decoration: none}
a.top-nav:visited {color: #3f5805; text-decoration: none}
a.top-nav:hover {color: #8dbf10; text-decoration: underline}

.style4 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left:15px;
	margin-right:15px;
	
}
a.content-link:link {color: #000099; text-decoration: none}
a.content-link:visited {color: #000099; text-decoration: none}
a.content-link:hover {color: #999900; text-decoration: underline}
	

.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;	
	
}

.frame top and bottom {
	border-bottom:thin #333333 dotted;
	border-top:thin #333333 dotted;
}
.header {
	font-size: 18px;
	font-weight: bold;
	margin-left:5px;
}
.content {	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left:15px;
	margin-right:10px;
}
.content-orange {
    color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
.tablerow_height {	height: 75px;
}
.content-orange-small {
	font-size: 11px;
	color: #FF6600;	
}

-->
</style>