/* CSS Document */
A {
color: #666666;
	text-decoration: none;
}

A:link {
color: #666666;
	text-decoration: none;
}

A:visited {
color: #666666;
	text-decoration: none;
}

A:active {
color: #336699;
	text-decoration: none;
}

A:hover {
	color: #3366CC;
	text-decoration: none;
}

A.link2:link {
color: #990000;
}

A.link2:visited {
color: #990000;
}

A.link2:active {
color: #990000;
}

A.link2:hover {
color: #990000;
text-decoration: underline;
}

A.link:link {
color: #FFFFFF;
}

A.link:visited {
color: #FFFFFF;
}

A.link:active {
color: #FFFFFF;
}

A.link:hover {
	color: #DADCD0;
	text-decoration: none;
}

p,ul,ol,li, .normal {
font-family: Tahoma, Verdana, Arial, Helvetica, Geneva;
font-size: 12px;
color: #333333;
line-height: 16px;
margin-top: 12px;
margin-bottom: 12px;
}


h1, .h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, Geneva;
	font-size: 18px;
	letter-spacing: 0;
	color: #336699;
	margin-top: 5px;
	/*padding-right: 10px;*/
	/*padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
	border-bottom: 1px solid #C4C8E1;*/
	}
	
	h2, .h2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, Geneva;
	color: #333333;
	font-size: 15px;
	letter-spacing: 0;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 15px;
	border-bottom: 1px solid #999999;
	text-align: left;
	}
	h2, .h2contact {
	font-family: Tahoma, Verdana, Arial, Helvetica, Geneva;
	color: #000000;
	font-size: 15px;
	letter-spacing: 0;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0px;
	border-bottom: 1px solid #999999;
	text-align: center;
	}
	
	h3 {
	font-family: Tahoma, Verdana, Arial, Helvetica, Geneva;
	color: #336699;
	font-size: 13px;
	letter-spacing: 0;
	font-weight: normal;
	margin-top: 5px;
	/*padding-bottom: 0px;
	padding-left: 0px;
	border-bottom: 1px solid #C4C8E1;
	padding-right: 10px;*/
	}

.normal2 {
font-family: Tahoma, Verdana, Arial, Helvetica, Geneva;
font-size: 11px;
color: #333333;
line-height: 17px;
}

.normal1{
font-family: Tahoma, Verdana, Arial, Helvetica, Geneva;
font-size: 11px;
color: #333333;
line-height: 16px;
}

.navtext
{
	color: #666666;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, Helvetica, Geneva;
	line-height: 17px;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	font-weight: bold;
}
.navtext2
{
	color: #666666;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, Geneva;
	line-height: 17px;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
}

.copy
{
	color: #999999;
	font-size: 10px;
	font-family: Tahoma, Verdana, Arial, Helvetica, Geneva;
	line-height: 17px;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 2px;
	text-align: center;
	width: auto;
	}
	
	.note	{
	font-family: Tahoma, Verdana, Arial, Helvetica, Geneva;
	color: #000000;
	font-size: 10px;
	font-weight: Normal;
	font-style: Normal;
	}

/** Standard tables **/

#listTable {
	width: 100%;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
font-family: Tahoma, Verdana, Arial, Helvetica, Geneva;
font-size: 12px;	
}

	#listTable .headCell {
		font-size: 13px;
		line-height: 14px;
		font-weight: bold;
		background: #EFF3FC;
		color: #333333;
		border-bottom: 1px solid #D8D8D8;
		padding: 5px 8px;
		white-space: nowrap;
	}

	#listTable .contentCell {
		padding: 6px 8px;
	}

	#listTable .contentCellT {
		padding: 6px 8px;
		vertical-align: top;
	}

	#listTable .contentCellSmall {
		padding: 6px 8px;
		width: 5%;
		white-space: nowrap;
	}

	#listTable .contentCellSmallT {
		padding: 6px 8px;
		width: 5%;
		white-space: nowrap;
		vertical-align: top;
	}

	#listTable .iconCell {
		font-size: 10px;
		line-height: 11px;
		padding: 6px 4px;
		color: #555555;
		width: 1%;
		white-space: nowrap;
	}

	#listTable .iconCellT {
		font-size: 10px;
		line-height: 11px;
		padding: 6px 4px;
		color: #555555;
		width: 1%;
		white-space: nowrap;
		vertical-align: top;
	}

	#listTable img {
		vertical-align: middle;
	}

	#listTable .odd {
	}

	#listTable .even {
		background: #F0F0F0;
	}
