@charset "utf-8";
/* CSS Document */

p, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 11px;
	line-height: 20px;
	color:#666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
td,th {
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
img.fade
{
    opacity:0.5;               /* Firefox & Chrome */
    filter:alpha(opacity=50);
	transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;}/* IE */
 
 
img:hover.fade
{
    opacity:1;               /* Firefox & Chrome */
    filter:alpha(opacity=100);
	transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;}/* IE7+ */
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #666;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	line-height: 23px;
	color: #666;
}
h3{	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#999;
	letter-spacing: 5px;
	font-weight:normal;
	}
	h4{
	font-size: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#F90;
	letter-spacing: 5px;
	font-weight:normal;
	}
	h5{ font-size:18px;
	color:#7B9133;
	line-height: 20px;
	font-weight: bold;
	}	
	h6{ font-size:13px;
	color:#666;
	line-height: 20px;
	font-style:italic;
	}
a:hover.fade {
	border-bottom:1px solid #ff9900;	}
	
a:link, a:visited, a:active {
	color:

}

	a:hover {
		font-weight:bold;
