body {
background-color: #f8f7f5; /* was yellow fffbf0 then white ffffff */
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 4px;
	margin-left: 6px;
}

h1 {
	font-size:21pt;
	}
	
h2 {
	font-size:17pt;
	}
	
h3 {
	font-size:16pt;
	}
	
h4 {
	font-size:15pt;
	}

h5 {
	font-size:14pt;
	}
	
h6 {
	font-size:12pt;
	}
	
p {
	font-size:10pt;
	}

ol {
	margin-top: 0px;
	margin-bottom: 0px;
	}	

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	}	
	
li {
	font-size:10pt;
	}

td {
	font-size:10pt;
	}

th	{
	font-size:10pt;
	}
	
.fixedlarge {
font-size: 24pt;
font-weight: bold;
}

.fixednormal {
font-size: 10pt;
}

.smallerthannorm {
font-size: 9pt
}

.fixedsmall {
font-size: 8pt;
}

.photocaption {
font-size: 8pt;
}

.breadcrumb {
	font-size:8pt;
	}

.webmaster {
	font-size: 7pt;
}

.simpletable { 
		border-top: 1px solid #666666;
		border-left: 1px solid #666666;
			}
/* designed to be used with simplecell. Make sure that table border is 0 and cellpadding is 1 and cell space is 0 */					

.simplecell { 
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
			}
/* designed to be used with simpletable. */

.nobreak {
	white-space: nowrap;
}

.purple {
	color:#B125AC;
}

.red {
	color: #FF0000;
}

.orange {
	color:#FF6600;
}	
	
.blue {
	color: #0000FF;
}

.green {
	color:#00B126;
}

.ltblue {
	background-color:#e5f2ff;
	border: solid 1px #80bfff;
}

.blueborder {
	border:solid 1px #80bfff;
}

.indent {
	text-indent:20px;
}

.floatleft {
float: left;
margin-top: 0px; 
margin-bottom: 10px;
margin-left: 0px;
margin-right: 10px;
}

.floatright {
float: right;
margin-top: 0px;
margin-bottom: 10px;
margin-left: 10px;
margin-right: 0px;
}
/* Begin rules for time input control. 2007-01-29 */
div.time {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-style: normal;
    background-color: #DBDFE3;
    position:absolute;
    width:150px;
    height:auto;
    z-index:1;
    cursor: hand;
    visibility: hidden;
    border: 1px solid #000000;

}
table.time {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #000033;
    border: none;
    width:100%;
    cursor: hand;
}
td.time {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    border: 1px solid #000033;
    text-align: center;
}
td.closew {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    border: 1px none #000033;
    font-weight: bold;
    color: #FFFFFF;
    background-color: black;
    font-variant: small-caps;
    text-align: center;
    width: 20%;
    cursor: pointer;
}

.select {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    border: 1px none #000033;
    color: #000000;
}
/* End rules for time input control. 2007-01-29 */

/* Begin rules added for use with TSCalendar. 2007-01-30 */
/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
Version 0.11.0
*/

/*body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;} This was commented out to avoid css conflicts with existing css. LEP 2007-01-30.*/ 
/* th,td{margin:0;padding:0;} This was commented out to avoid css conflicts with existing css. LEP 2007-01-30.*/ 

.yui-cal2upwrapper {*height:1%;} /* IE */
.yui-cal2upwrapper:after {content:'.';clear:both;display:block;visibility:hidden;height:0;} /* others */

.yui-calcontainer {
	float:left;	padding:5px; background-color:#F7F9FB; border:1px solid #7B9EBD;
}

.yui-calcontainer .title {
	font:100% sans-serif; color:#000; font-weight:bold; margin-bottom:5px; height:auto; width:304px; position:relative;
}

.yui-calcontainer .title .close-icon {
	position:absolute; right:0; top:0; border:none;
}

.yui-calcontainer .cal2up {
	float:left;
}

.yui-calendar .calnavleft {
	position:absolute; background-repeat:no-repeat; cursor:pointer; top:2px; bottom:0; width:9px; height:12px; left:2px;
}

.yui-calendar .calnavright {
	position:absolute; background-repeat:no-repeat; cursor:pointer; top:2px; bottom:0; width:9px; height:12px; right:2px; }

/* Calendar element styles */

.yui-calendar {
	font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small; font:100% sans-serif; text-align:center; border-spacing:0; border-collapse:separate; }

.yui-calendar td.calcell {
	width:1.5em; height:1em; border:1px solid #E0E0E0; background-color:#FFF;
}

.yui-calendar td.calcell a {
	color:#003DB8; text-decoration:none; }

.yui-calendar td.calcell.today {
	border:1px solid #FF9900;
}

.yui-calendar td.calcell.oom {
	cursor:default; color:#999; background-color:#EEE; border:1px solid #E0E0E0; }

.yui-calendar td.calcell.selected {
	color:#003DB8; background-color:#FFF19F; border:1px solid #FF9900; }

.yui-calendar td.calcell.calcellhover {
	cursor:pointer; color:#FFF;background-color:#FF9900;border:1px solid #FF9900;}

/* Added to perform some correction for Opera 8.5
   hover redraw bug */
table.yui-calendar:hover {
	background-color:#FFF;
}

.yui-calendar td.calcell.calcellhover a {
	color:#FFF;
}

.yui-calendar td.calcell.restricted {
	text-decoration:line-through;
}

td.renderedDate {color:#FF9900;font-weight:bold;}
		
.yui-calendar td.calcell.previous {
	color:#CCC;
}

.yui-calendar td.calcell.highlight1 { background-color:#CCFF99; }
.yui-calendar td.calcell.highlight2 { background-color:#99CCFF; }
.yui-calendar td.calcell.highlight3 { background-color:#FFCCCC; }
.yui-calendar td.calcell.highlight4 { background-color:#CCFF99; }


.yui-calendar .calhead {
	border:1px solid #E0E0E0; vertical-align:middle; background-color:#FFF; }

.yui-calendar .calheader {
	position:relative; width:100%; text-align:center; }

.yui-calendar .calheader img {
	border:none;
}

.yui-calendar .calweekdaycell {
	color:#666; font-weight:normal;
}

.yui-calendar .calfoot {
	background-color:#EEE;
}

.yui-calendar .calrowhead, .yui-calendar .calrowfoot {
	color:#666; font-size:9px; font-style:italic; font-weight:normal;width:15px;
}

.yui-calendar .calrowhead {
	border-right-width:2px;
}

/*Specific changes for calendar running under fonts/reset */
.yui-calendar a:hover {background:inherit;}
p#clear {clear:left; padding-top:10px;}
/* End rules added for use with TSCalendar. 2007-01-30 */

/* Begin rules added to have FireFox and IE7 tables appear alike. 2007-02-03 */

/* End rules added to have FireFox and IE7 tables appear alike. 2007-02-03 */

