@charset "utf-8";
/* CSS Document */

body{
	padding:0px;
	margin:0px;
	background-color:#d9d9c1;
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	font-family: Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	font-size: 12px;
	line-height: 135%;
	text-align:left;
}

hr{
	border:0px;
	height:1px;
	background-color:#333;
}

h1{
}

h2{
}

h3{
}

h4{
}

h5{
}

a{
	color:#CCC;
}

a:link {
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}

a:active {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

img {
	border:0px;
}

a img {
	border:0px;
}

table
{
	empty-cells: show;
}