/* CSS Document */

body
{
	background-image:url(images/pagebg.jpg);
	background-repeat: repeat_y;
	background-position: left;
	background-position: top;
	margin: 0
}

.mainborder
{
	background-color: #513E3E
}

.contenttd
{
	background-color: #E1DDD9
}

.topmenutxt
{
	font-family: tahoma;
	font-size: 10px;
	background-color: #513E3E;
	color: #FFFFFF
}
.topmenu
{
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none
}

.topmenu:hover
{
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline
}

.gentxt
{
	font-family: Tahoma;
	color: #513E3E;
	font-size: 11px;
	text-align:justify;
	line-height: 150%
}

.sidemenu
{
	background-image: url(images/menubg.gif);
	background-repeat: no-repeat;
	height: 27 px;
	width: 160 px;
	border: 0 px;
	padding-top: 5px;
	text-align: right;
	font-family: tahoma;
	font-size: 12px;
	display: block;
	font-weight: bold;
	color: #513E3E;
	text-decoration: none
}

.sidemenu:hover
{
	text-decoration: underline
}

.foottxt
{
	font-family: tahoma;
	color: #FFFFFF;
	font-size: 9px
}

.footlnk
{
	color: #FFFFFF;
	text-decoration: none
}

.footlnk:hover
{
	color: #FFFFFF;
	text-decoration: underline
}