/* CSS Document */

body {
	margin: 0px;
	
}

a:link {text-decoration:underline; color: #0e411d;}
a:visited {text-decoration:underline; color: #0e411d;}
a:active {text-decoration:underline; color: #0e411d;}
a:hover {text-decoration:underline; color: #0e411d;}

.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

a.menu:link {text-decoration:none; color: #000000;}
a.menu:visited {text-decoration:none; color: #000000;}
a.menu:active {text-decoration:none; color: #000000;}
a.menu:hover {text-decoration:none; color: #094019;}

td{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

table.headerbg {
  background-image:  url(../image/header_bg.jpg);
}

td.leftbg {
	background-image:  url(../image/menu_bg.jpg);
	padding: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

td.content {
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

td.footer {
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #0e411d;
}

.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ffffff;
}

a.footer:link {text-decoration:none; color: #ffffff;}
a.footer:visited {text-decoration:none; color: #ffffff;}
a.footer:active {text-decoration:none; color: #ffffff;}
a.footer:hover {text-decoration:underline; color: #ffffff;}
