/* CSS Document */

body {
	background-color: #3A2E3C;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	margin-top: 0px;
	margin-bottom: 20px;
	}
	
body, td, p, ul, ol, li {
	font-family: arial;
	font-size: 12px;
	color: #404040;
	}
	
p {
	text-align: justify;
	}
	
td.header	{
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	width: 540px;
	height: 92px;
	}
	
td.topmenu {
	width: 130px;
	padding-right: 10px;
	}

td.leftmenu {	
	width: 48px;
	}
	
td.topleft {
	background-image: url(images/topleft.jpg);
	background-repeat: no-repeat;
	width: 48px;
	height: 30px;
	}
	
td.middleleft {
	background-image: url(images/middleleft.jpg);
	background-repeat: repeat-y;
	width: 48px;
	}	
	
td.bottomleft {
	background-image: url(images/bottomleft.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 48px;
	height: 5px;
	}

td.background2 {
	background-color: #FEDAE4;
	width: 622px;
	height: 371px;
	padding: 20px;
	}
	
img.floatright {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-right: -20px;
	}
	A.set1	{
	text-decoration:	none;
	}
A.set1:link	{
	color:	#A899AA;
	background-color: transparent;
	}
A.set1:visited	{
	color:	#A899AA;
	background-color: transparent;
	}
A.set1:active	{
	color:	#A899AA;
	background-color: transparent;
	}
A.set1:hover	{
	color:	#A899AA;
	background-color: transparent;
	text-decoration: underline;
	}