/* 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_left {
		border-style: dotted;
		border-top-width : 0px;
		border-right-width : 1px;
		border-left-width : 0px;
		border-bottom-width : 0px;
		border-color : #006A9D;
}

.border_dotted_right {
		border-style: dotted;
		border-top-width : 0px;
		border-right-width : 1px;
		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 : 1px;
		bordercolor : #0062CE; 
}

.borderbottom {

		border-top-width : 0px;
		border-right-width : 0px;
		border-left-width : 0px;
		border-bottom-width : 6px;
		bordercolor : white; 
}

.borderright {
		border-top-width : 0px;
		border-right-width : 6px;
		border-left-width : 0px;
		border-bottom-width : 6px;
		border-color : white;
}

.borderleft {
		border-top-width : 0px;
		border-right-width : 0px;
		border-left-width : 6px;
		border-bottom-width : 6px;
		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;}
a{text-decoration:none; font-family:Calibri;}

