/* CSS Document */

body,td,th {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 14px;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
#content {
	margin:10 15 10 15;
}
#right {
	float:right;
}
.h1 {
	font-size:15px;
	font-weight:bold;
	color:#ffffff;
	font-style:italic;
}
.h2 {
	font-size:14px;
	font-weight:bold;
	color: #E63E42;
}
a:link {
	text-decoration: none;
	color: #ffffff;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	color: #c31f26;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #ffffff;
	font-weight:bold;
}
#linkmenu {
	margin-left:20px;
	margin-top: -5px;
}
.sm {
	font-size:10px;
}