@charset "iso-8859-9";
body{
	background:#eae9e6;
	color:#999999;
}

a{
	color: #999999;
	text-decoration: none;
}

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

p{
	padding:0px;
	margin:0px;
}

.content_border{
	border-top: 1px none #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}

.menu_item{
	font: bold 10px Tahoma;
	color: #999999;
	text-decoration: none;
	background: #000000;
}

.menu_item:hover{
	font: bold 10px Tahoma;
	color: #FF9900;
	text-decoration: none;
	background-image:url(../img/small_caption.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

.content_caption{
	background-position:center;
	background-repeat:repeat-x;
	padding-left:5px;
	font: bold 11px Tahoma;
	color: #CC9900;
}

.content_small{
	color: #CCCCCC;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
}

.caption_link{
	color: #CC9900;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}
.caption_link:hover{
	color: #E8FBFF;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}
.content_emph{
	font: bold 10px Tahoma;
	color: #CC9900;
}

.footer{
	font: bold 10px Tahoma;
	color: #666666;
}

.img_border{
	border: 1px solid #eae9e6;
}
.img_border:hover{
	border: 1px solid #D2D1CA;
}
.pointer{
	cursor:pointer;
}

.input_small{
	font: bold 10px Tahoma;
	color: #666666;
}
