/* HTML tag styles                             */
/***********************************************/ 
a:link{
	color: #666666;
	text-decoration: none;
}
a:visited{
	color: #666666;
	text-decoration: none;
}
a:hover{
	color: #003399;
	text-decoration: underline;
}
body{
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 9pt;
	color: #666;
	line-height: 2;
	text-align: center;
	background-image: url(../images/body-bg.gif);
}
H1{
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 16px;
	color: #003399;
	LETTER-SPACING: 2px;
}
H2{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	font-weight: 600;
	font-size: 11pt;
	color: #CC3300;
}
H3{
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	font-weight: 600;
	font-size: 9pt;
	color: #0066CC;
}
div{
	margin: 0px;
	padding: 0px;
}
p{
	margin: 0px;
	padding: 0px 5px 0px 10px;
	color: #333;
}
hr{
	height: 1px;
	border: 1px dotted #CCC;
}
ul {
	MARGIN: 0px 0px 0px 15px;
	font-size: 10pt;
	color: #993300;
}
li { 
	MARGIN: 0px 0px 0px 15px;
	font-size:9pt;
	color: #333;
}

table{
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 10pt;
	color: #666;
	line-height: 1.8;
	border-TOP: 1px solid #666;
	border-RIGHT: 1px solid #666;
	border-BOTTOM: 15px solid #666;
	border-LEFT: 1px solid #666;
}
td{
	margin: 0px;
	padding: 1px;
	vertical-align: top;
	border: 0px solid #CCC;
}
th{
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	font-weight: 400;
	color: #FFFFFF;
	text-align: left;
	background-color: #666666;
}
/***********************************************/

#content table{
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 10pt;
	color: #666;
	line-height: 1.8;
	border-TOP: 1px solid #CCC;
}
#content td{
	margin: 0px;
	padding: 1px;
	vertical-align: top;
	border: 0px solid #CCC;
}
#content th{
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	font-weight: 400;
	color: #FFFFFF;
	text-align: left;
	background-color: #666666;
}
/* Content typesetting                         */
/***********************************************/
.Fright{
	float:right;
}
.Fleft{
	float:left;
	margin-right: 25px
}
.text{ 
	margin: 0px;
	padding: 0px;
	font-weight: 400;
	font-size: 9pt;
	color: #333;
}
.Fblue{
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	color: #0033CC;
	border-bottom: 1px dotted #3366CC;
}
.ps{ 
	color: #CC0000;
}

.border{
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCC;
}

.icon{
	margin: 0px;
	padding: 0px 0px 0px 5px;
	font-size: 5px; 
	color: #0066CC;
}
/***********************************************/
