

body {
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	font-size: 11px;
	text-align: justify;
	color:#eeeeee;
	background-color:#000000;
	background-image:url('../img/bg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

div.share_this {
}
div.share_this * {
	font-family: Tahoma;
	font-weight: normal;
	font-size: 13px;
	color: #666666;
}
a.share_this_close {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	right: 8px;
	top: 8px;
	position: absolute;
}
div.share_this_popup {
	background: #ffffff;
	border: 2px solid #cccccc;
	padding: 2em;
	margin: auto;
}
div.share_this_row {
	width: 380px;
	margin-top: 8px;
}
a.share_this {
	padding: 0;
	padding-right: 5px;
}
a.share_this img {
	border: 0;
}


.head  {
	margin-left:400px;
}

table, h1 {
	font-family: Tahoma;
	font-size: 11px;
	text-align: justify;
	color:#eeeeee;
	}

.tiny  {
 	font-family: Tahoma;
	font-size: 11px;
	color:#eeeeee;
	font-weight:bold;
}

/*.bordo {
	border:1px solid #999999;
	}*/

/* LINKS */

a {
	text-decoration: none;
	font-size: 11px;
}
a:link, a:active {
	
	color: #eeeeee;
	font-weight:bold;
	font-size: 11px;

}
a:visited {
	color: #eeeeee;
	font-weight:bold;
	font-size: 11px;
}
a:hover{
	color: #eeeeee;
	font-weight:bold;
	text-decoration: underline;
	font-size: 11px;
}


a.menu:link     { color: #65D888; text-decoration: none; font-size: 12px;}
a.menu:visited  { color: #65D888; text-decoration: none; font-size: 12px; }
a.menu:hover    { color: #B18BB1; text-decoration: underline; font-size: 12px; }


/* Circular Content Carousel Style */
.ca-container{
	position:relative;
	margin:25px auto 0px auto;
	width:700px;
	height:400px;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:100%;
	height:100%;
	text-align:center;
}

.ca-nav span{
	width:25px;
	height:38px;
	background:transparent url(../img/arrows.png) no-repeat top left;
	position:absolute;
	top:50%;
	margin-top:-19px;
	left:-40px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:-40px;
}
.ca-nav span:hover{
	opacity:1.0;
}
