/* CALENDAR
 * Assign main class to TD containing calendar date. Assign 'date'
 * contextual class to a DIV around the date marker.  Colors and
 * fonts for text and anchors are handled through TD and contextual
 * classes as illustrated.
 */

/* Active month cells */
TD.calActive { font-size: 12.5px; line-height: 14.5px; font-weight: normal; color: #000; background-color: #FFF; }
.calActive A { color: #666666; text-decoration: underline; }
.calActive A:hover { color: #F00; text-decoration: none; }
.calActive DIV.date { font-size: 14.5px; line-height: 15.5px; font-weight: bold; color: #005572; margin: 0 0 3 0px; }

/* Inactive month cells */
TD.calInactive { font-size: 12.5px; line-height: 14.5px; font-weight: normal; color: #808080; background-color: #EBEBEB; }
.calInactive A { color: #00F; text-decoration: underline; }
.calInactive A:hover { color: #F00; text-decoration: none; }
.calInactive DIV.date { font-size: 12.5px; line-height: 15.5px; font-weight: normal; color: #808080; margin: 0 0 3 0px; }

/* Calendar header - Mon, Tues, Wed, etc */
TH.cal { font-size: 13.5px; line-height: 15.5px; color: #005572; font-weight: bold; background-color: #8693A0; text-align: center; }

/* Calendar navigation - "prev, next" */
TD.calNav { font-size: 11.5px; line-height: 13.5px; color: #FFF; }
.calNav A { color: #666666; text-decoration: none; }
.calNav A:hover { color: #3a56a0; text-decoration: none; }

/* Calendar title - "November 2004" */
TD.calTitle { font-size: 14.5px; line-height: 15.5px; font-weight: bold; color: black; }

/* Calendar note - "CLE items are marked with..." */
.calNote { font-size: 11.5px; line-height: 13.5px; font-weight: normal; font-style: italic; color: black; }
.calCLE { color: #F00; } /* use in a span for all CLE stars - gives you control over color later */


P  {
	font-size : 9pt;
	font-family : Georgia;
	font-weight : normal;
	font-style : normal;
	color : Black;
	text-decoration : none;
	list-style-type : square;
	list-style : square;
}

H1  {
	font-family : Georgia;
	font-weight : bold;
	font-style : normal;
	color : #404C94;
	font-size : x-small;
}

H2  {
	font-family: Georgia;
	font-size: 12pt;
	color : #5D221F;
}

H3  {
	font-family : Georgia;
	font-size : 10pt;
}

A  {
    text-decoration: none;
	font-family : Georgia;
	color : #003399;
}

A:Visited  {
    text-decoration: none;
	font-family : Georgia;
	color : #000000;
}

A:Active  {
    text-decoration: underline;
	font-family : Georgia;
	color : #003399;
}

A:Hover  {
    text-decoration: underline;
	color : #003399;
	font-family : Georgia;
}

BODY  {
	font-size: 9pt;
	font-family: Georgia;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	overflow: scroll;
	background: #f5eedb;
}

li  {
	font-size : 9pt;
	font-family : Georgia;
	font-weight : normal;
	font-style : normal;
	color : #000000;
}

Table  {
	font-size : 9pt;
	font-family : Georgia;
	color : #000000;
}

TD  {
	font-size : 9pt;
	font-family : Georgia;
	color : #000000;
}

TR  {
	font-size : 9pt;
	font-family : Georgia;
	color : #000000;
}

.scHeader {color:5d221f;font-weight:bold}
.scProductBgcolor {background:white}
.scHeaderBgcolor {background:#f5eedb}
.scProductValue {color:red}
.scEmailValue {
	color: #2C5900;
}
.scHeader2 {color: #2C5900}
.scNextPreviousPage {color:404c94}

.tsHeader {font-family:Georgia, Times New Roman, Times, serif;color:#003399;font-size:10pt;font-weight:bold}
.secHeader {font-family:Georgia, Times New Roman, Times, serif;color:#003399;font-size:10pt;font-weight:bold;text-decoration:none}

.arTitleLink {font-family:Georgia, Helvetica, sans-serif;color:#2f4f88;font-size:10pt;font-weight:bold;}

.mainSectionLink {font-family:Georgia, Times New Roman, Times, serif;font-size:9pt;color:#003399;font-weight:bold;text-decoration:none}
a:mainSectionLink {font-family:Georgia, Times New Roman, Times, serif;font-size:9pt;color:#003399;font-weight:bold;text-decoration:none}

.subSectionLink {font-family:Georgia, Times New Roman, Times, serif;font-size:9pt;color:black;text-decoration:none}
a:subSectionLink {font-family:Georgia, Times New Roman, Times, serif;font-size:9pt;color:black;text-decoration:none}



/* set font and color for left nav text and links */
.navLeft, .navLeft A { font-size: 11px; color: #666666; font-weight: normal; line-height: 14.5px; text-decoration: none; }
.navLeft A:hover { font-size: 11px; color: #3a56a0;}
.navLeft A.on { font-size: 11px; color: #3a56a0; font-weight: bold;}


