@charset "UTF-8";
/* CSS Document */

body
{
	padding: 0px, 0px, 0px, 0px;
	margin: 0px 0px 0px 0px;
}

body, td, input, textarea
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#808080;
}

a
{
	text-decoration: underline;
	color:#808080;
}

a:hover
{
	text-decoration: none;
	color:#770000;
}

.content
{
	text-align:justify;
}

div.scroll 
{
		height: 180px;
		width: 90%;
		overflow: auto;
		border: 0px;
		background-color: #FFFFFF;
		padding: 8px;
}

