.box {
	border-top: thick double #CCCCCC;
	border-right: thick none #CCCCCC;
	border-bottom: thick double #CCCCCC;
	border-left: thick none #CCCCCC;

}
.text-xs {
	font-family: tahoma;
	font-size: 10px;
	text-transform: capitalize;
	color: #FFFFFF;
}
a:link{
	font-family: tahoma;
	font-size: 12px;
	font-weight: bolder;
	color: #FF9900;
	text-decoration: none;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #CC9900;
	border-left-color: #CC9900;
}
a:visited{
	font-family: tahoma;
	font-size: 12px;
	font-weight: bolder;
	color: #FF9900;
	text-decoration: none;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #CC9900;
	border-left-color: #CC9900;
}
a:hover {

	font-family: tahoma;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #000000;
	border-left-color: #000000;
}
.link-box {
	background-color: #333333;
	border-right-style: double;
	border-left-style: double;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	padding: 4px;



}
.box2 {

	border-top: 2px groove #CCCCCC;
	border-right: 2px none #CCCCCC;
	border-bottom: 2px groove #CCCCCC;
	border-left: 2px none #CCCCCC;
}
.text-m {
	font-family: tahoma;
	font-size: 13px;
	text-transform: none;
	color: #FFFFFF;
	text-align: justify;
	line-height: 25px;
	


}
.photo-style {
	padding: 0px;
	float: left;
	margin: 5px 10px 10px 0px;

}
.spotbox-right {
	background-color: #333333;
	margin: 5px;
	float: right;
	width: 120px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: outset;
	border-left-style: outset;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 5px;
	text-align: justify;



}
.titr1 {
	font-family: tahoma;
	font-size: 18px;
	font-weight: bolder;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
	margin: 0px;
	padding: 5px;

}
