p		{
		font-family	: MS UI Gothic

		}

body		{
		background-image:    url('images/restyle.jpg');
		background-repeat:   no-repeat;
		background-position: 50% 30%;
		margin: 0px;
		padding: 0; 
	        font-size		: 9pt;
	        color			: #555555
		}


a:link		{
		color	: #333333;text-decoration:none;
		}

a:visited	{
		color	: #333333;text-decoration:none;
		}

a:hover		{
		color	: #880000;text-decoration:underline;
		}

a:active    	{
		color	: #880000;
		}



textarea	{
		font-size	: 13;
		border-top	: 1px solid #CCC;
		border-right	: 1px solid #CCC;
		border-bottom	: 1px solid #CCC;
		border-left	: 1px solid #CCC;
		color		: #000000;
		overflow	: auto;
		}

input		{
		font-size	: 13;
		border-top	: 1px solid #CCC;
		border-right	: 1px solid #CCC;
		border-bottom	: 1px solid #CCC;
		border-left	: 1px solid #CCC;
		color		: #000000;
		}



select	{
		font-size	: 13;
		border-top	: 0px solid #CCC;
		border-right	: 0px solid #CCC;
		border-bottom	: 0px solid #CCC;
		border-left	: 0px solid #CCC;
		color		: #000000;
		overflow	: auto;
		}
