body			{
			background-color: #FFFFFF;
			}

div.main		{
			background-color: #FFFFFF;
			background-image: url(back_corner.gif);
			background-repeat: no-repeat;
			background-attatchment: scroll;
			padding: 5;
			width: 60%;
			height: 500px;
			text-align: justify;
			position:absolute;
			left: 20%;
			top: 20%;
			}

p.maintext		{
			font-family: Tahoma, Arial;
			font-size: 10pt;
			color: #000000;
			background-color: #D0D6F4;
			border-top: #1216BD groove;
			border-right: #1216BD groove;
			border-bottom: #6C80DD groove;
			border-left: #6C80DD groove;
			width: 80%;
			padding: 15px;
			position: relative;
			left: 10%;
			}

p.pimptext		{
			font-family: Tahoma, Arial;
			font-size: 6pt;
			color: #000000;
			}

p.spon			{
			padding:10px;
			text-align: justify;
			}


div.textbox		{
			font-family: Tahoma, Arial;
			font-size: 10pt;
			color: #000000;
			background-color: #D0D6F4;
			width: 80%;
			padding: 15;
			border-top: #1216BD groove;
			border-right: #1216BD groove;
			border-bottom: #6C80DD groove;
			border-left: #6C80DD groove;
			}

a:link			{
			color: #1216BD;
			text-decoration: none;
			background-color: #FFFFFF;
			padding: 1px;
			border: #FFFFFF solid 1px;
			}

a:visited		{
			color: #6C80DD;
			background-color: #FFFFFF;
			padding: 1px;
			text-decoration: none;
			border: #FFFFFF solid 1px;
			}

a:hover			{
			color: #000000;
			background-color: #FFFFFF;
			padding: 3px;
			text-decoration: none;
			border: #000000 solid 1px;
			}