/* general */
body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #CCCCCC;
}
body {
	background-color: #CCCCCC;
	background-image: url(images/bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.main_smaller{
	font-family: Times New Roman, Times, serif;
	font-size: 11px;
	color: #CCCCCC;
}

.main_bigger{
	font-family: Times New Roman, Times, serif;
	font-size: 17px;
	color: #CCCCCC;
}

li {
	margin-left:25pt;
	/*font-size: 12pt;*/
}

/* ######################### */
/* preload picture */
/* ######################### */

.hiddenPic {display:none;}




/* ######################### */
/* menu */
/* ######################### */

td.menu1{
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	border:solid 1px #808080;
	width:162px;
}


#menu1 a {
	display: block;
	background-image:url(images/button3.jpg);
	color:#333333;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	width:162px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin: 0px auto;
}

#menu1 a:visited{display: block;
	background-image:url(images/button3.jpg);
	color:#333333;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	width:162px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin: 0px auto;
  }

#menu1 a:active{display: block;
	background-image:url(images/button3.jpg);
	color:#333333;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	width:162px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin: 0px auto;
  }

#menu1 a:hover {
	display: block;
	background-image:url(images/button-over3.jpg);
	color:#000000;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	width:162px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin: 0px auto;
	font-weight: bold;
}



/* ######################### */
/* General links */
/* ######################### */

a:link{
	color: #FFFFFF;
	text-decoration:underline;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

a:visited{
	color: #FFFFFF;
	text-decoration:underline;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	}

a:active{
	color: #FFFFFF;
	text-decoration:underline;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	}

a:hover{
	color: #000000;
	text-decoration:underline;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

/* ######################### */
/* footer */
/* ######################### */

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #666666;
}

a.footer:link{
	color: #666666;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	text-decoration: none;
}

a.footer:visited{
	color: #666666;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	text-decoration: none;
	}

a.footer:active{
	color: #666666;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	text-decoration: none;
	}

a.footer:hover{
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration: underline;
}

.count {
	list-style-position: outside;
	list-style-type: circle;
}
#filter
{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-repeat:repeat;
	background-color: #000;
	z-index:10;
	opacity:0.7;
	filter: alpha(opacity=70);
}
#box 
{
	display: none;
	position: fixed;
	top: 15%;
	left: auto;
	width: 500px;
	/*height: 60%;*/
	padding: 0;
	margin:0;
	border: 1px solid black;
	background="images/content-bg.gif";
	/*background-color: white;*/
	z-index:11;
	overflow: auto;
}
#boxheader
{
	position:absolute;
	top:0%;
	left:0%;
	width:100%;
	height:20px;
	padding:0;
	padding-top:2px;
	padding-left:8px;
	margin:0;
	margin-right:20px;
	border-bottom:1px solid black;
	background-color: #060;
	color:white;
	text-align:center;
}
#boxclose
{
	float:right;
	position:absolute;
	top: 0;
	right: 0;
	background-image:url(images/close.gif);
	background-repeat:no-repeat;
	background-color:#CCC;
	border:1px solid black;
	width:20px;
	height:20px;
}
#boxcontent
{
	position: relative;
	top:23px;
	left:0;
	right:0;
	bottom:0;
	margin:0;
	padding: 8px;
	overflow: auto;
	width:100%;
	height:100%;
}
