///* CSS Reset */body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
//    margin: 0px; padding: 0px; border: 0px;
//}


#t1 {
	font-family: "Copperplate Gothic Bold", Arial, sans-serif;
	font-size: 20px;
    text-align:center;
    
}
#t2 {
	font-family: Garamond, Arial, sans-serif;
	font-size: 18px;
    text-align:center;
}
#t3 {
	font-family: Garamond, Arial, sans-serif;
	font-size: 16px;
    text-align:center;
}
p {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 16px;
    text-align:justify;
}
li {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 16px;
    text-align:justify;
}

 
h1 {
	font-family: Tahoma, Arial, sans-serif;
    font-weight:bold;
    text-decoration:underline;
	font-size: 20px;
}

h2 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 18px;
}
h3 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 16px;
}

a.button {
	width: 10em;
	padding: .1em;
	color: #ffffff;
	text-shadow: 1px 1px 1px #000;
	border: solid thin #882d13;
	-webkit-border-radius: .7em;
	-moz-border-radius: .7em;
	border-radius: .7em;
	-webkit-box-shadow: 2px 2px 3px #999; 
	box-shadow: 2px 2px 2px #bbb;
	background-color: #ce401c;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e9ede8), to(#ce401c),color-stop(0.4, #8c1b0b));
}

tr {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
}


td {padding:4px 5px }
.datedaycol {background:#d1a367; }
.entrycol {background:#f0e7db; }

/* form #buttons {width="100" height="30" } */

#wrap {width: 95%;}

#photo {margin: 20px; border: 6px inset #ff0000; border-style:double; }

#block {padding: 10px;  border: 5px inset silver; border-style:double;}




/* generic container (i.e. div) for floating buttons */
/* .clear { 
    overflow: hidden;
    width: 100%;
} */

/* a.button {
    background: transparent url('bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px;
    text-decoration: none;
}

 a.button span {
    background: transparent url('bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none;
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px;
} */

a.button {
	width: 10em;
	padding: .1em;
	color: #ffffff;
	text-shadow: 1px 1px 1px #000;
	border: solid thin #882d13;
	-webkit-border-radius: .7em;
	-moz-border-radius: .7em;
	border-radius: .7em;
	-webkit-box-shadow: 2px 2px 3px #999; 
	box-shadow: 2px 2px 2px #bbb;
	background-color: #ce401c;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e9ede8), to(#ce401c),color-stop(0.4, #8c1b0b));
}
