body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
a:link {
	color: #006666;
}
a:visited {
	color: #006666;
}
a:hover {
	color: #006699;
}
.hdrnav {
	font-size: x-small;
}
a.hdrnav:link {
	color: #FFFFFF;
}
a.hdrnav:visited {
	color: #FFFFFF;
}
a.hdrnav:hover {
	color: #eccc9f;
}
/*.navtable {
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #000000;


}*/
.navtablecell {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;

}

.navtablecell-last {
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #ffffff;

}

.xsmall {
	font-size: x-small;
}
.maintable {
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #BEBEBE;
	text-align: left;

}
.maincellborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BEBEBE;
}
.maincellleft {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BEBEBE;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	font-size: x-small;
	vertical-align: top;





}
.maincellcontent {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BEBEBE;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	vertical-align: top;
	font-size: small;



}
.maincellright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BEBEBE;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	vertical-align: top;
	font-size: x-small;
	background-color: #ecece0;




}
h1 {
	font-weight: bold;
	color: #27658E;
	font-size: 17px;
	margin-top: 0px;
	margin-bottom: 6px;


}
p {
	margin-top: 0px;
	margin-bottom: 6px;
}
h3 {
	font-weight: bold;
	color: #27658E;
	font-size: small;
	margin-top: 0px;
	margin-bottom: 6px;
	font-variant: small-caps;

}
h2 {
	font-weight: bold;
	color: #27658E;
	font-size: small;
	margin-top: 0px;
	margin-bottom: 6px;
	font-variant: small-caps;

}
.breadcrumb {
	font-size: x-small;
	color: #999999;

}
h4 {

	font-weight: normal;
	color: #FF7A15;
	font-size: 17px;
	margin-top: 0px;
	margin-bottom: 6px;
}
.bluetext {
	font-size: small;
	vertical-align: top;
	color: #27658E;

}
.photocaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #999999;
}
h5 {

	font-weight: bold;
	color: #27658E;
	margin-top: 0px;
	margin-bottom: 6px;
	font-size: x-large;
}
.maincellbobolink {

	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BEBEBE;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	font-size: x-small;
	vertical-align: top;
}
.orangetext {


	font-size: small;
	vertical-align: top;
	color: #FF6600;
}

/* buttons */
a.register {
    -webkit-box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
	width:auto;
	padding:5px;
	background: #67b600; 
	color:#fff;
}
a.register:active { position: relative; top: 3px;
    -webkit-box-shadow: inset 0px -3px 1px rgba(255, 255, 255, 1), inset 0 0px 3px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: inset 0px -3px 1px rgba(255, 255, 255, 1), inset 0 0px 3px rgba(0, 0, 0, 0.9);
    box-shadow: inset 0px -3px 1px rgba(255, 255, 255, 1), inset 0 0px 3px rgba(0, 0, 0, 0.9);
}
a.register:hover {text-decoration:none; }
a.register:active:after { content: ""; width: 100%; height: 3px; background: #fff; position: absolute; bottom: -1px; left: 0; }


/* buttons */
#cart a {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width:auto;
    padding:3px;
	margin:3px 0;
    background: #FFD34E; 
    color:#333;
	text-decoration:none;
}
#cart a:active { position: relative; top: 3px; 
 
}
#cart a:hover {text-decoration:none; background: #FFFAD5;}
