	
	body {
		background-image: url(images/back.gif);
		background-repeat: repeat-x;
		text-align:center;
		}
	#tdtop {
		height:100px;
		background-image: url(images/header.gif);
		font-family: verdana;
		font-size: 11px;
		text-align: right;
		color: #FFFFFF;
		}

	#largecontent {
		background-color: transparent;
		font-family: verdana;
		font-size: 12px;
		text-align: left;
		text-valign: top;
		color: #000000;
		}
		
	#maincontent {
		background-color: transparent;
		font-family: verdana;
		font-size: 12px;
		text-align: left;
		color: #000000;
		}

	#smallcontent {
		background-color: #FFFFFF;
		font-family: verdana;
		font-size: 11px;
		text-align: left;
		color: #000000;
		}
	#footer {

		font-family: verdana;
		font-size: 11px;
		color: #000000;
		text-align: center;
		background-color: transparent;
		}
	#imgbdr {
		border-top-width:1px color: #000000;
		border-bottom-width:1px color: #000000;
		border-left-width:1px color: #000000;
		border-right-width:1px color: #000000;
		}

	a:link
		{
		color: #000000;
		text-decoration: none
		}

	a:visited
		{	
		color: #000000;
		text-decoration: none
		}

	a:hover
		{
		color: #ff0000;
		text-decoration: none;
		}

	a:active
		{	
		color: #000000;
		text-decoration: none
		}

