a img{
	border: 0;
}

a{
	color: #3A89C9;
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
	color: #F7931E;
}

a:visited{
	color: #887CB8; 
}

body{
	/*margin:10px 10%;*/
	padding:0;
	background-color:#ffffff;
	font-family:Tahoma,Verdana,monospace;
	font-size:12px;
	color:#333333;
}

h1{
	margin: 5px 0 0 2px;
	padding: 2px;
	
	font-size: 21px;
	font-weight: normal;
	color: #637187;
}

h2{
	margin: 5px 0 0 2px;
	padding: 2px;
	
	font-size: 21px;
	font-weight: normal;
	color: #637187;
}

h3{
	display: inline;
	margin: 5px 0 0 2px;
	padding: 2px;
	
	font-size: 15px;
	font-weight: bold;
	color: #7E8BA0;
}

p{
	margin: 10px;
	padding: 0;
}

ul{
	padding: 1px 5px;
	margin: 3px 0 3px 10px;
	
	list-style:none;
	list-style-image: url(../img/bull.gif);
}

ul li{
	padding:1px;
	margin: 0 0 0 5px ;
}

ul.list_pages {
	position: relative;
	margin:5px 1px 5px 1px;
	padding:0;
	
	list-style: none;
	display: block;
	height: 30px;
}

ul.list_pages li {
	margin:1px;
	padding:0;

	display: inline;
}

ul.list_pages li.act {
	margin:1px;
	padding:2px;

	display: inline;
	background: #E7E9ED;
	font-weight: bold;
	font-size: 14px;
}

.orange {
	color: #ff6600;
}

.here{
	padding: 10px;
	margin: 3px 0;
	
	background: #e2e2e2;
	border: 1px solid #ccc;
}


ul.list_options {
	position: relative;
	margin:0;
	padding:0;
	clear: both;
	
	display: block;
	height: 30px;
	
	list-style: none;
}

ul.list_options li {
	display: block;
	float: left;
	
	margin:4px 8px 0 0;
	padding: 3px 6px 3px 17px;

	border: 1px solid #647287;
	background: #e2e2e2 url(../img/menu/opt.gif) no-repeat 7px center;
}

ul.list_options li.act {
	background: #f2f2f2 url(../img/menu/opt_act.gif) no-repeat 5px center;
}


.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Holly Hack Targets IE Win only \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End Holly Hack */