/* GENERAL */

body,td,th {
	color: #333300;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

body {
	background:#C0B1A5 url(images/bg.gif);
	background-repeat: repeat;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.body_large {
	font-size: 14px;
}

a , a:visited {
	color: #333300;
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
	color: #3366CC;
}

a:active {
	text-decoration:underline;
	color: #333300;
}

.highlight {
	font-size: 14px;
	color: #990000;
	text-decoration:none;
}

.highlight , a:visited {
	color: #990000;
	text-decoration:none;
}

.highlight a:hover {
	text-decoration:underline;
	color: #990000;
}

.highlight a:active {
	text-decoration:underline;
	color: #990000;
}

p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	line-height: 1.5em;
}

h1 {
	font-size: 16px;
	text-transform:uppercase;
	color: #333300;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size: 12px;
	color: #333300;
}

h3 {
	font-size: 10px;
	color: #333300;
}



/* FOOTER */

.footer {
	font-size: 10px;
}

.footer a:link, footer a:visited {
	color: #333300;
	text-decoration: none;
}

.footer a:hover {
	color: #3366CC;
	text-decoration: none;
}

.footer a:active {
	color: #333300;
	text-decoration: none;

