﻿body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-image: url(../../img/bg01.jpg);
}
table { background-repeat: no-repeat; }
tr { background-repeat: no-repeat; }
td { background-repeat: no-repeat; }
body { 	background-repeat: repeat-x; }
.style1 { font-family: "Segoe UI", Verdana; font-size: 12px; }
.style2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; }
.style3 { font-family: "Segoe UI", Verdana; }
.style4 { font-family: "Segoe UI", Verdana; font-size: 12px; color: #333333; }
.style5 { font-size: 12px; font-family: "Segoe UI", Verdana; color: #999999; }
.style6 { font-size: 16px; color: #333333; } 
.style7 { color: #333333; }

.lca_link a {
color: #E7691E;
text-decoration: underline;
font-weight:normal;
}

a:link {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}

.link_footer 
{
	font-family: "Segoe UI", Verdana; font-size: 12px; color: #000000;
}

.link_footer a
{
	font-family: "Segoe UI", Verdana;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.link_footer a:link 
{
	font-family: "Segoe UI", Verdana;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.link_footer a:active
{
	font-family: "Segoe UI", Verdana;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.link_footer a:hover  
{
	font-family: "Segoe UI", Verdana;
	font-size: 12px;
	color: #000000;
	text-decoration:underline;
}

.style8 {font-size: 18px; font-weight: bold; font-family: "Segoe UI", Verdana; }

/*****************************************
	Navigation ---- tabs ----
*****************************************/

.tabs {
	width:100%; 
	height:28px;
	background-image:url(../../img/link_bg.jpg);
	/*background-repeat:repeat-x;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold; 
	font-style:normal; 
	text-decoration:none;
}


.tabs ul { 
	display:block; 
	padding:0 0 0 0;
	margin:0;
}
	
.tabs li {
	display:inline;
	float: left;
	background-image:url(../../img/tab_divider.jpg);
	background-repeat:repeat-y;
	background-position: right top;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 3px;
	padding-bottom: 0px;
	margin: 0;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFFFFF;
	font-weight:bold; 
	font-style:normal; 
	text-decoration:none;
	
}

.tabs li a {
	display:block;
	padding:0 0 0 0;
	margin:0;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold; 
	font-style:normal; 
	text-decoration:none;
}

.tabs li a:hover { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold; 
	font-style:normal;
	text-decoration:underline;
}

.tabs li.selected a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fde433;
	font-weight:bold; 
	font-style:normal;
	text-decoration:none;
}