/* 1.0.4   07/14/2014 */

body, table, .nav  {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
}

body, table {
	font-size: 14px;
	background-color: white;
	margin: 0;
	line-height: 20px;
}

a {
	text-decoration: none;
	font-weight: bold;
}

hr {
	display: none;
}

tt {
	font-size: 14px;
	font-family: Courier, Monaco, "Courier New";
	line-height: 18px;
}

h2 {
	font-size: small;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	margin-top: 40pt;
	margin-bottom: -10px;
	border-bottom: 2px solid #cfcfcf;
}

h3 {
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	margin-top: 60pt;
	margin-bottom: 5px;
	
}

h4 {
	font-size: 14px; 
	font-weight: bold; 
	text-align: left; 
	margin-bottom: -10px; 
	border-bottom: 2px solid #cfcfcf;

}
a:hover {
	color: #09c ;
	text-decoration: underline;
}

.nav {
	font-size: 12px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}

a.nav:link, a.nav:visited {
	color: #fff;
}

a.nav:hover {
	color: #6cf;
}

.picture {
	margin-top: 20px;
	margin-left: 10px;
}

.smallpicture {
	margin-right: 10px;
	margin-bottom: 4px;
}

.desc {
	font-size: 14px;
	font-weight: bold;
	text-align: justify;
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 40pt;
}

.contents {
	font-size: 14px;
	margin-right: 100px;
	margin-left: 100px;
}

.desctable {
	font-size: 14px;
	font-weight: bold;
	text-align: justify;
	margin-right: 50px;
	margin-left: 20px;
	margin-top: 40pt;
}

.desctable-full {
	font-size: 14px;
	font-weight: bold;
	text-align: justify;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 40pt;
}

.contentstable {
	font-size: 14px;
	margin-bottom: 10px;
	margin-left: 40px;
	line-height: 28px;
}

.double_bar {
	font-size: 14px;
	text-align: center;
	background-color: #ebebeb;
	padding: 4px 50px;
	border-top: 2px solid #cfcfcf;
	border-bottom: 2px solid #cfcfcf;
}

.double_box {
	font-size: 14px;
	text-align: center;
	background-color: #ebebeb;
	margin-right: 50px;
	padding: 4px;
	border: solid 2px #cfcfcf;
}

.blackbars {
	margin-top: 0px;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	/*background-color: rgb(250, 250, 250);*/
}

.blackbar {
	border-top: 3px solid #000;
	margin-top: 0px;
}

img.border {
	border:2px solid #000;
}

img.right {
	margin-left: 20px;
	margin-bottom: 10px;
}

img.left {
	margin-right: 20px;
	margin-bottom: 10px;
}

img.center {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.mainbody {
	text-align: justify;
	/*margin: 40px 50px;*/
	padding-left: 100px;
	padding-right: 100px;
	margin: 0 auto;
	max-width: 989px;	
}

.mainbody-narrow {
	text-align: justify;
	margin: 40px 50px;
}

.footer {
	font-size: 12px;
	text-align: center;
	padding-top: 100px;
	/*background-color: #ebebeb;*/
}

.sitemenu, .sitehead {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	white-space: nowrap;
	line-height: 16px;
}

.sitemenu {
	margin-right: 10px;
	margin-left: 10px;
}
/*.sitemenu:a {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
	white-space: inherit;
}*/

a.sitemenu:link, a.sitemenu:visited, a.sitehead:link, a.sitehead:visited {
	color: #fff;
}

a.sitemenu:hover, a.sitehead:hover {
	color: #6cf;
}

.graybox {
	background-color: #ebebeb;
	padding: 4px 10px;
	border: solid 2px #cfcfcf;

}

.graybg {
	background-color: #ebebeb;
	padding: 4px 10px;
}

.smallheadline {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	margin-top: 40pt;
	margin-bottom: -10px;
	/*border-bottom: 2px solid #cfcfcf;*/
}

.graydesc {
	font-size: 12px;
	text-align: justify;
	margin-bottom: 20pt;
	color: #333;
}

.smalltext {
	font-size: 12px;
}

.date {
	color: #999;
	font-size: xx-small;
	white-space: nowrap;
}

.error {
	color: #C00;
}

.red {
	color: #C00;
}

.gray {
	color: #cfcfcf;
}







/* Used film, books, and video menus*/
.menu, a.menu:link, a.menu:visited {
	font-size: x-small;
	text-align: center;
	white-space: nowrap;
}

.menu {
	color: #999;
}

a.menu:link, a.menu:visited {
	color: #069;
}

a.menu:hover {
	color: #6cf;
}







/* Used Post Cards*/
.postcard {
	padding-top: 5px;
	border-top: 2px solid #cfcfcf;
}

.outline {
	font-size: 12px;
	border: solid 2px #cfcfcf;
}







/* Alternating Tables*/
.stripe2 {
	background-color: ebebeb;
}

.stripe1 {
	background-color: cfcfcf;
}

.stripe0 {
	background-color: ffffff;
	height: 30px;
}

.stripebox {
	border: 2px solid cfcfcf;
}