/* Html Styles Defined */
table
{
font-family: Arial, Helvetica, Sans-Serif; 
font-weight: normal; 
font-size: 9pt
}

td
{
font-family: Arial, Helvetica, Sans-Serif; 
font-weight: normal; 
font-size: 9pt
}

span
{
font-family: Arial, Helvetica, Sans-Serif; 
font-size: 9pt
}

b
{
font-family: Arial, Helvetica, Sans-Serif; 
font-weight: bold; 
font-size: 9pt
}

/* Link Styles */

a:link 
{
text-decoration: underline
}

a:visited 
{
text-decoration: underline
}

a:active 
{ 
text-decoration: underline
}

a:hover 
{
text-decoration: underline
}

/*  Custom Classes */

.tdhead1 
{
	background-color: #CC99FF;
	font-weight: bold;
	font-size: 9pt;
	text-indent: 1px;
	border: 1px solid #000000;
}

.tdfooter1 
{ 
font-size: 9pt;
}


.bigPicLink 
{
font-family: Arial, Helvetica, Sans-Serif;  
font-size: 11px;
text-align: center
}

.lgImageHead
{ 
font-family: Arial, Helvetica, Sans-Serif;
font-size: 10pt; 
font-weight: bold;
background-color: #66CCFF
}

.topLink
{
font-family: Arial, Helvetica, Sans-Serif;
font-weight: bold;
font-size: 11px;
text-align: center
}

/*  Details Table Styles */

.descTableHead
{
font-family: Arial, Helvetica, Sans-Serif;
text-align: left;
vertical-align: top;
font-size: 9pt; 
font-weight: bold;
background-color: #CC66FF;
color: #000000
}

.descTableTxt2
{
font-family: Arial, Helvetica, Sans-Serif;
text-align: left;
vertical-align: top;
font-size: 8pt; 
font-weight: normal;
background-color: #66CCFF
}

.descTableTxt
{
	font-family: Arial, Helvetica, Sans-Serif;
	text-align: left;
	vertical-align: top;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	background-color: #FFCCFF;
	border: 1px solid #000000;

}
hr {
	color: #CC66FF;
	background-color: #CC66FF;

}
.proMainTbl {
	border: 2px solid #CC33FF;
}
.subNavHead {
	border: 2px solid #9900FF;
	background-color: #9966FF;
	font-weight: bold;
	color: #FFFFFF;

}
.descTblSubHead {
	background-color: #CC99FF;
	border: 1px solid #000000;

}
.dropCap {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #9966FF;
}

