body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/inside01.gif);
	}

body, th, td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3D484C;
	}

form {
	margin: 0px;
	padding: 0px;
	}
	
.style1 {
	color: #FF0000;
	font-weight: bold;
	}

.input1 {
	}

.align-justify {
	text-align: justify;
	}

.text1 {
	font-size: 10px;
	color: #8F9CA2;
	}

.text2 {
	font-size: 10px;
	color: #BFD1DD;
	}

a {
	color: #2D9AC1;
	}

a:hover {
	text-decoration: none;
	}

a.link1 {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	}

a.link1:hover {
	text-decoration: underline;
	}

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

#mySlideShow {
	width: 400px !important;
	height: 267px !important;
	text-align: center;
	border: medium solid #000000;
	} 

.header1 {
	font-size: small;
	font-weight: bold;
	}

/*Tabbed Elements*/
#tabbed_box {
	width:289px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	}

.tabbed_area {
	padding:0px;	
	}
	
ul.tabs {
	margin:0px auto; 
	padding:0px;
	margin-top:0px;
	margin-bottom:30px;
	display:block; 
	background:url('images/topMenuImages.png') repeat-x;
	}
	
ul.tabs li {
	padding:0;
	margin:0;
	list-style:none;
	display:inline;
	}
	
ul.tabs li a {
	float:left;
	padding-left:22px;
	display:block;
	color:rgb(0,70,166);
	text-decoration:none;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	cursor:pointer;
	background:url('images/topMenuImages.png') 0px -30px no-repeat;
	margin-left: 5px;
	}
	
ul.tabs li a span{
	line-height:30px; 
	float:left; 
	display:block; 
	padding-right:15px; 
	background:url('images/topMenuImages.png') 100% -30px no-repeat;
	}
	
	
ul.tabs li a:hover {
	background-position:0px -60px; 
	color:rgb(0,70,166);
	}
	
ul.tabs li a:hover span{
	background-position:100% -60px;
	}
	
ul.tabs li a.active, ul.tabs li a.active:hover {
	line-height:30px; 
	font:12px Verdana, Arial, Helvetica, sans-serif; 
	background:url('images/topMenuImages.png') 0px -90px no-repeat; 
	color:rgb(0,70,166);
	font-weight: bold;
	}
	
ul.tabs li a.active span, ul.tabs li a.active:hover span{
	background:url('images/topMenuImages.png') 100% -90px no-repeat;
	}

.content {
	background-color:#ffffff;
	padding:10px;
	}
	
#content_2, #content_3 { display:none; 
	}
	
.content ul {
	margin:0px;
	padding:0px 20px 0px 20px;
	}
	
.content ul li {
	list-style:none;
	border-top:1px solid #d6dde0;
	padding-top:5px;
	padding-bottom:5px;
	font-size:13px;
	color: #798593;
	margin-top: 25px;
	}
	
.content ul li a {
	text-decoration:none;
	color:#004BA2;
	font-weight: bold;
	text-align: justify;
	}
	
.content ul li a small {
	color:#2C333C;
	font-size:11px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	text-align: justify;
	left:4px;
	top:4px;
	font-weight: normal;
	}