/* CSS Document */


/* BODY PROPERTIES */

BODY {
	background-color: #FFFFFF;
	font-family: "Arial", Sans-Serif;
	color: #333333;
  } 

/* SIDE NAV MENU PROPERTIES */

.NavHeadCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: 24px;
	color: #333333;
	vertical-align: top;
	margin-left: 18px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.NavHeadCopyDown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: 24px;
	color: #3333CC;
	vertical-align: top;
	margin-left: 18px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}


.NavHeadCopy a:link {
color: #333333;
text-decoration: none;
}

.NavHeadCopy a:visited {
color: #333333;
text-decoration: none;
}

.NavHeadCopy a:hover {
color: #0000CC;
text-decoration: none;
}

.NavCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: 24px;
	color: #333333;
	margin-left: 18px;
	text-decoration: none;
}

.NavCopyDown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: 24px;
	color: #3333CC;
	margin-left: 18px;
	text-decoration: none;
}

.NavCopy a:link {
color: #333333;
text-decoration: none;
}

.NavCopy a:visited {
color: #333333;
text-decoration: none;
}

.NavCopy a:hover {
color: #0000CC;
text-decoration: none;
}



/* PARAGRAPHS */

P {

padding-top: 0px; 
padding-bottom: 0px; 
padding-left: 0px; 
padding-right: 0px; 
margin-top: 0px; 
margin-bottom: 16px; 
margin-left: 0px; 
margin-right: 0px; 
}

P.top { margin-top: 18px; margin-bottom: 18px; }

/* TYPE HEADERS */

.TextPageTitle {
	font-family: "Arial", Sans-Serif;
	font-size: 12pt;
	color: #0099CC;
	font-weight: bold;
	text-transform:uppercase;
	vertical-align: top;
	margin: 4px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

.TextSubTitle  {
	font-family: "Arial", Sans-Serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-transform:uppercase;
}

.DateSubTitle  {
	font-family: "Arial", Sans-Serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}

/* TYPE STYLES */

.TextBodyCopy /* */  {
	font-family: "Arial", Sans-Serif;
	font-size: 10pt;
	color: #333333;
}

.TextSmallCopy  {
	font-family: "Arial", Sans-Serif;
	font-size: 9pt;
	color: #333333;
}

.TextSmallCopyBold {
	font-family: "Arial", Sans-Serif;
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-transform:uppercase;
}

.TextCaption {
	font-family: "Arial", Sans-Serif;
	font-size: 7pt;
	color: #333333;
	font-style: italic;
}

.TextNavLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	padding: 10px 0px 10px 0px;
}

.footer  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	padding: 10px 10px 10px 10px;
}

/* LINK STYLES */

a  {
	color: #0099CC;
	font-family: "Arial", Sans-Serif;
	text-decoration: none;
}

a:visited {
	font-family: "Arial", Sans-Serif;
	text-decoration: none;
}

a:hover  {
	font-family: "Arial", Sans-Serif;
	color: #0000CC;
}

/* TABLE SPACING */

.insetLeftTop {
	text-align: left;
	vertical-align: top;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #999999;
}
.insetRightTop {
	text-align: left;
	vertical-align: top;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #999999;
	text-indent: 10pt;
}
.tableInsetLeftTop {
	text-align: left;
	vertical-align: top;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 0px;
}

/* LIST STYLES */

UL { 
	padding: 12px 20px 12px 20px;
	margin: 12px 12px 12px 20px;
}

OL { 
	padding: 12px 20px 12px 20px;
	margin: 12px 12px 12px 20px;
}

/* BULLETS */

.sphere {
	list-style-image: url("/imgs/sphere.gif");
	text-indent: 0px;
	margin-left: 12px;
	margin-bottom: 12px;
}

/* RULES */

.spacerRule {
	background-image: url("/imgs/divider_horiz.gif");
	background-repeat: repeat-x;
	background-position: left center;
	height: 12px;
	width: 500px;
}
