/* CSS Document */

a
	{
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
	}

a:link, a:visited
	{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	}

a:hover, a:active
	{
	color: #FF9900;
	font-size: 12px;
	}
.pie {
	font-size: 12px;
	font-weight: bold;
	background-color: #161616;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #4E4E4E;
	letter-spacing: 1px;
}
.titu {
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9B5E00;
	padding-top: 20px;
	text-transform: uppercase;
	padding-left: 5px;
	font-weight: bold;
}
.txt {
	text-decoration: none;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: left;
}
.menu {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/menu_t.gif);
	background-repeat: no-repeat;
	background-position: center top;
	letter-spacing: 1px;
}


body {
	background-color: #000000;
	background-image: url(images/line.jpg);
	background-repeat: repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
img {
	border: 0px solid #FFFFFF;
}
.brd {
	border: 7px solid #FFFFFF;
}
.back {
	background-image: url(images/back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 50px;
}
.link_now
	{
	color: #FF9900;
	font-size: 12px;
	}
