@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bodytxt {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #006666;
	text-decoration: none;
}
.title {
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.text3 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #336666;
	text-decoration: none;
}
.text4 {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

/* Left Menu Styles */
.link
{
font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color: #000000;
text-decoration:none;
font-size:12px;
font-weight:normal;

}
.link:hover
{
font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color: #0099CC;
text-decoration:none;
font-size:12px;
font-weight:normal;

}
.applemenu{
margin-left:36px;
margin-top:0px;
padding: 0;
width: 150px; /*width of menu*/
/*border: 0px solid #9A9A9A;*/
}
.applemenu div.silverheader
{

height:34px;
}
.leftlinkf
{
font:verdana;
font-size:14px;
font-weight:bold;
}
.leftlinks
{
font:Arial;
font-size:14px;
font-weight:normal;
}
.applemenu div.silverheader a{
height:34px;
background: url(images/gray-nav.png) repeat-x center left;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;

/*padding: 0px 0;*/
/*padding-left: 8px;*/

text-decoration: none;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
/*color: white;*/
height:34px;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
background-image: url(images/blue-nav.png);
color:#000000;
/*color: white;*/
height:34px;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
margin-left:13px;
margin-right:5px;
	border: #dcdcdc 0px solid;

 /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}

.applemenu div.submenu table tr td{ /*DIV that contains each sub menu*/
	border: #d3d3d3 0px solid;
 /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}

/* Left Menu Styles */

