/* CSS Document */

body,td,th {
	color: 292929;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
body {
	background-color: #454545;
	background-image:url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
img {
	border:none;
}

/* Links */

a {
	font-size: 10px;
	color: #76af00;
}
a:link {
	text-decoration: none;
	color: #76af00;
}
a:visited {
	text-decoration: none;
	color: #76af00;
}
a:hover {
	text-decoration: none;
	color: #7c973c;
}
a:active {
	text-decoration: none;
	color: #76af00;
}

/* Menu Links */

.menu:link,.menu:visited,.menu:hover,.menu:active {
	text-decoration: none;
	color: #ffffff;
}

/* Headings */

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 16px;
	color: 292929;
}
h2 {
	font-size: 14px;
	color: 292929;
}
h3 {
	font-size: 12px;
	color: 292929;
}

/* Text */

.footer {
	color:#ffffff;
}

/* Lists */

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