/* CSS Document */

body		{
			font-family: Tahoma; font-size: 12px; 
			color: #000000; text-align: left; margin-top: 0; margin-bottom: 0;
			}

hr			{ color: #990000; size: 1px; }

h3			{ color: #990000; }

/*
a:link 		{	color: #000066; text-decoration: underline; }
a:visited	{	color: #000066; text-decoration: underline; }
a:hover		{	color: #000066; text-decoration: none; }
a:visited	{	color: #000066; text-decoration: none; }
*/

.in_const	{
			padding: 20px;
			font-family: Arial, Helvetica, sans-serif; font-size: 14px;
			color: #000066; text-align: left;
			}
.in_body		{
			padding: 20px;
			font-family: Tahoma; font-size: 12px;
			color: #000000; text-align: left; border-right: 1px solid #F5F5F5;
			}
.title_sm		{
			font-weight: bold;
			}

.index_welcome	{
			padding: 20px 20px 5px 20px;
			}

.index_left		{
			padding: 20px 10px 30px 20px;
			}

.index_right	{
			padding: 20px 20px 30px 10px; border-left: #990000 solid 1px;
			}

.index_lowboy_right	{
			padding: 20px 20px 10px 10px;
			}
			
.index_right_uppertext	{
			color: #990000;
			}						
.bold_reddish		{
			font-weight: bold; color: #990000;
			}
						
a.link_cuote	{ color: #990000; font-size: 10px; }

.copyrights		{ color: #990000; font-size: 10px; }
.copyrights	a:link	{ color: #990000; }

/* Backgrounds */

.bg_top_hd	{ 
			background-image: url(bg_top_hd.jpg); background-repeat: repeat-x;
			vertical-align: middle; text-align: center;
			font-family: Tahoma; font-size: 11px; color: #6A6A6A;
			}

.bg_top_hd a:link, .bg_top_hd a:visited {
			color: #6A6A6A; text-decoration: none;
			}

.bg_top_hd a:hover, .bg_top_hd a:active {
			color: #666666; text-decoration: underline;
			}

.bg_btm_hd  {
			background-image: url(bg_btm_hd.jpg);
			background-repeat: repeat-x;
			font-family: Tahoma; color: #FFFFFF; font-size: 11px;
			vertical-align: middle; text-align: center;
			}

.bg_btm_hd a:link, .bg_btm_hd a:visited {
			color: #FFFFFF; text-decoration: none;
			}

.bg_btm_hd a:hover, .bg_btm_hd a:active {
			color: #F5D107; text-decoration: underline;
			}

.line_1		{
			background-color: #CCCCCC;
			}
			
.bg_menu_L	{
			background-image: url(bg_menu_L.jpg);
			background-repeat: no_repeat;
			font-family: Tahoma; color: #FFFFFF; font-weight: bold; font-size: 11px;
			padding-right: 52px; vertical-align: middle; text-align: right;
			}
			
.bg_menu_L a {
			color: #FFFFFF; text-decoration: none; }

.bg_menu_L a:hover {
			color: #FFFFFF; text-decoration: underline;
			border-left: 10px #E3BB1A solid; }						
			
.bg_menu_L_b {
			background-image: url(bg_menu_L_b.jpg);
			background-repeat: no-repeat;
			} 			


.bg_left_col
			{ 
			background-color: #F5F5F5; text-align: right;
			}

.bg_footer	{
			background-image: url(bg_footer.jpg); background-repeat: repeat-x;
			font-size: 10px; text-align: center; padding-top: 7px; color: #FFFFFF
			}

.footer a:link, .bg_footer a:visited {
			color: #FFFFFF; text-decoration: none;
			}

.footer a:hover, .bg_footer a:active {
			color: #F5D107; text-decoration: underline;
			}			
