/* CSS Document */
body, td {
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}
.biggest {
	font-size: 24px;
	line-height: 30px;
}
.bigger {
	font-size: 18px;
	line-height: 24px;
}
.big {
	font-size: 16px;
	line-height: 22px;
}
.normal {
	font-size: 14px;
	line-height: 20px;
}
.small {
	font-size: 12px;
	line-height: 16px;
}
.smaller {
	font-size: 10px;
	line-height: 13px;
}
.smallest {
	font-size:9px;
	line-height: 12px;
}
body {
	background-color: #E6E2BF;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FF6699;
	text-decoration: none;
}
a:visited {
	color: #CC6699;
	text-decoration: none;
}
a:active {
	color: #FFDE3C;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF9933;
}
.copyright {
	color: #7D6750;
	font-size: 10px;
	line-height: 13px;
}
.bkgstage {
	background-image: url(images/bkgnd_stage.gif);
}
.info {
	color: #FF6633;
}

.bkgnetamail {
	background: url(images/header_mail.jpg) no-repeat center;}
a img {
	-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
	     -o-transition: 0.2s ease-in-out;
	        transition: 0.2s ease-in-out;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.btn_pr{
	padding-right:95px;
	}
.m30{
	margin-bottom:30px;
	margin-top:30px;}
ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0; }

li img {
  vertical-align: top; }
	
#footer {
	width:400px;
	text-align:center;
	margin: 0 auto;
	padding-bottom:25px;
  position: relative; }
	
#footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  letter-spacing: -0.4em;
  font-size: 0; }
	
  #footer ul li {
  display: inline-block;
   vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
   margin: 0; }

.btn_p{
	padding-right:55px;}
	
#dekabana{
	margin: 0 auto;
	padding-bottom:25px;
	text-align:center;
	}

#netamail{
	margin: 0 auto;
	padding-bottom:40px;
	text-align:center;
	}

img {
    border: 0px;
}