	
                body {  
                        font-family: Arial, Helvetica, sans-serif; 
                        font-size: 10pt; 
                        background-attachment: fixed;
			background-color: #2e462d;
                        color: white;

                }

		a:link { 
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 10pt;
			color: white;
		}

		a:active { 
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 10pt;
			color: white;
		}

		a:visited { 
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 10pt;
			color: white;
		}

		p {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt}
		ul {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt}
		li {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt}
		th {  
			text-align: left;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10pt; 
			font-weight: bold; 
			background-color: #2e462d; 
			color: white;
			padding-top: 5px;
			padding-bottom: 5px;

		   }



		td {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt}
		tr.current {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; background-color: black;}
		em {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: italic}
		b { color: white; font-family: Arial, Helvetica, sans-serif; font-size: 10pt;}
		h1 { color: white; font-size: 20pt;}
		h2 { color: white; font-size: 18pt;}
		h3 { color: white; font-size: 16pt;}
		h4 { color: white; font-size: 14pt;}
		h5 { color: white; font-size: 12pt;}
		h6 { color: white; font-size: 10pt;}

		.admin_menu {
		        font-family: Arial, Helvetica, sans-serif;
		        font-size: 85%;
		        background-image : url(images/button_bg.gif);
		        background-position : bottom;
			background-color : grey;
		        color: #000000;
		        margin-top: 0px;
		        margin-bottom: 0px;
		        text-align: center;
		}

		.album_stat {  
			font-size: 8pt;
			color: grey;
			}

		table.thumbtable {
			border: 1px solid red;
			padding-top: 2px;
			padding-bottom: 2px;
			padding-left: 2px;
			padding-right: 2px;
			color: #ffffff;
		}

		.image {
			border: 0px solid black;
		}

		.albums {
			border: 0px solid black;
		}			

		td.tableh1 {
			border: 1px solid black;
			background-color: #948e8a;
			padding-top: 8px;
			padding-bottom: 5px;
			padding-left: 5px;
			padding-right: 5px;
			color: black;
		}

		td.tableh2 {
			background-color: #15262b;
			border: 1px solid black;
			padding-top: 8px;
			padding-bottom: 5px;
			padding-left: 10px;
			padding-right: 10px;
			color: #ffffff;
		}

		td.tableh3 {
			background-color: #15262b;
			border: 1px solid black;
			padding-top: 0px;
			padding-bottom: 0px;
			padding-left: 0px;
			padding-right: 0px;
			color: #ffffff;
		}

		td.thumbnails {
			background-color: black;
			padding-top: 3px;
			padding-bottom: 3px;
			padding-left: 3px;
			padding-right: 3px;
			color: #ffffff;
			border: 1px solid black;

		}

		td.tableb {
			padding-top: 4px;
			padding-bottom: 4px;
			padding-left: 2px;
			padding-right: 2px;
		}

		td.tableb_compact {

			background: black;
			border: 1px solid black;
			padding-left: 5px;
			padding-right: 5px;
			padding-top: 2px;
			padding-bottom: 2px;


		}

		td.thumbnails {
			border: 1px solid black;
			padding-top: 2px;
			padding-bottom: 2px;
		}
	
		table.admin_table {
			border: 1px solid red;
		}

		td.navmenu {
			padding-left: 5px;
			padding-right: 5px;
			padding-top: 2px;
			padding-bottom: 2px;
			border: 1px solid red;
		}

		td.splashbar {
			padding-left: 5px;
                        padding-right: 5px;
                        padding-top: 5px;
                        padding-bottom: 5px;
			//background-image: url(/images/splashrowpic.jpg);
			background-color: #222222;
			border-top: 4px double red;
			border-bottom: 4px double black;
			border-left: 4px double red;
			border-right: 4px double black;
		}


		.catlink {
			padding-left: 5px;
			padding-right: 5px;
		}

		.thumb_title {
		        display : block;

		}

		.thumb_caption {
		        display : block;
			color: #a7a7a7;
			font-size: 8pt;
			text-align: left;
		}


