* {
	font-family: tahoma;
	font-size: 11px;
	color: #464646;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
}
.style1 {
	color: #FFFFFF;
	font-size: 10px;
}
.style2 {
	color: #346FAC;
	font-weight: bold;
	font-size: 12px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.style4 {color: #FFFFFF}
.style5 {
	color: #346FAC;
	font-weight: bold;
}

.heading
{
	color:#346FAC;
	font-size:14px;
	padding-bottom:10px;
	font-weight:bold;
}

#menu a:hover
{
	text-decoration:none;
	color: #346FAC;
}

#menuholder
{
	background-image:url(images/button.gif);
}

#selected
{
	background-image:url(images/button_hover.gif);
}

#content a:hover{
	color:#333333;
	border-bottom:1px dashed black;
	text-decoration:none;
}

#content a{
	color:#333333;
	border-bottom:1px solid black;
	text-decoration:none
}



h3
{
	font-size:16px;
}

#foot
{
	color:white;
}

#foot a
{
	text-decoration:none;
	border-bottom:none;
	color:white;
}

#foot a:hover
{
	text-decoration:none;
	border-bottom:none;
	color:white;
}


/*- Menu Tabs J--------------------------- */

#tabsJ {
  float:left;
  width:100%;
  background:#ffffff;
  font-size:93%;
  line-height:normal;
	  border-bottom:1px solid #24618E;
	  margin-bottom:4mm;
  }
#tabsJ ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
  }
#tabsJ li {
  display:inline;
  margin:0;
  padding:0;
  }
#tabsJ a {
  float:left;
  background:url("images/tableftJ5.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 5px;
  text-decoration:none;
  }
#tabsJ a span {
  float:left;
  display:block;
  background:url("images/tabrightJ5.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#24618E;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsJ a span {float:none;}
/* End IE5-Mac hack */
#tabsJ a:hover span {
  color:#24618E;
  }
#tabsJ a:hover {
  background-position:0% -42px;
  }
#tabsJ a:hover span {
  background-position:100% -42px;
}

#tabsJ #current a {
		background:url("images/tableftJ.gif") no-repeat right top;
		background-position:0% -42px;
}
#tabsJ #current a span {
		background:url("images/tabrightJ.gif") no-repeat right top;
		background-position:100% -42px;
		color:#24618E;
}

input{
	border:1px solid grey;
}

.subheading
{
	font-weight:bold;
}