body {
	background-color: #B0CBDC;
	background-image: url(images/z_bg.jpg);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	margin-top: 0px;
}

h1 {
	font-size:18px;
	color:#FF6600;
	}

h2 {
	font-size:16px;
	}

h3 {
	font-size:14px;
	color:#4A830E;
	margin-top: 0px;
	padding-top: 0px;
	}

h3 a {
	color:#4A830E;
	text-decoration:none;
	}
		
h3 a:hover, a:active {
	color:#FF6600;
	}
	
h5 {
	font-size:10px;
	font-style:normal;
	font-weight:bold;
	}
	
p {
	margin-right:20px;
	}

p a {
	text-decoration:none;
	color:#000000;
	}

p a:hover, a:active {
	color:#FF6600;
	}

ul {
	padding-top:0px;
	margin-top:0px;
	margin-right:20px;
	}

.boton {
	background-image:url(images/boton.png);
	width:155px;
	height:30px;
	text-align:center;
	line-height:30px;
	color:#333333;
	}
	
.boton a {
	text-decoration:none;
	color:#333333;
	}
		
.boton a:hover, a:active {
	color:#FF6600;
	}

.linq {
	text-decoration:none;
	color:#000000;
	}
	
.linq a {
	text-decoration:none;
	color:#000000;
	}

.linq a:hover, a:active {
	color:#FF6600;
	}

.topmenu {
	font-weight:bold;
	font-size:14px;
	padding-left:25px;
	padding-top:0px;
	padding-bottom:12px;
	}
	
.topmenu a {
	text-decoration:none;
	color:#333333;
	}

.right {
	margin-left:20px;
	margin-right:50px;
	}
	
.caption {
	width: 200px;
	text-align:justify;
	}
	
.subtitle_star {
	background-image:url(images/greenstar.png);
	background-position: left;
	background-repeat:no-repeat;
	color:#669966;
	}
	
.subtitle_arrow {
	background-image:url(images/greenarrow.png);
	background-position: left;
	background-repeat:no-repeat;
	color:#669966;
	}

/*menu styles*/
.silverheader a {
	margin: 0px;
	padding: 0px;
	width: 100px; /*width of menu*/
	font: normal 12px "Trebuchet MS", Helvetica, sans-serif;
	color: #4A830E;
	display: block;
	padding: 0;
	text-decoration: none;
	border-top-style: dotted;
	border-top-color:#669966;
	line-height: 24px;
}

.silverheader a:hover, a:active {
	color:#FF6600;
	}
