@import "forms.css";
@import url('forms.css');

/* Styles for any basic elements e.g. p, h1 etc. */

body {
	margin: 0;
	padding: 0;
	background-color: #C0C0C0;
}

td, th {
	font-family: Tahoma;
	font-size: 11px;
	color: #555555;
}

.bg_divide_vert{
	background-image:url(../images/divide_vert.gif) no-repeat;
}

li {
	list-style-image:url(../images/list.gif);
}

#header {
	background:url(../images/header.jpg) no-repeat;
}

#nav {
	background:url(../images/nav.gif) no-repeat;
}

#footer {
	background:url(../images/footer.gif) repeat-x top;
}

#space {
	background:url(../images/space.gif) repeat-x top;
}

#space2 {
	background:url(../images/space.gif) repeat-y top;
}

.h1 {
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-weight: normal;
	color: #0f9a1a;
}

.h2 {
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #a1a1a1;
}

h4 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #0f9a1a;
}


.footer{
	font-family: Tahoma;
	font-size: 11px;
	color:#FFFFFF;
}

#footer a:visited, #footer a:active, #footer a:link {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	font-family: Tahoma;
	font-size:11px;
	color: 66FF99;
}

h3{
	font: 14px Arial, Helvetica, sans-serif;
	color: #0f9a1a;
	font-weight:bold;
}

a.h3{
	font: 14px Arial, Helvetica, sans-serif;
	color: #fffd70;
	font-weight:bold;
	text-decoration:none;
}

a:hover.h3{
	font: 14px Arial, Helvetica, sans-serif;
	color: #fffd70;
	font-weight:bold;
	text-decoration:none;
}

.text_box{
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}


a {
	color: #0f9a1a;
}

a:hover {
	color: #0a5610;
}
