* 
{
	margin:0;
	padding:0;
}

body 
{   
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:25px 0 4px 0;
	color:#222222;
}

img 
{
	border:0;
}

p 
{
	margin-bottom:20px;
	line-height:20px;
}


li
{
	margin: 0px 0px 0px 20px;
}

#wrapper 
{
	width:850px;
	margin:0 auto;
}

#header 
{
	height:150px;
	line-height:150px;
	padding-left:15px;
}

#navigation 
{
	float:right;
	margin-right:15px;
}

#content 
{
	padding:10px 5px;
}

.title
{
	font-size:18px;
	font-weight:bold;
}

#comments 
{
	text-align: justify;
}

#footer 
{
	text-align:right;
	line-height:24px;
	color:#000080;
}

#navigation ul 
{
	list-style-type:none;
}

#navigation li 
{
	float:left;
	text-align:center;
	text-transform:lowercase;
}

#navigation li a 
{
	display:block;
	height:150px;
	width:75px;
	text-decoration:none;
	color:#ffffff;
}

#navigation li a:hover 
{
	color:#ffffff;
}

#navigation .active 
{
	color:#ffffff;
}

h1 
{
	font-size:30px;
	font-weight:normal;
	letter-spacing:-1px;
}

h1 a 
{
	color:#fff;
	text-decoration:none;
}

h1 a:hover 
{
	color:#fff;
}

#content a 
{
	color:#222222;
	text-decoration:none;
	font-weight:bold;
}

#content a:hover 
{
	color:#222222;
	text-decoration:underline;
}

#footer a 
{
	color:#000080;
	text-decoration:none;
	border-bottom:1px #000080;
}

#footer a:hover 
{
	color:#000080;
}
	
tr.tblHeaderRow
{
	background-color:#dddddd;
	font-weight: bold;
	color:#000000;
	text-align: center;
	height: 25px;
}

tr.tblDataRow
{
	height: 25px;
}

td.tblDataCell
{
	border-style: solid;
	border-color: #dddddd;
	border-width: thin;
	padding: 1px;
}

td.tblDataCellPositive
{
	border-style: solid;
	border-color: #dddddd;
	border-width: thin;
	padding: 1px;
	text-align: right;
	color:#008000;
}

td.tblDataCellNegative
{
	border-style: solid;
	border-color: #dddddd;
	border-width: thin;
	padding: 1px;
	text-align: right;
	color:#ff0000;
}

td.tblDetailsDataCell
{
	border-style: solid;
	border-color: #dddddd;
	border-width: thin;
	padding: 1px;
	text-align: left;
	width: 275px;
}

td.tblHeaderCell
{
	background-color:#dddddd;
	font-weight: bold;
	color:#000000;
	border-style: solid;
	border-color: #dddddd;
	border-width: thin;
	width: 150px;
	padding: 1px;
}

td.tblHeaderCellPositive
{
	background-color:#dddddd;
	font-weight: bold;
	border-style: solid;
	border-color: #dddddd;
	border-width: thin;
	width: 150px;
	padding: 1px;
	text-align: right;
	color:#008000;
}

td.tblHeaderCellNegative
{
	background-color:#dddddd;
	font-weight: bold;
	border-style: solid;
	border-color: #dddddd;
	border-width: thin;
	width: 150px;
	padding: 1px;
	text-align: right;
	color:#ff0000;
}

td.tblDetailsHeaderCell
{
	background-color:#dddddd;
	font-weight: bold;
	color:#000000;
	border-style: solid;
	border-color: #dddddd;
	border-width: thin;
	width: 150px;
	padding: 1px;
	text-align: left;
}

td.tblDetailsHeaderCellNW
{
	background-color:#dddddd;
	font-weight: bold;
	color:#000000;
	border-style: solid;
	border-color: #dddddd;
	border-width: thin;
	padding: 1px;
	text-align: left;
}

td.tblDetailsDataCellNW
{
	border-style: solid;
	border-color: #dddddd;
	border-width: thin;
	padding: 1px;
	border-right-style:none;
	text-align: justify;
}

table.tbl
{
	border-collapse: collapse;
	width: 100%;		
	border-style: solid;
	border-color: #dddddd;
	border-width: thin;
}

textarea 
{ 
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
}

input 
{ 
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
}

span 
{ 
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
}

select 
{ 
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.readOnlyField
{
	color: #888888;
}
