@charset "UTF-8";
/* CSS Document */

body {
	height:100%;
	min-height:100%;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
}

P	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 14px;
	color: #000000;
	}

UL	{
	margin-top:0px;
	list-style-image: url('arrow.gif');
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
.style1 {
	font-size: 14px;
	font-weight: bold;
	color:#FF9966;
}

a	{
	color: #3366CC;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

a:hover	{
	text-decoration:underline;
	}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
	font-weight: bold;
	color: #000000;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
}

.footer {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #CCCCCC;
}

