body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
}

/** ------------------------------------------------------ **/
/** ------------------- standard ------------------------- **/

img.ImgFloatRight {
	border: 1px solid #333366;
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
}
img.ImgFloatLeft {
	border: 1px solid #333366;
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
}
img.ImgFloatNone {
	border: 1px solid #333366;
	margin-bottom: 10px;
	margin-right: 15px;
}
img.ImgFloatRightNoBorder {
	border: 0px;
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
}
img.ImgFloatLeftNoBorder {
	border: 0px;
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
}
img.ImgFloatNoneNoBorder {
	border: 0px;
	margin-bottom: 10px;
	margin-right: 15px;
}

/** ------------------------------------------------------ **/
/** ------------------- bespoke -------------------------- **/

.strikethrough {
	text-decoration:line-through;
}
.redtext {
	color: #FF0000;
}

.CalendarA {
	color: #000000;
	background: #FFFFFF;
	vertical-align: top;
}
.CalendarB {
	color: #000000;
	background: #EEEEEE;
	vertical-align: top;
}
.colhdr {
	color: #FFFFFF;
	font-weight: bold; 
	vertical-align: top;
}
.refsA {
	font-size: 9pt;
	background: #D6D6D6;
}
.refsB {
	font-size: 9pt;
	font-weight: bold; 
	color: #3B4183;
	background: #D6D6D6;
}
input {
	background-color: #FFFFA0;
	border: 1pt #0DB24C solid;
}

textarea {
	background-color: #FFFFA0;
	border: #0DB24C; 
	border-style: solid; 
	border-top-width: 1pt; 
	border-right-width: 1pt; 
	border-bottom-width: 1pt; 
	border-left-width: 1pt; 
}

#links  a, a:visited {
	color: #000000;
	text-decoration: underline;
}
#calendarselect Select, Input {
	margin-top:4px;
	font-size: 10pt;
	color:#000000;
	}
#calendarselect p {
	margin-top:7px;
	margin-bottom:0px;
	font-weight: bold; 
	font-size: 10pt;
	color:#0DB24C;
	}
#topcalendarlink {
	font-weight: bold; 
	color:#0DB24C;
	text-align:right;
	margin-top: -32px;
	margin-bottom:23px;
}
.calendarlink, .calendarlink:visited {
	color:#0DB24C;
}
.small {
	font-size: 90%;
}
