<!--
BODY {
	font-family: Arial;
	font-size: 8pt;
	width: auto;
	background-color: #727272;
	color: #000000;
	width: 800px;
	margin: 0 auto;
}

img.caldot {border:0px;vertical-align:middle;}

#calendartable td a {display:block;height:25px;text-align:center;}
#calendartable td a:hover {background-color:#a4a4a4;z-index:1}
#calendartable .emptyday a:hover {background-color:transparent;}
.CalOverTitle {font-weight:bold;color: #a4a4a4;font-size:10pt;}
.calEventName {line-height:90%;margin-bottom:3px;}
#mainCal .ToDay A:HOVER, #mainCal .WeekDay A:HOVER, #mainCal .WeekendDay A:HOVER {z-index:1}

/*---------- css tooltip -----------*/
a.tt {position:relative;}
a.tt span.tooltip {display: none;}
a.tt:hover span.tooltip {
	background-color:#333333;
	border: 2px solid #000000;
	width:200px;
	font-size:120%;
	color:#ffffff;
	padding:5px;
    display:block;
    position:absolute;
    top:15px; left:15;
	text-align:left;
	-moz-opacity:.90;
	opacity: .90;
	filter: alpha(Opacity=90);
	z-index:101;
}

A {
	font-family: Arial;
	font-weight: bold;
	color: #193F68;
	text-decoration: none;
}

A:LINK {
	font-family: Arial;
	font-weight: bold;
	color: #193F68;
	text-decoration: none;
}

A:HOVER {
	font-family: Arial;
	font-weight: bold;
	color: #BABABA;
	text-decoration: none;
}

A.NoscriptLink {
	font-family: Arial;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

A.NoscriptLink:LINK {
	font-family: Arial;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

A.NoscriptLink:HOVER {
	font-family: Arial;
	font-weight: bold;
	color: #BABABA;
	text-decoration: none;
}

A.OnPageNumber {
	font-family: Arial;
	font-weight: bold;
	color: #193F68;
	text-decoration: none;
}

A.OnPageNumber:LINK {
	font-family: Arial;
	font-weight: bold;
	color: #193F68;
	text-decoration: none;
}

A.OnPageNumber:HOVER {
	font-family: Arial;
	font-weight: bold;
	color: #BABABA;
	text-decoration: none;
}

A.HeaderLink {
	font-family: Arial;
	font-weight: bold;
	color: #193F68;
	text-decoration: none;
}

A.HeaderLink:LINK {
	font-family: Arial;
	font-weight: bold;
	color: #193F68;
	text-decoration: none;
}

A.HeaderLink:HOVER {
	font-family: Arial;
	font-weight: bold;
	color: #BABABA;
	text-decoration: none;
}

A.SideNavigation {
	font-family: Arial;
	font-weight: normal;
	color: #193F68;
	text-decoration: none;
}

A.SideNavigation:LINK {
	font-family: Arial;
	font-weight: normal;
	color: #193F68;
	text-decoration: none;
}

A.SideNavigation:HOVER {
	font-family: Arial;
	font-weight: normal;
	color: #BABABA;
	text-decoration: none;
}

A.SmallNavigation {
	font-family: Arial;
	font-weight: normal;
	color: #193F68;
	text-decoration: none;
}

A.SmallNavigation:LINK {
	font-family: Arial;
	font-weight: normal;
	color: #193F68;
	text-decoration: none;
}

A.SmallNavigation:HOVER {
	font-family: Arial;
	font-weight: normal;
	color: #BABABA;
	text-decoration: none;
}

A.DesignCreditLink {
	font-family: Arial;
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
}

A.DesignCreditLink:LINK {
	font-family: Arial;
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
}

A.DesignCreditLink:HOVER {
	font-family: Arial;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

#mainCal .WeekendDay A, A.CalendarWeekendDayLink {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

#mainCal .WeekendDay A:LINK, A.CalendarWeekendDayLink:LINK {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

#mainCal .WeekendDay A:HOVER, A.CalendarWeekendDayLink:HOVER {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}

#mainCal .WeekDay A, A.CalendarWeekDayLink {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

#mainCal .WeekDay A:LINK, A.CalendarWeekDayLink:LINK {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

#mainCal .WeekDay A:HOVER, A.CalendarWeekDayLink:HOVER {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}

#mainCal .ToDay A, A.CalendarToDayLink {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

#mainCal .ToDay A:LINK, A.CalendarToDayLink:LINK {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

#mainCal .ToDay A:HOVER, A.CalendarToDayLink:HOVER {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}

TD {
	font-family: Arial;
	font-weight: normal;
	color: #000000;
	font-size: 8pt;
}

.boxoverheader {
	background-color:#333333;
	width:200;
	font-size:8pt;
	color:#eeeeee;
	-moz-opacity:.90;
	opacity: .90;
	filter: alpha(Opacity=90);
}
         
.boxoverbody {
	background-color:#333333;
	border: 2px solid #000000;
	width:200;
	font-size:8pt;
	color:#eeeeee;
	-moz-opacity:.90;
	opacity: .90;
	filter: alpha(Opacity=90);
	padding:5px;
}

.ColumnHeader {
	font-size: 8pt;
	color: #ffffff;
	background-color: #193F68;
	font-family: Arial;
	font-weight: bold;
	padding: 1px;
}

.ColumnField {
	font-size: 8pt;
	font-family: Arial;
	padding: 1px;
}

TR.ColumnRowOdd {
	font-size: 8pt;
	font-family: Arial;
	padding: 1px;
	background-color: #f1f1f1;
}

TR.ColumnRowEven {
	font-size: 8pt;
	font-family: Arial;
	padding: 1px;
	background-color: #E8E8E8;
}

TR.ColumnRowOn {
	font-size: 8pt;
	font-family: Arial;
	padding: 1px;
	background-color: #d6d6d6;
}

TR.ClickableRow {
	cursor: pointer;
	cursor: hand;
	font-size: 8pt;
	font-family: Arial;
	padding: 5px;
	background-color: #ffffff;
}

TR.ClickableRowOn {
	cursor: pointer;
	cursor: hand;
	font-size: 8pt;
	font-family: Arial;
	padding: 1px;
	background-color: #d6d6d6;
}

.CalendarDayOn {
	cursor: pointer;
	cursor: hand;
	font-family: Arial;
	font-weight: normal;
	background-color: #193F68;
	font-size: 7pt;

}

.EmptyDay {
	font-family: Arial;
	font-weight: normal;
	background-color: #ffffff;
	font-size: 7pt;

}

.ToDay {
	font-family: Arial;
	font-weight: normal;
	background-color: #193F68;
	font-size: 7pt;

}

.WeekendDay {
	font-family: Arial;
	font-weight: normal;
	background-color: #FFC400;
	font-size: 7pt;

}

.WeekDay {
	font-family: Arial;
	font-weight: normal;
	background-color: #cccccc;
	font-size: 7pt;

}

DIV.HRule, hr {
	height: 1px;
	border-top: thin dotted #FFC400;
	width:98%;
}

DIV.GraphBar {
	font-family: Arial;
	font-weight: normal;
	background-color: #FFC400;
	color: #000000;
	font-size: 8pt;
}

IMG.PicOff {
	border: 2px solid #f5f5f5;
}

IMG.PicOn {
	border: 2px solid #FFC400;
}

.Instruction {
	font-family: Arial;
	font-size: 7pt;
	font-weight: normal;
	color: #000000;
}

.GrayInstruction {
	font-family: Arial;
	font-weight: normal;
	color: #cccccc;
	font-size: 7pt;
}

.CalendarDayNumber {
	font-family: Arial;
	font-size: 7pt;
	font-weight: normal;
	color: #FFFFFF;
}

.CalendarCurrentDayNumber {
	font-family: Arial;
	font-size: 7pt;
	font-weight: normal;
	color: #FFFFFF;
}

.PopupContentHighlight {
	font-family: Arial;
	font-weight: bold;
	font-size: 8pt;
	color: #F3F3F3;
}

.ContentHighlight {
	font-family: Arial;
	font-weight: bold;
	font-size: 8pt;
	color: #193F68;
}

.ContentHeader {
	font-family: Georgia;
	font-weight: normal;
	color: #193F68;
	font-style:italic;
	font-size: 22pt;
}

.SpecialContentHeader {
	font-family: Arial;
	font-weight: bold;
	color: #193F68;
	font-size: 14pt;
}

.ContentSubHeader {
	font-family: Arial;
	font-weight: bold;
	color: #999999;
	font-size: 12pt;
}

.ListSubHeader {
	font-family: Arial;
	font-weight: bold;
	color: #666666;
	font-size: 8pt;
}

.BlogCommentNumber {
	float:right;
	font-size:35px;
	line-height:35px;
	opacity:.10;filter:alpha(Opacity=10);
	text-align:right;
	letter-spacing:-3px;
}

.RequiredFieldLabel {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #193F68;
}

.NonRequiredFieldLabel {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #666666;
}

.RequiredAsterisk {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #193F68;
}

.SmallNote {
	font-family: Arial;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 8pt;
}

.SmallGrayNote {
	font-family: Arial;
	font-weight: normal;
	color: #666666;
	font-size: 8pt;
}

.SmallGrayItem {
	font-family: Arial;
	font-weight: normal;
	color: #666666;
	font-size: 8pt;
}

.SuccessMessage {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #008000;
}

.SpecialFeatureHighlight {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #ffffff;
}

.ListNumber {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #ffffff;
}

.Date {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #193F68;
}

.ErrorMessage {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #FF0000;
}

.SmallWhiteInputLabel {
	font-family: Arial;
	font-weight: bold;
	color: #000000;
	font-size: 8pt;}

.Footer {
	font-family: Arial;
	font-weight: normal;
	color: #ffffff;
	font-size: 8pt;
}

.CopyRight {
	font-family: Arial;
	font-weight: normal;
	color: #ffffff;
	font-size: 8pt;
}

.Address {
	font-family: Arial;
	font-weight: normal;
	color: #ffffff;
	font-size: 8pt;
}

.DesignCredit {
	font-family: Arial;
	font-weight: normal;
	color: #ffffff;
	font-size: 8pt;
}

TABLE.SpecialFeature	{
	color: #ffffff;
	font-size: 8pt;
	cursor: pointer;
	cursor: hand;
	position: absolute;
	z-index:1;
	padding: 10px;
	left:300px;
	top:220px;
}

.semiopaque { 
	opacity: .9; 
	-moz-opacity: .9;
	font-weight: normal;
}

TABLE.RandomFact	{
	color: #ffffff;
	font-size: 8pt;
	position: absolute;
	z-index:1;
	left:315px;
	top:215px;
}

input,button,select {
	font-size:8pt;
	font-family: Arial;
}

input,button,select.SmallInput {
	font-size:8pt;
	font-family: Arial;
}

input {
	margin-bottom:5px; margin-right:5px;
	vertical-align:middle;
}

.divRollOn { background-color:#ffffcc;padding:10px;border:2px solid #dddb54;overflow:hidden;cursor:pointer;display:block;}
.divRollOff { padding:10px;border:2px solid transparent;overflow:hidden;cursor:pointer;display:block;}

#editorbg td {color:#000;background:#fff;}

#help, .help {margin-bottom:10px;padding:10px;background:#ffffcc;border:2px solid #dddb54;color: #000;}
#help ol {margin-top:3px;margin-bottom:3px;}
#error, .error {background-color: #fbe3e4; border: 3px solid #FBC2C4; color: #BB0000;
font-size: 11px; margin-bottom: 20px; padding: 5px;}
#error ul, .error ul {margin:0px;margin-left:15px;padding:0px;}
#success, .success {margin-bottom:10px;padding:10px;background-color:#E6EFC2;border:2px solid #C6D880;color:#529214}

-->
