a:link {
	color: #008000;
	text-decoration: none;
}

a:visited {
	color: #008000;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

a:active {
	color: #008000;
	text-decoration: none;
}

body	{
	background-image: url("images/back_grey.jpg");
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-size: small;
	line-height: 125%;
}

form	{
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-size: small;
	line-height: 125%;
}

h1	{
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-size: medium;
	font-variant: small-caps;
	font-weight: bold;
	line-height: 125%;
}

input	{
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-size: small;
	font-variant: small-caps;
	font-weight: normal;
	line-height: 125%;
}

select	{
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-size: small;
	font-weight: bold;
	line-height: 125%;
}

table, td, p, li {
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-size: small;
	line-height: 150%;
}

textarea	{
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-size: small;
	font-weight: bold;
	line-height: 125%;
}
