/* ///////////////////////  BODY ELEMENTS BELOW  ////////////////////////// */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	margin: 0px;
	background-color: #1f1300;
	background-attachment: scroll;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.pap {
	background-color: #1f1300;
	background-image: url(images/pap.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.bordL2 {
	background-color: #1f1300;
	background-image: url(images/bordL3.jpg);
	background-repeat: repeat-y;
}

.bordR2 {
	background-color: #1f1300;
	background-image: url(images/bordR3.jpg);
	background-repeat: repeat-y;
}

.bordR {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7E4204;
}

.bordL {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #7E4204;
}
.bordAll {
	border: 1px solid #7E4204;
}

.bordLT {
	border-top-color: #7E4204;
	border-left-color: #7E4204;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
}
.bordRT {
	border-top-color: #7E4204;
	border-right-color: #7E4204;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
}
.bordT {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7E4204;
}
.bordTB {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7E4204;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7E4204;
}
.bordR {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7E4204;
}
.bordRB {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #7E4204;
	border-bottom-color: #7E4204;
}
.bordLB {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #7E4204;
	border-left-color: #7E4204;
}
.bordLRT {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #7E4204;
	border-right-color: #7E4204;
	border-left-color: #7E4204;
}
.bordLR {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #7E4204;
	border-left-color: #7E4204;
}
.bordB {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7E4204;
}



.bbgT {
	background-image: url(images/bbgT.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.bbg {
	background-color: #F2E4C7;
	background-image: url(images/bbg.jpg);
	background-repeat: repeat;
}

.table-center {
	margin-left: auto; margin-right: auto;
}

.sepL {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #7E4204;
}

hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7E4204;
}

.imgBord {
	border: 1px solid #C76826;
}

.imgTable {
	border: 1px solid #C76826;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	line-height: 15px;
	color: #7E4204;
	display: table;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
}

.sepHor {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7E4204;
}

.sMen {
	margin-left: 20px;
	margin-right: 15px;
	margin-bottom: 15px;
}

.graphLight {
	background-image: url(images/bbgLight.jpg);
}

.graphLight2 {
	background-image: url(images/bbgLight.jpg);
	display: block;
}

/* ///////////////////////  BODY ELEMENTS ABOVE  ////////////////////////// */


/* ///////////////////////  TEXT ELEMENTS BELOW  ////////////////////////// */

p {
	padding-right: 20px;
	padding-left: 20px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 24px;
	color: #7E4204;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: bold;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #7E4204;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: bold;
}

.shipSubH {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #7E4204;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: bold;
}

.cap {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	line-height: 15px;
	color: #7E4204;
	display: block;
	text-align: left;
	margin: 10px;
}

/* ///////////////////////  TEXT ELEMENTS ABOVE  ////////////////////////// */


/* ///////////////////////  GENERAL LINK ELEMENTS BELOW  ////////////////////////// */

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #7E4204;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7E4204;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #7E4204;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7E4204;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #7E4204;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom-width: 1;
	border-bottom-style: none;
	border-bottom-color: none;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #7E4204;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom-width: 1;
	border-bottom-style: none;
	border-bottom-color: none;
}


a.imgLFix:link {
	text-decoration: none;
	padding-bottom: 0px;
	border-bottom-width: none;
	border-bottom-style: none;
	border-bottom-color: none;
}
a.imgLFix:visited {
	text-decoration: none;
	padding-bottom: 0px;
	border-bottom-width: none;
	border-bottom-style: none;
	border-bottom-color: none;
}
a.imgLFix:hover {
	text-decoration: none;
	padding-bottom: 0px;
	border-bottom-width: none;
	border-bottom-style: none;
	border-bottom-color: none;
}
a.imgLFix:active {
	text-decoration: none;
	padding-bottom: 0px;
	border-bottom-width: none;
	border-bottom-style: none;
	border-bottom-color: none;
}

/* ///////////////////////  GENERAL LINK ELEMENTS ABOVE  ////////////////////////// */


/* ///////////////////////  MENU ELEMENTS BELOW  ////////////////////////// */


.men1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #1f1300;
	background-image: url(images/menu1.jpg);
	background-repeat: no-repeat;
	font-weight: normal;
}


.men2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #1f1300;
	background-image: url(images/menu2.jpg);
	background-repeat: no-repeat;
	font-weight: normal;
}

a.menu:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
}
a.menu:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
}
a.menu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFCC33;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
}
a.menu:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFCC33;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
}

/* ///////////////////////  MENU ELEMENTS ABOVE  ////////////////////////// */

/* ///////////////////////  FOOTER ELEMENTS BELOW  ////////////////////////// */

.foot1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF9900;
	background-color: #1f1300;
	background-image: url(images/menu1.jpg);
	background-repeat: no-repeat;
	font-weight: normal;
}


.foot2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #1f1300;
	background-image: url(images/menu2.jpg);
	background-repeat: no-repeat;
	font-weight: normal;
}

a.foot:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	border-bottom: none;
}
a.foot:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	border-bottom: none;
}
a.foot:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFF33;
	font-weight: normal;
	text-decoration: none;
	border-bottom: none;
}
a.foot:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFF33;
	font-weight: normal;
	text-decoration: none;
	border-bottom: none;
}

.addFoot {
	background-color: #F2E4C7;
	background-image: url(images/bbg.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #7E4204;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7E4204;
}

a.addFootL:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
	color: #7E4204;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7E4204;
}
a.addFootL:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
	color: #7E4204;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7E4204;
}
a.addFootL:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
	color: #7E4204;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: none;
}
a.addFootL:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
	color: #7E4204;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: none;
}
/* ///////////////////////  FOOTER ELEMENTS ABOVE  ////////////////////////// */


/* ///////////////////////  BUTTON ELEMENTS BELOW  ////////////////////////// */

a.but:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #7E4204;
	text-decoration: none;
	background-color: #D1AD7B;
	background-image: url(images/butBg.jpg);
	background-repeat: repeat;
	display: block;
	padding: 10px;
	border: 1px solid #864505;
	text-align: center;
	width: auto;
}
a.but:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #7E4204;
	text-decoration: none;
	background-color: #D1AD7B;
	background-image: url(images/butBg.jpg);
	background-repeat: repeat;
	display: block;
	padding: 10px;
	border: 1px solid #864505;
	text-align: center;
	width: auto;
}
a.but:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #7E4204;
	text-decoration: none;
	background-color: #D1AD7B;
	background-image: url(images/butBg2.jpg);
	background-repeat: repeat;
	display: block;
	padding: 10px;
	border: 1px solid #864505;
	text-align: center;
	width: auto;
}
a.but:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #7E4204;
	text-decoration: none;
	background-color: #D1AD7B;
	background-image: url(images/butBg2.jpg);
	background-repeat: repeat;
	display: block;
	padding: 10px;
	border: 1px solid #864505;
	text-align: center;
	width: auto;
}


a.butSm:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #7E4204;
	text-decoration: none;
	background-color: #D1AD7B;
	background-image: url(images/butBg.jpg);
	background-repeat: repeat;
	display: block;
	border: 1px solid #864505;
	text-align: left;
	width: auto;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
a.butSm:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #7E4204;
	text-decoration: none;
	background-color: #D1AD7B;
	background-image: url(images/butBg.jpg);
	background-repeat: repeat;
	display: block;
	border: 1px solid #864505;
	text-align: left;
	width: auto;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
a.butSm:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #7E4204;
	text-decoration: none;
	background-color: #D1AD7B;
	background-image: url(images/butBg2.jpg);
	background-repeat: repeat;
	display: block;
	border: 1px solid #864505;
	text-align: left;
	width: auto;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
a.butSm:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #7E4204;
	text-decoration: none;
	background-color: #D1AD7B;
	background-image: url(images/butBg2.jpg);
	background-repeat: repeat;
	display: block;
	border: 1px solid #864505;
	text-align: left;
	width: auto;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}


/* ///////////////////////  SEARCH STYLES //////////////////////////////////// */
.itemcamps{color:Green;font-weight:bold;}
.itemnocamps{color:Black;}
.ResultHeader{font-family:Tahoma,Arial;font-size:11px;font-weight:bold;color:black;cursor:hand;text-decoration:underline}
a.ResultHeader:link {
	font-family:Tahoma,Arial;font-size:11px;font-weight:bold;color:#864505;cursor:hand;}
a.ResultHeader:visited {
	font-family:Tahoma,Arial;font-size:11px;font-weight:bold;color:#864505;cursor:hand;}
a.ResultHeader:hover {
	font-family:Tahoma,Arial;font-size:11px;font-weight:bold;color:#864505;cursor:hand;}
a.ResultHeader:active {
	font-family:Tahoma,Arial;font-size:11px;font-weight:bold;color:#864505;cursor:hand;}

a.Result:link {
	font-family:Tahoma,Arial;font-size:10px;color:#864505;cursor:hand;}
a.Result:visited {
	font-family:Tahoma,Arial;font-size:10px;color:#864505;cursor:hand;}
a.Result:hover {
	font-family:Tahoma,Arial;font-size:10px;color:#864505;cursor:hand;}
a.Result:active {
	font-family:Tahoma,Arial;font-size:10px;color:#864505;cursor:hand;}

.ResultHeaderInactive{font-family:Tahoma,Arial;font-size:11px;font-weight:bold;color:black;}
.ResultEnd{font-family:Tahoma,Arial;font-size:11px;font-weight:bold;color:black;}
.ResultItem{font-family:Tahoma,Arial;font-size:10px;color:black;background-color:beige;}
.ResultAltItem{font-family:Tahoma,Arial;font-size:10px;color:black;background-color:white;}
.ResultCaption{font-family:Tahoma,Arial;font-size:10px;font-weight:bold;color:black;}

.ResultPrintTable
{ 
	font-family: Tahoma,Arial;
	font-size: 11px;
	font-weight: bold;
	color: black;
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
	background-color:White;
	padding-right: 2px; padding-left: 2px; padding-bottom: 2px; padding-top: 2px; }

.ResultPrintHeadBig{font-family:Tahoma,Arial;font-size:13px;font-weight:bold;color:black;}
.ResultPrintHead{font-family:Tahoma,Arial;font-size:11px;font-weight:bold;color:black;}
.ResultPrintItem{font-family:Tahoma,Arial;font-size:11px;font-weight:normal;color:#864505;}