@charset "utf-8";
/* CSS Document */
#content {
	position:relative;
	z-index:1;
	overflow:auto;
	height:466px;
	
}


body { 
		background-color: #84AAD7;
	}

.text_grau_small {
	font-family: Verdana;
	font-size: x-small;
	color: #333333;
}

.cat {
	font-family: Verdana;
	font-size: x-small;
	color: #333333;
	font-weight:bold;
	text-indent:40px;
}

.footer {
	font-family: Verdana;
	font-size: x-small;
	color: #333333;
	font-weight:bold;
	text-indent:10px;
}

.text_grau {
	font-family: Verdana;
	font-size: small;
	color: #333333;
}

.header_grey1 {
	font-family: Verdana;
	font-size: small;
	color: #333333;
	font-weight:bold;
}

.header_grey2 {
	font-family: Verdana;
	font-size: medium;
	color: #333333;
	font-weight:bold;
}

.header_grey3 {
	font-family: Verdana;
	font-size: medium;
	color: #333333;
	font-weight:bold;
	text-decoration:underline;
}

.header_blue1 {
	font-family: Verdana;
	font-size: large;
	color: #84AAD7;
	
}

.header_blue2 {
	font-family: Verdana;
	font-size: x-large;
	color: #84AAD7;
	
}

.small {
	font-family: Verdana;
	font-size: xx-small;	
}

a:link, a:visited, a:active{ 

	text-decoration:none;
	color:#333333;
}

a:hover { 
	text-decoration:none;
	color:#666666;
}