@charset "utf-8";
/* CSS Document */
span
{
font-family:"Times New Roman", Times, serif;
font-size:15px;
color:#FF6600;
}

#caption{color:#666666;
font-family:Tahoma;
font-size:15px;
padding-left:10px;
}

img{
margin:0 ;
padding:0 ;
}

img.respage{
border:#CCCCCC;
border-style:solid;
padding:2px;
background-color:#999933;

}

a{
text-decoration:none;}

a.menu 
{
width:50px;
padding-left:35px;
line-height:18px;
}

a.menu:link 
{
	font-family: tahoma;
	font-size: 11px;
	color:#a9ab72;
	line-height: 18px;
	text-decoration:none;
}

a.menu:visited {
	font-family: tahoma;
	font-size: 11px;
	color: #a9ab72;
}

a.menu:hover {
	font-family: tahoma;
	font-size: 11px;
	color:#999900;
	background-image:url(index_files/menu_hover.gif);
	background-repeat:no-repeat;
	background-position:left;
	text-decoration:underline;
}

a.menu:active {
	font-family: tahoma;
	font-size: 11px;
	color:#666666;
}
body {
	margin-top: 0px;
}

#footer{
color:#999999;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
background-color:#f9f3dd;
line-height:18px;
padding:5px;
}


