td {
	text-align: left;
	vertical-align: top;
	font-family:Tahoma;
	font-size:11px;
	color:#6B6B6B;
	line-height:13px;
}
a {
	text-decoration: underline;
	color:#3082A8;
	font-size:11px;
}

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

.copy{
	font-family:Tahoma;
	font-size:12px;
	color:#2c2c2c;
	text-decoration:none;
}

.top_txt {
	color:#646464; 
	font-size:10px
}

.gray {
	color:#6B6B6B; 
	text-decoration:none
}

.blue {
	color:#3082A8
}

.green {
	color:#94BE23
}

a:hover{
	text-decoration:underline;
}

#under{
	text-decoration:underline;
}

#content .inner_copy {
	border:0;
	color:#f00;
	float:left;
	width:50%!important;
	margin:-202px 0 0 0;
	overflow:hidden;
	line-height:0;
	padding:0;
	font-size:12px
}

.ivan{
	text-align: left;
	background-color:#ffffff;
	margin-top:3px;
	margin-left: 10px;
}
.ivan a{
	font-family: Tahoma;
	font-size:14px;
	color:#494949;
	text-decoration: none;
}

.ivan a:hover{
	font-family: Tahoma;
	font-size:14px;
	color:#bf0000;
	text-decoration:underline;
}

.ivan2{
	text-align: left;
	background-color:#ffffff;
	margin-top:3px;
}
.ivan2 a{
	font-family: Tahoma;
	font-size:14px;
	color:#494949;
	text-decoration: none;
}

.ivan2 a:hover{
	font-family: Tahoma;
	font-size:14px;
	color:#bf0000;
	text-decoration:underline;
}

.ivan3{
	text-align: justify;
	background-color:#ffffff;
	margin-top: 3px;
	margin-left: 13px;
	border:1px solid #494949;
	padding:5px;
}

.ivan4{
	font-family: arial;
	font-size:14px;
	color:#330033;
	text-align: justify;
	background-color:#ffffff;
	margin: 10px;
	border:1px solid #494949;
	padding:5px;
}

.ivan5{
	font-family: arial;
	font-size:14px;
	color:#330033;
	text-align: right;
	background-color:#ffffff;
	margin: 10px;
	border:1px solid #494949;
	padding:5px;
}

.ivan6{
	font-family: arial;
	font-size:14px;
	color:#330033;
	text-align: center;
	background-color:#ffffff;
	margin: 10px;
	border:1px solid #494949;
	padding:5px;
}

.ivan7{
	font-family: arial;
	font-size:14px;
	color:#330033;
	text-align: right;
	background-color:#ffffff;
	margin: 10px;
	border:1px solid #494949;
	padding:5px;
}

/* Slider */
.slider-wrapper {
	position:relative;
	left:0;
	background-color: rgba(255, 255, 255, 0.3);  
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#60ffffff',EndColorStr='#60ffffff'); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#60ffffff',EndColorStr='#60ffffff')";
}

.slider-wrapper .indent {
	background:#fff;
	padding:3px 3px;
	width:490px;
}

/* Required */

#loopedSlider .container { 
	width:490px;
	height:195px;
	overflow:hidden;
	position:relative;
}

.slides { 
	position:absolute; 
	top:0; 
	left:0; 
}

.slides > div {
	position:absolute; 
	top:0; 
	width:245px;
	display:none; 
}
.
slides > div .inner {
}

/* Optional */
#loopedSlider { 
	width:490px;
	height:195px;
	position:relative; 
	clear:both;
	background:url(../images/slider-bg.jpg) no-repeat 0 0;
}

#loopedSlider .previous {
	position:absolute;
	left:-35px;
	top:124px;
	width:48px;
	height:47px;
	background:url(../images/prev.png) no-repeat 0 0;
}

#loopedSlider .next {
	position:absolute;
	right:-35px;
	top:124px;
	width:48px;
	height:47px;
	background:url(../images/next.png) no-repeat 0 0;
}

.mainText {
	float:left;
	width:245px;
	font-family: sans-serif;
	font-size:16px;
	line-height:0.8em;
	color:#000;
	font-weight:normal;
	text-shadow:1px 2px 0 #164e00;
}

.mainText span {
	display:block;
	font-size:18px;
	line-height:0.9em;
}

.text {
	float:left;
	width:245px;
	font-family: sans-serif;
	color:#d5000;
	font-size:13px;
	line-height:13px;
}

.text p {
	margin-bottom:23px;
}