/* CSS Document */



.topbar {
	background-image: url(../images/topfade.jpg);
	background-repeat: repeat-x;

}
.left-fade{
	background-image: url(../images/leftbar.jpg);
	background-repeat: repeat-y;

}

#button{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	width:136px;
}

#button a{
	font-family: "Trebuchet MS";
	font-size: 1.2em;
	color: #0000FF;
	text-decoration: none;
	display: block;
	height: auto;
	width: 136px;
	padding: 4px;
	text-transform: capitalize;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	letter-spacing: -1px;
}

#button a:hover{
	display: block;
	height: auto;

	background-color: #003399;
	color: #FFFFFF;
	text-decoration: none;
	border-right-width: thick;
	border-right-style: ridge;
	border-right-color: #CCCCCC;
	
}

#button a.sub{
	letter-spacing: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	padding-right: 0px;
	font-weight: normal;
	font-size:x-small;
	border: none;

}
h1{
	font-family: "Trebuchet MS";
	font-size: large;
	color: #000099;
}
h2{
	font-family: "Trebuchet MS";
	font-size: medium;
	color: #000099;


}
h3 {
	font-family: "Trebuchet MS";
	font-size: small;
	color: #000099;
	letter-spacing: 1px;
	margin: 0px;
	font-weight: bold;

}
th{
	font-family: "Trebuchet MS";
	font-size: medium;
	background-color: #CCCCcc;
	font-weight: normal;
}
#listing td{
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;




}

