BODY {background: #a1b9dd; color:#006; font-family:Arial, Helvetica, Sans-serif; margin:0px;}
H1 {font-size: 13pt; font-family: arial; margin: 2px auto; display:inline;}
TD {font-size : 10pt; font-style : normal; font-variant : normal; font-weight : bold;}
hr {margin:0px auto; text-align:center;}
.hr1 {width:80%; color:#235; margin:0px auto; text-align:center;}
.fleft {float:left;}
.fright {float:right;}
.left {text-align:left;}
.cent {text-align:center;}
.centmarg {margin-left:auto; margin-right:auto;}
.white {color:white;}
.red {color:red;}
.bold {font-weight:bold;}
.8point {font-size:8pt;}
.10point {font-size:10pt;}
.12point {font-size:12pt;}
.rbord {border-right:1px solid #006;}
.lbord {border-left:1px solid #006;}
.tbord {border-top:1px solid #006;}
.bbord {border-bottom:1px solid #006;}
.bord2 {border:1px solid #006;}
.pad2 {padding:2px;}
.pad5 {padding:5px;}
.bkblue {background:#06c;}
.bkwhite {background:#fff;}
.bklblue {background:#e9f5f5;}
.w100 {width:100%;}
.w90 {width:90%; margin:0px auto 0px auto;}
.w35 {width:35%;}
.inline {display:inline;}
.mtop15 {margin-bottom:1px;}
.ptop15 {padding-bottom:1px;}

A {color:#00c;}
A:visited {color:#007;} 
A:hover {color:#c00;}


.tipper {font-size:12pt; color:#235; padding:0px 10px;text-decoration:none; height:20px;}


.sider {padding:0px 10px; font-weight:normal; font-size:8pt; color:#235; text-decoration:none;}


.sider2 {padding:0px 10px; font-size:8pt; color:#f00;}
a.sider2 {}
a.sider2:visited {color:#f60;}
a.sider2:hover {color:#fff;background:#235; text-decoration:none;}

img {border:none;}



/* DATE PICKER STUFF */
.style1 {font-size: 18px}
/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #06c;
	background-color: #fff;
	border: 1px solid #235;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px #fff solid;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #235;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #ff0;
	border: 1px solid #235;
	cursor: pointer;
	color: #235;;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {background:#06c;color:#fff;}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #06c;
	border: 1px solid #235;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background: #06c;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	background: #06c;
	font-weight: bold;
	}

/* ad rotating */
    #gallery {
	position:relative;
	width:175px;
	height:269px
    }
	#gallery a {
	float:left;
	position:absolute;
	left:0px;
	}
	
	#gallery a img {
	border:none;
	}
	
	#gallery a.show {
	z-index:500
	}

	#gallery .caption {
	display:none;
	}

	#gallery .caption .content {
	display:none;
	}
	
	#gallery .caption .content h5 {
display:none;
	}	