body { 
	font-family				: Verdana, Arial, Helvetica, sans-serif; 
	font-size				: 12px;
	text-align				: justify;
}

a:link {
	color					:	#595959;
	text-decoration			:	none;
}

a:visited {
	color					:	#FF0000;
	text-decoration			:	none;
}
	
a:hover{
	text-decoration			:	underline;
}

#tab_bar {
	border-bottom			: 	2px solid #585858;
	font-size			: 	11px;
	text-align			:	center;
	margin-top			: 	5px;
	padding				:	2px;
	position			:	absolute;
	top				:	65px;
	margin-left			:	150px;
        font-weight        		:	bolder;
	width                           :       600px;	
        
}

img {
	text-align: center;
}

#tab_bar a:link, #tab_bar a:visited {
		background-color	:	#FF0000;
		color				:	#FFFFFF;
		margin				: 2px;
		padding				:	0px 10px;
		text-decoration		: 	none;
	}	
	
	#tab_bar a:hover {
		background-color	:	#FFFFFF;
		color				:	#000000;
	}

	#tab_bar .active {
		background-color	:	#99CC00;
		color				:	#999999;
	}
	
#body {
	margin-left				:  160px;
	min-height				:  250px;
	vertical-align			        :  top;
	padding-top				:  18px;
        max-width                               :  600px;
        width                                   :  600px;
	padding-bottom				:  10px;
}

#side_bar {
	font-size				:	11px;
	left					:	10px;
	padding-top				:	2px;
	position				:	absolute;
	width					:	150px;
}

#footer {
	margin-left				:	150px;
	font-size				:	10px;
	padding-top				:	10px;
	position				:	relative;
	text-align				:	center;
	width					:	auto;
        max-width                               :       600px;
        width                                   :       600px;
}

td.title {
	background-color: #C5C5C5;
	BORDER-BOTTOM: #585858 1px solid;
	text-align : center;
	font-weight: bolder;
	font-size: 12px;
	font-family				: Verdana, Arial, Helvetica, sans-serif;
}

#catalogo {
	background-color: #FFFFFF;
	font-family				: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	width: 500px;
}

#catalogo table {
	width: 480px;
}

#catalogo td {
	font-size: 11px;
	BORDER-BOTTOM: #585858 1px solid;
}

#catalogo legend{
	font-size: 11px;
	font-weight: bolder;
	color: #FF0000;	
}

#catalogo fieldset{
	padding-top				:	10px;
	//????
}	