@charset "utf-8";
/* CSS Document */

body {	background-color:#FFFFFF;
        background-image:url(images/templebg.jpg);
        background-repeat:repeat-x;
        background-position:top;
	    background-attachment:scroll;
        font-family:verdana;
        font-size:10px;
		margin-left: 0px;
		margin-top: -5px;
		margin-right: 0px;
		margin-bottom: 30px;
        color:#000000;}

div.collapseInfo { display: none }

table {	border:none;
        width:1000px; }

td {	vertical-align:top; 
		text-align:left;
		background-color:none;
	}

h1, h2, h3, h4, h5, h6 {font-family:verdana;color:#3e1c0b;}

a:link {color:#3e1c0b;}
a:visited {color:#3e1c0b;}
a:focus {color:#3e1c0b;}
a:hover {color:#3e1c0b; text-decoration:none;}
a:active {color:#3e1c0b; text-decoration:none;}