body {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #330033;
	background-color: #99FF99;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #330000;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}
p {
	font-size: 12px;
}
input[type="text"], .textbox, textarea {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	background-color: #DFFFDF;
	border: 1px solid #CC99FF;
}
input[type="button"], input[type="submit"], .button, a.fauxbutton, input[type="button"]:hover, input[type="submit"]:hover, .button:hover, a.fauxbutton:hover {
	font-size: 10px;
	background-color: #660066;
	color: #CCFFCC;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	border: thin outset #660066;
	
	padding: .5em;
	font-size:80%;
	
	text-shadow: none;
-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;;
	box-shadow: none;	
	background-image: none;
	cursor:pointer;
}

/* :disabled psuedo class not suppoerted by browsers yet!	*/
.button:disabled {

	background-color: #CCCCCC;
	
}

.sectionheader {
	background-color: #FF6600;
	border: 1px solid #990000;
	padding-left: 5px;
	font-size: 12px;
	margin-bottom: 2px;
	margin-top: 4px;
	background-image: url(../images/section-header-bg.gif);
	background-repeat: repeat-x;
	width: 100%;
}
.tdBorderTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #99FF99;
}

.topmenulink:hover {
	border: 1px solid #990033;
	text-decoration: none;
	padding: 2px 5px;
	background-repeat: repeat-x;
	background-image: none;
	margin: 2px;
	color: #CC0000;
	background-color: #CCFFCC;
}
.warningbox {
	background-color: #FFFF66;
	padding: 5px;
	border: 1px solid #990000;
	text-align: center;
}

td {
	font-size: 12px;
}
.topmenulink {
	border: 1px solid #999999;
	text-decoration: none;
	padding: 2px 5px;
	background-image: url(../images/buttonbg.gif);
	background-repeat: repeat-x;
	margin: 2px;
	color: #330000;
	
}

.topmenulink:hover {
	border: 1px solid #FF3300;
	text-decoration: none;
	padding: 2px 5px;
	background-repeat: repeat-x;
	background-image: none;
	margin: 2px;
	color: #CC0000;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #660066;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
}
.buttonSmall {
	font-size: 9px;
	background-color: #660066;
	color: #CCFFCC;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: normal;
	border: thin outset #660066;
}
.calendarlink {
	display: block;
	color: #660000;
	text-decoration: none;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.calendarlink:hover {
	background-color: #FFFF66;
	color: #FF0000;
	text-decoration: none;
}
.calendarTD {
	border: 1px solid #99FF99;
	margin: 0px;
	padding: 0px;
	
}

.calendarTDtoday {

	border: 1px solid #FF0000;
	margin: 0px;
	padding: 0px;
}
.boxout {
	background-color: #E6FFE6;
	margin: 10px;
	padding: 10px;
	border: 1px solid #99FF99;
}
.small {
	font-size: 10px;
}

.isearch_highlight {
	font-weight: bold;
}
.isearch_title {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.isearch_head {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.isearch_description, .isearch_url, .isearch_size, .isearch_prevnext {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
