.body A:link {text-decoration: none; color: blue;}
		.body A:visited {text-decoration: none; color: blue;}
		.body A:active {text-decoration: none; color: blue;}
		.body A:hover {text-decoration: none; color: red;}
		
		body {font-family: verdana; font-size: 10pt}
		h1 {font-family: verdana; font-size: 14pt; color: #FF5555; font-weight: bold; letter-spacing: .5px}
		h2 {font-family: verdana; font-size: 12pt}

		.footer A:link {text-decoration: none; color: #555555}
		.footer A:visited {text-decoration: none; color: #555555}
		.footer A:active {text-decoration: none; color: #555555}
		.footer A:hover {text-decoration: underline; color: red;}

		table.main th, table.main td, table.main tr
		{
			font-size: 100%;
			font-family: verdana;
			font-size: 10pt;
		}

		.clear
		{
    			overflow: hidden;
   			width: 100%;
		}

		a.button
		{
    			background: transparent url('images/button_a.gif') no-repeat scroll top right;
    			color: #333;
    			display: block;
    			float: left;
    			height: 24px;
    			margin-right: 6px;
    			padding-right: 18px; /* sliding doors padding */
    			text-decoration: none;
			cursor: pointer;
		}

		a.button span
		{
    			background: transparent url('images/button.gif') no-repeat;
    			display: block;
    			line-height: 14px;
    			padding: 5px 0 5px 18px;
			text-decoration: none;
			color: #333;
			cursor: pointer;
			font-family: arial;
		}

		a.button span::selection
		{
    			background: transparent;
			color: #333;
		}
	
		a.button:active span::selection
		{
    			background: transparent;
			color: #333;
		}

		a.button:active
		{
    			background-position: bottom right;
    			color: #000;
    			outline: none;
			text-decoration: none;
			cursor: pointer;
		}

		a.button:active span
		{
    			background-position: bottom left;
    			padding: 6px 0 4px 18px;
			text-decoration: none;
			cursor: pointer;
			font-family: arial;
		}