/* style  */

a:link	{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

a:hover	{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

body {
	background-color: #FFFFFF;
	color: #3D5F9C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
}

h1 {
	text-decoration: none;
	border-bottom-width: 2px;
	border-color: #000000 #000000 #55709B;
	border-left-width: 0px;
	border-right-width: 0px;
	border-style: dotted;
	border-top-width: 0px;
	color: #666666;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-indent: 6px;
	text-transform: uppercase;
}

p {
	color: #3D5F9C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

td {
	color: #3D5F9C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.btcontent1 {
	background-color: #FFFFFF;
	background-image: url(images/bkcontent2.jpg);
	background-position: left top;
	background-repeat: repeat-y;
	color: #000000;
}

.btcontent2 {
	background-image: url(images/bkcontent1.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	color: #000000;
}

.btfooter {
	background-image: url(images/bkfooter.jpg);
	background-repeat: repeat-x;
	text-indent: 10pt;
}

.btheader {
	background-image: url(images/bkheader.jpg);
	background-repeat: repeat-x;
}

.btsubtitles {
	border-bottom-width: 2px;
	border-color: #55709B #000000;
	border-left-width: 0px;
	border-right-width: 0px;
	border-style: dotted;
	border-top-width: 2px;
	color: #333333;
	font-weight: bold;
}

.floatleft { 
	float: left; 
	margin: 0 10px 10px 0;
}

/* [LEFT NAVIGATION MENU] */	

#LeftMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#LeftMenu {
	width: 148px;
	border: 0px solid #CCC;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	}
	
#LeftMenu li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 20px;
	text-decoration: none;
	}	
	
#LeftMenu li a:link, #LeftMenu li a:visited {
	color: #333333;
	display: block;
	padding: 5px 0 1px 5px;
	}
	
#LeftMenu li a:hover, #LeftMenu li a:active {
	color: #FFFFFF;
	background-color: #3D5F9C;
	padding: 5px 0 1px 5px;
	}
	
#LeftSideBar p {
	font-family: Tahoma, Verdana, sans-serif, Helvetica;
	color: #F5F5F5;
	font-size: 10px;
	padding: 0px;
	}
#LeftSideBar a:link, #LeftSideBar a:visited {
	color: #333333;
	text-decoration: underline;
	font-weight: normal;
	}
#LeftSideBar a:hover {
	color: #333333;
	text-decoration: underline;
	font-weight: normal;
	}				