<Style>/* Default CSS Stylesheet for a new Web Application project */{}

.GeneralPage
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

.GeneralTable
{
	background-color: White;
}

.LeftColumn
{
	font-family: Arial;
	font-size: 9pt;
	color: #333333;
	font-weight: Normal;
	font-style: normal;
	text-decoration: none;
	text-align: Left;
	vertical-align: Top;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

.RightColumn
{
	font-family: Arial;
	font-size: 9pt;
	color: #333333;
	font-style: normal;
	font-weight: Normal;
	text-decoration: none;
	text-align: right;
	vertical-align: top;
	width: 120px;
	background-color: #FFFFFF;
	}


.Content
{
	font-family: Arial;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: Normal;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	line-height: 13pt;
}

.ContentR
{
	font-family: Arial;
	font-size: 9pt;
	color: #333333;
	font-weight: Normal;
	font-style: normal;
	text-decoration: none;
	text-align: Right;
	line-height: 13pt;
}

.ContentTableHeader
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	background-color: #fff;
	background-image: url('none');
	text-align: left;
	text-transform: lowercase;
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom: 1px solid #999999;
}

.ContentTable
{
	background-color: #999999;
}
.ContentTableHorizontal
{
	background-color: #999999;
}


link {
	text-decoration: none;
	color: #990000;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}



A:hover {
	COLOR: #FF0000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	}

</Style>; 	

