
	body.main {
		background-color		: #7a776e;
		background-attachment	: fixed;

		font-family				: Tahoma;
		font-size				: 13px;
		font-weight				: Normal;
		color					: #000033;
	}

	body.bg_right {
		background-color		: #C0C0C0;
	}

	img.left {
		border-top-style			:	none;
		border-top-width			:	1px;
		border-top-color			:	#000000;

		border-left-style			:	none;
		border-left-width			:	5px;
		border-left-color			:	#000000;

		border-bottom-style			:	solid;
		border-bottom-width			:	5px;
		border-bottom-color			:	#000000;

		border-right-style			:	none;
		border-right-width			:	5px;
		border-right-color			:	#000000;
	}

	img.foto {
		border-top-style			:	solid;
		border-top-width			:	2px;
		border-top-color			:	#000000;

		border-left-style			:	solid;
		border-left-width			:	2px;
		border-left-color			:	#000000;

		border-bottom-style			:	solid;
		border-bottom-width			:	2px;
		border-bottom-color			:	#000000;

		border-right-style			:	solid;
		border-right-width			:	2px;
		border-right-color			:	#000000;
	}

	img.border {
		border-style				: solid;
		border-width				: 1px;
		border-color				: #C64907;
	}

	td {
		font-family					: Verdana;
		font-size					: 11px;
		font-weight					: normal;
		background-repeat			: no-repeat;
	}

	td.header {
			color					: #FFFFFF;
	}

	td.dark_header {
		color						: #000000;
		padding-top					: 4px;
		border-top-style			: solid;
		border-top-width			: 1px;
		border-top-color			: #000000;
	}

	td.dark_content {
		color						: #0000A0;
		padding-top					: 4px;
		padding-left				: 8px;
	}

	td.light_header {
		color						: #000000;
		padding-top					: 4px;
		border-top-style			: solid;
		border-top-width			: 1px;
		border-top-color			: #000000;
	}

	td.light_content {
		color						: #9C0E8E;
		padding-top					: 4px;
		padding-left				: 8px;
	}

	td.info {
		font-weight					: Normal;
	}

	A:link.light_header 	{color: #000000; text-decoration:none;}
	A:visited.light_header 	{color: #000000; text-decoration:none;}
	A:hover.light_header 	{color: #000000; text-decoration:underline;}

	A:link.dark_header 		{color: #FFFFFF; text-decoration:none;}
	A:visited.dark_header 	{color: #FFFFFF; text-decoration:none;}
	A:hover.dark_header 	{color: #FFFFFF; text-decoration:underline;}

	A:link.light_content	{color: #E84B00;;font-weight:normal;text-decoration:none;}
	A:visited.light_content {color: #E84B00;font-weight:normal;text-decoration:none;}
	A:hover.light_content 	{color: #804000;;font-weight:normal;text-decoration:underline;}

	A:link.dark_content		{color: #E84B00;font-weight:normal;text-decoration:none;}
	A:visited.dark_content 	{color: #E84B00;font-weight:normal;text-decoration:none;}
	A:hover.dark_content 	{color: #804000;font-weight:normal;text-decoration:underline;}

	A:link.download			{color: #02A381;font-weight:Bold;text-decoration:none;}
	A:visited.download	 	{color: #02A381;font-weight:Bold;text-decoration:none;}
	A:hover.download	 	{color: #02A381;font-weight:Bold;text-decoration:underline;}

	A.header:active, A.header:visited, A.header:link {
		font-family					: Tahoma;
		font-size					: 12px;
		font-weight					: bold;
		color						: #333366;
		text-decoration				: none;
		letter-spacing				: 2px;
		cursor						: pointer;
	}
	A.header:hover {
		font-family					: Tahoma;
		font-size					: 12px;
		font-weight					: bold;
		color						: #333366;
		text-decoration				: underline;
		letter-spacing				: 2px;
		cursor						: pointer;
	}

	input, textarea {
		font-family					: Tahoma;
		font-size					: 12px;
		background-color			: #D4D0C8;
		border-style				: solid;
		border-width				: 1px;
		border-color				: #C64907;
		padding-left				: 2px;
		padding-right				: 2px;
	}

	input.button {
		font-weight					: Bold;
		background-color			: #EEEABD;
		border-style				: solid;
		border-width				: 1px;
		border-color				: #C0C0C0;
		cursor						: pointer;
	}



	div.pag_image {
		float: right;
		width: 250px;
	}
	div.info_content {
		padding: 6px 2px 10px 2px;
		margin: 0;
		text-align: left;
	}
	div.table_space_none {
		clear: both;
		margin: 0;
		padding: 0;
		padding-bottom: 0;
		width: auto;
	}
