/* CSS Document */
.bottom_border_only {
		border-style: solid;
		border-top-width : 0px;
		border-right-width : 0px;
		border-left-width : 0px;
		border-bottom-width : 2px;
		border-color : #006A9D;
}

.borderclass_tabs {
		border-style: solid;
		border-top-width : 4px;
		border-right-width : 4px;
		border-left-width : 4px;
		border-bottom-width : 0px;
		bordercolor : white;
}

.borderclass_tabs2 {
		border-style: solid;
		border-top-width : 0px;
		border-right-width : 4px;
		border-left-width : 0px;
		border-bottom-width : 0px;
		bordercolor : white;
}

.borderclass_tabs_int {
		border-style: solid;
		border-top-width : 0px;
		border-right-width : 0px;
		border-left-width : 0px;
		border-bottom-width : 0px;
}

.borderclass_tabs3 {
		border-style: solid;
		border-top-width : 4px;
		border-right-width : 0px;
		border-left-width : 0px;
		border-bottom-width : 4px;
		bordercolor : white;
}

.border_dotted_top {
		border-style: dotted;
		border-top-width : 1px;
		border-right-width : 0px;
		border-left-width : 0px;
		border-bottom-width : 0px;
		border-color : #006A9D;
}

.border_dotted_top_2 {
		border-style: dotted;
		border-top-width : 2px;
		border-right-width : 0px;
		border-left-width : 0px;
		border-bottom-width : 0px;
		border-color : #006A9D;
}

.border_dotted_bottom {
		border-style: dotted;
		border-top-width : 0px;
		border-right-width : 0px;
		border-left-width : 0px;
		border-bottom-width : 1px;
		border-color : #006A9D;
}

.borderclasstop {

		border-top-width : 2px;
		border-right-width : 0px;
		border-left-width : 0px;
		border-bottom-width : 0px;
		bordercolor : #0062CE; 
}

.borderclassbottom {

		border-top-width : 0px;
		border-right-width : 0px;
		border-left-width : 0px;
		border-bottom-width : 2px;
		bordercolor : #FFFFFF; 
}

.bordertopbottom {

		border-top-width : 1px;
		border-right-width : 0px;
		border-left-width : 0px;
		border-bottom-width : 1px;
		bordercolor : #0062CE; 
}

.borderright {
		border-top-width : 0px;
		border-right-width : 1px;
		border-left-width : 0px;
		border-bottom-width : 0px;
		border-color : white;
}

.bordernone{
		border-top-width : 0px;
		border-right-width : 0px;
		border-left-width : 0px;
		border-bottom-width : 0px;
}

.driveInstructionsTable {
	padding: 0px;
	border: 1px solid #c0c093;
	border-collapse: collapse;
}

a:hover {text-decoration:underline; color:#6C3600}
a.links{text-decoration:none; font-weight:bold; font-family:Helvetica; font-size:9pt; color: #E17100}
a{text-decoration:none; font-weight:bold; font-family:Helvetica; font-size:9pt; color: #E17100}

.mainheading{
	font-size:14pt; font-family:Helvetica; color:#506901; font-weight:bold; text-decoration:underline;
}

.subheading {
	font-size:11pt; font-family:Helvetica; color:#6C3600; font-weight:bold;
}

.boldheading {
	font-size:12pt; font-family:Helvetica; color:#6C3600; font-weight:bold;
}
