/* CSS Document */



html,body {



margin:0;

padding:0;

height:100%;

width:100%;

background-color: #D3CEAA;
background-image: url(images/mainbg.png);
background-position: top center;
background-repeat: repeat-x;

}



table.full-height {



height:100%;

width:100%;

border:0px;



}



table {



	font-family: Tahoma, Verdana, Arial;

	font-size: 12px;

	color: #83001A;

	line-height: 20px;

}



p {



	font-family: Tahoma, Verdana, Arial;

	font-size: 12px;

	color: #83001A;

	line-height: 20px;

}

h1 {

	font-size: 14px;
	color: #83001A;

}

a {

	color: #83001A;

	text-decoration: none;

}



a:hover {

	color: #83001A;

	text-decoration: underline;

}

.baselink a {

	color: #ffffff;
	text-decoration: none;
}

.baselink a:hover {

	color: #ffffff;

	text-decoration: underline;
}

.baselink p {

	font-family: Tahoma, Verdana, Arial;

	font-size: 12px;

	color: #ffffff;
}

ul li {
    
    margin: 0px 0px 0px -20px;
    padding: 0 0 0 0;
	list-style: none;
	line-height: 25px;
	font-color: ffffff;
	
}