body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #888888;
	background-image: url(bg.gif);
	background-repeat: repeat; 
	background-color: #e7ebff;
	text-align: center;
	margin: 0px;
	padding: 0px;
}



#container {
	width: 1040px;
	background-color: #ffffff;
	border-left:solid #6e86ff 1px;
	border-right:solid #0a29c2 2px;
   border-top:solid #6e86ff 1px;
   border-bottom:solid #0a29c2 2px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

#ButtonNav { 
   float: center;
	width: 795px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 1px;
	margin-bottom: 1px;
	padding-bottom: 10px;
}
#Button {
	float: left;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #ffffff;
	background-color: #ff1400;
	width: 158px;
	border-right: solid #ffffff 1px;
	padding-bottom: 2px;
	padding-bottom: 2px;
}
a.button:link, a.button:visited {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #ffffff;
	background-color: #ff1400;
	text-decoration: none;
}

a.button:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #ff1400;
	background-color: #ffffff;
   text-decoration: none;
}

a:link {
	text-decoration: none;
 	color: #444444;
}

a:visited {
	text-decoration: none;
	color: #444444;
}

a:hover {
	text-decoration: none;
	color: #CC0000;
}

.current {
	font-weight: bold;
 	color: #000000;
	background-color: #eeeeee;
}

.cthumb {
	background-color: #dddddd;
	border: 0px;
}

.thumb {
	background-color: #eeeeee;
	border: 0px;
}

.image { border: 1px solid #aaaaaa;}
a:link .image {  border-color: #aaaaaa;}
a:visited .image {  border-color: #aaaaaa;}
a:hover .image { border-color: #ffffff;}

.mthumb { border: 1px solid #aaaaaa;}
a:link .mthumb {  border-color: #aaaaaa;}
a:visited .mthumb {  border-color: #aaaaaa;}
a:hover .mthumb { border-color: #ffffff;}

.slideImage { border-width: 8px; border: 8px solid; border-color: #ffffff;}
a:link .slideImage { border-color: #ffffff;}
a:visited .slideImage { border-color: #ffffff;}

.title {
	font-size: 120%;
	font-weight: bold;
	color: #CCCCCC;
}

.title a:link {
	text-decoration: none;
	color: #888888;
}

.title a:visited {
	text-decoration: none;
	color: #888888;
}

.title a:hover {
	text-decoration: none;
	color: #000000;
}

.infotable {
	border: 1px solid #eeeeee;
	border-collapse: collapse;
}

.infotable td {
	border: 1px solid #eeeeee;
}

.infotable table {
	border-collapse: separate;
}

.infotable table td {
	border: 0px;
}

.dirname {
	font-size: 100%;
	font-weight: bold;
	color: #888888;
}

.comment {
	color: #888888;
	font-weight: bold;
	font-size: 100%;
}

.smalltxt {
	color: #aaaaaa;
	font-size: 90%;
}

.xsmalltxt {
	color: #aaaaaa;
	font-size: 80%;
}

.newlabel {
	font-size: 70%;
	font-weight: bold;
	color: #000000;
	background-color: #FFCC00;
}