body {
	background-color: #004B92;
	SCROLLBAR-BASE-COLOR:#004B91;
	SCROLLBAR-FACE-COLOR:#004B91;
	SCROLLBAR-TRACK-COLOR:#EBECEC;
	SCROLLBAR-ARROW-COLOR:#FFFFFF;
	SCROLLBAR-SHADOW-COLOR:#AAAAAA;
	SCROLLBAR-3DLIGHT-COLOR:#DDDDDD;
	SCROLLBAR-HIGHLIGHT-COLOR:#FFFFFF;
	SCROLLBAR-DARKSHADOW-COLOR:#BEBEBE;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.adr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 40px;
}
.t_bus_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FF0000;
	text-align: right;
}
.t_bus_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: justify;
	padding-left: 15px;
}

.menu a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 200px;
	display: block;
	text-indent: 20px;
	letter-spacing: 1px;
	word-spacing: 2px;
}

.menu a:link, .menu a:visited {
	color: #FFFFFF;
	background-color: #004B94;
	height: 15px;
	background-position: center;
	font-size: 9pt;
}
.menu a:hover {
	color: #FFFFFF;
	background-color: #FF0000;
	height: 18px;
	background-position: center;
	font-size: 9pt;
}


.str {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	color: #004B94;
	;
	text-align: left;
	text-indent: 20px;
}


.title {
	align: right;
	color: #004B92;;
	font-weight: bold;
}

.img_content {
	margin-bottom: 15px;
	margin-right: 15px;
}	

/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: black;
	background: #BAC3E3 url('back.jpg') repeat-x;
	border: 1px solid #AAAAAA;
	}


/* 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 solid #D5E3E7;
	}


/* 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 #AAAAAA;
	}


/* 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: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* 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: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: black;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: black;
	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: 6pt;
	background: #004B92;
	padding: 2px;
	width: 15pt;
	border: 1px solid #64A6B9;
	color: white;
	font-weight: bold;
	margin-bottom: 1px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	background: #004B92;
	font-weight: bold;
	border: 1px solid #64A6B9;
	padding: 1px 3px 1px 3px;
	margin-right: 3px;
	}

p {
	display: block;
	margin: 3px; 0px;
}









