@charset "utf-8";
/* CSS Document */

.text {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
}

.small {
	font-family: Verdana, "Trebuchet MS", Arial;
	font-size: 10px;
}

a.darktext{
    text-decoration: none;
		color: black;
			font-size: 14px;
			font-family: "Trebuchet MS", Arial;

	font-weight: bold;
}

a.darktext:hover {
    text-decoration: none;
		color: blacks;

}


a.textlink {
    text-decoration: none;
		color: white;
			font-size: 14px;
			font-family: "Trebuchet MS", Arial;

	font-weight: bold;
}

a.textlink:hover {
    text-decoration: none;
		color: white;

}

a.menu {
	text-decoration: none;
	color: #ffffff;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial;
	font-weight: bold;
}

a.menu:hover {
    text-decoration: none;
		color: hotpink;

}



a.footer {
    text-decoration: none;
	font-family: Verdana, "Trebuchet MS", Arial;
	color: white;
	font-size: 10px;
}

a.footer:hover {
    text-decoration: none;
	color: white;
}



h1 {
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	font-weight: bold;
	
	margin-bottom: 0;
	
}

input, select, textarea{font-family: Verdana;font-size:10;  color:#ffffff;background-color: #333333;border: 1px solid #cccccc; 
}
