/*
	background: #29392F
    Body: #334238
    Body Border and menu background: #475149
	menu text normal: FDF7B2
	menu text rollover: white
    body text: white
    footer text: 475149
*/

body
{
	background-color: #29392F;
	font-family:Verdana;
	margin-top:15px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	color:White;
	font-size:small;
	
}

.inlineImage
{
	border: solid 1px #495F4E;
	
}

.centerBlock
{
	background-color:#334238;
	border-collapse:collapse;
	border: solid 1px #495F4E;	
}

.centerBlock A
{
	color:White;
	font-size:small;
}

.centerBlock TD
{
	border:none;
}


.Title
{
	color:#FDF7B2;
	text-align:center;
	font-size:x-large;
	font-weight:bolder;
	letter-spacing: 10px;
	font-family:Arial;
}

.menu
{
	color:#FDF7B2;
	background-color:#475149;
	font-size: x-small;
	font-weight:bold;
	height: 20px;
	font-variant:small-caps;
	text-align:center;
}

.menu A
{
	color:#FDF7B2;
	background-color:#475149;
	font-size: x-small;
	font-weight:bold;
	height: 20px;
	font-variant:small-caps;
	text-decoration:none;
}

.menu A:hover
{
	color:white;
	background-color:#475149;
	font-size: x-small;
	font-weight:bold;
	height: 20px;
	font-variant:small-caps;
	text-decoration: underline;
}

.footer
{
	background-color:#29392F;
	color:#475149;
	font-size:xx-small;
	font-weight:bold;
	height:20px;
}

.footer A
{
	background-color:#29392F;
	color:#475149;
	font-size:xx-small;
	font-weight:bold;
	height:20px;
	text-decoration:none;
}

.footer A:hover
{
	background-color:#29392F;
	color:#FDF7B2;
	font-size:xx-small;
	font-weight:bold;
	height:20px;
	text-decoration:none;
}

.thumbnails
{
	background-color:#29392F;
}

.caption
{
	color:White;
	font-size:medium;
	font-family:Arial;
	visibility: hidden;
}

.formatTable TD
{
	font-size:small;
}

