/* CSS Document */
HTML {
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	color:#003366;

}

BODY {
	
	font-family: Verdana, sans-serif;
	font-size:100%;
	margin:0px;
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	background-color:#fef9eb;
	background-position:top center;


}

#WRAPPER{
	
	width:750px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	background-image:url(images/bg.gif);
	background-repeat:repeat-y;
	/*border:1px solid #333333;*/
	 
}



#HEADER{

	height:156px;
	background-image:url(images/home_01.jpg);
	background-repeat:no-repeat;
	clear:both;
	
	/*border:1px solid #333333;*/

}
#SUBHEADER{

	height:46px;
	background-image:url(images/home_02.gif);
	background-repeat:no-repeat;
	clear:both;
	font-weight:bold;
	font-size:75%;
	padding:6px 0px 0px 8px;
	color:#1147ab;
	/*border:1px solid #333333;*/

}



#COL_LEFT{

	width:148px;
	float:left;
	/*border:1px solid #333333;*/
}

#COL_CENTER{

	width:590px;
	/*border:1px solid #333333;
	border-style:inset;*/
	margin-left:150px;

}

#FOOTER {

	height:22px;
	background-image:url(images/home_12.gif);
	background-repeat:no-repeat;
	clear:both;
	font-size:70%;
	text-align:right;
	padding-right:30px;
	padding-top:4px;
}


#TOPMENU {

	height:16px;
	background-image:url(images/home_04.gif);
	background-repeat:no-repeat;
	background-position:center;
	font-size:90%;
	

}
#BOTTOMMENU {

	height:12px;
	background-image:url(images/home_08.gif);
	background-repeat:no-repeat;
	background-position:center;
	font-size:90%;

}
#colleg {
	margin-top:25px;
	height:60px;
}

#MENU {

	
	background-image:url(images/home_06.gif);
	background-repeat:repeat-y;
	background-position:center;
	font-size:90%;
	padding:3px 0px 1px 0px;

}

#MENU a {

	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;

}

#MENU a:hover {

	color:#CCFF00;
	text-decoration:none;

}

.testatina {

	background-image:url(images/home_05.gif);
	background-repeat:no-repeat;
	height:26px;
	font-weight:bold;
	color:#003366;
	padding:14px 0px 0px 14px;
	font-size:90%;

}



.content {

	background-image:url(images/home_07.gif);
	background-repeat:repeat-y;


}

.footerino {

	background-image:url(images/home_10.gif);
	background-repeat:no-repeat;
	height:18px;
	clear:both;

}
.dinamico {

	background-image:url(images/home_11.gif);
	background-repeat:no-repeat;
	height:93px;
	clear:both;

}

.text_01 {

	font-size:90%;
	padding:12px;
	color:#003366;

}
.text_02 {

	font-size:90%;
	padding:12px;
	color:#0048c1;
	height:60px;
	overflow:hidden;

}
.text_orange {

	color:#c74e19;
	
}

.text_orange_bold {

	color:#c74e19;
	font-weight:bold;
	
}
.title_bold {

	color:#003366;
	font-weight:bold;
	
}

H1, H2, H3, H4, H5, H6 {
	
	color:#006600;

}

a {

	color:#0066CC;
	text-decoration:none;
	font-weight:bold;

}

a:hover {

	color:#FF9900;
	text-decoration:none;

}

input, textarea, select{
	border:1px solid #dac057;
	color:#5E0000;
	SCROLLBAR-ARROW-COLOR: #000000;
	SCROLLBAR-FACE-COLOR: #F8E8C6;
	SCROLLBAR-TRACK-COLOR: #fbe6a4;
	scrollbar-3dlight-color: #FAEDD0;
	scrollbar-highlight-color: #E5D4AF;
	scrollbar-shadow-color: #D7C08E;
	scrollbar-darkshadow-color: #B59E6C;
	border-style:solid;
	background-color:#fffdf8;

}

