@charset "utf-8";
/* CSS Document */


h1
{
	font-family: arial;
	font-size: 22px
}

p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 25px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 3px;
}
td {
	margin: 0px;
	padding: 0px;
}


.border { border: thin solid #99FFCC; }

.border1 { border: thin solid #990000; }



a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #0000CC;
	font-size: 18px;
	line-height: 25px;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #0000CC;
	font-size: 18px;
	line-height: 25px;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #B00000;
	text-decoration: none;
	font-size: 18px;
	line-height: 25px;
	background-color: #FFFFFF;
}

