/* Redifined HTML Tag Styles */

.title{
	font-size: 13px;
	font-weight: bold;
	color:#FFF000;
	font-family:"Trebuchet MS";
}

a {color: #FFF666;}

a:hover {
	text-decoration: none;
	color: #FFFFFF;

}


h1,h2,h3,h4,h5,h6 {
	font-family: "Trebuchet MS";
	color:#000000;
}

body{
	border: 0px;
	color: #C0C0C0;
	font-family: "Trebuchet MS";
	font-size: 12px;
	margin: 0px 0px 0px;
	background-color:#FFFFFF;
}

hr {
	color:#FFF666;
	background-color:#FFF666;
	border:0;
	height:1px;
}

p,li,td {
	font-family: "Trebuchet MS";
	font-size: 13px;
}

.boldred {color: #FF0000; font-weight: bold; }

input,select,textarea {
	font-size:12px;
	font-family:"Trebuchet MS";
	color:#333333;
	background:#FAFAFA;
	border-color:#CCCCCC;
	border-style:solid;
}

.button {
	font-size:12px;
	font-family:"Trebuchet MS";
	font-weight:bold;
	color:#FFFFFF;
	letter-spacing:1px;
	background:#999999;
	border-color:#CCCCCC;
	border-style:solid;
}

.button:hover{
    font-size:12px;
	font-family:"Trebuchet MS";
	font-weight:bold;
	color:#C0C0C0;
	letter-spacing:1px;
	background-color:#EEEEEE;
	border-color:#999999;
	border-style:solid; 
}

.copyright {
	font-family: "Trebuchet MS";
	font-size: 12px; 
	font-style: normal; 
}
			
.subheader {
	font-size: 16px;
	font-weight: bold;
	color:#FFF000;
	font-family:"Trebuchet MS";
}

.header {
	font-size: 14px;
	font-weight: bold;
	color:#666666;
	font-family:"Trebuchet MS";
}

.small {
	font-size: 10px;
	font-family:"Trebuchet MS";
}

.listbk {
	background-color:#FDFAE7;
}

.listbk:hover {
	background-color:#C3C1AC;
}