
	* {
		font-family: Tahoma;
		font-size: 13px;
		color: #000033;
	}

	body {
		background-color: #2a3429;
	}

	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;
	}

	table.header {
		margin: 10px 0 0 0;
	}

	td.header {
		color: #FFFFFF;
		width: 960px; height: 300px;
		background-image:url(../images/header.png);
		margin: 0; padding: 60px 0 0 0;
	}

	table.content {
		margin: 10px 0 0 0;
	}

	td.content {
		background-color: #EEEABD;
		width: 940px;
		padding: 10px;
	}

	td.menu_left {
		padding: 0 0 0 18px;
	}

	td.dashed_bottom {
		border-bottom-style		: dashed;
		border-bottom-width		: 1px;
		border-bottom-color		: #828282;
	}

	td.page_title {

		font-size				: 14px;
		color					: #c64907;
		vertical-align			: bottom;
		padding-bottom			: 5px;

		border-style			: none;
		border-bottom-style		: solid;
		border-bottom-width		: 1px;
		border-bottom-color		: #c64907;
	}

	td.page_navigation {

		font-size				: 11px;
		color					: #c64907;
		vertical-align			: bottom;
		padding-bottom			: 5px;

		border-style			: none;
		border-bottom-style		: solid;
		border-bottom-width		: 1px;
		border-bottom-color		: #c64907;
	}

	td.info_header {

		font-size				: 11px;
		color					: #c64907;
		letter-spacing			: 2px;
		vertical-align			: bottom;
		padding-left			: 3px;
		padding-bottom			: 5px;

		border-style			: none;
		border-bottom-style		: solid;
		border-bottom-width		: 1px;
		border-bottom-color		: #c64907;
	}

	td.info_content {
		font-size				: 11px;
		color					: #000000;
		vertical-align			: bottom;
		padding-left			: 3px;
		padding-bottom			: 5px;
		padding-top				: 2px;

		border-style			: none;
		background-color		: #E8E2A4;
	}

	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.box_links {
		margin: 0;
		padding: 0 0 10px 0;
		border-bottom: 1px dashed #C64907;
	}
	div.pag_image {
		float: right;
		width: 250px;
	}
	div.info_content {
		margin: 0;
		padding: 0 2px 10px 2px;
		text-align: left;
	}
	div.table_space_none {
		clear: both;
		margin: 0;
		padding: 0;
		padding-bottom: 0;
		width: auto;
	}

