* {
	margin:0;
   padding:0;
	border: 0px;
}

html, body {
	min-width: 1000px;
  width:100%;
  height:100%;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

a {
	text-decoration: underline;
	color: #3399cc;
}

a:hover {
	
	text-decoration: none;
	color: #3399cc;
}

table{
	  border-collapse: collapse;
     border: none;
}

table td{
	vertical-align: top;
	padding: 5px;
	border: none;
}

table.visible td {
	border: 1px solid #666;
}

table.transparent {
	background: none;
	border: none;
}

ul{
	list-style: square;
}

ul, ol{
	list-style-position: inside;
	padding-bottom: 10px;
	padding-top: 5px;
}

ul ul{
	padding-left: 15px;
}

ul li, ol li {
     padding-bottom: 5px;
}

ul li.active, ol li.active{ 
	font-weight: bold;
	color: #ffcc19;
}

h1, h2, h3, h4, h5, h6{
	padding-bottom: 15px;
	color: #ffb574;
}

h1{
	font-size: 24px;
}

h2{
	font-size: 22px;
}

p{
	padding-bottom: 16px;
}

img{
	margin: 4px;
}

input, textarea, button, select{
	padding: 5px;
	border: 1px solid #ccc;
}

.pager ol {padding-top:8px;}
.pager ol li {display:inline;padding-right:5px}
.pager ol li.active{	font-size: 140%;}



.news{
	padding-bottom: 15px;
}

.data{
	font-weight: bold;
}

#content{
	padding-bottom: 20px;
}

#status{
	padding-bottom: 15px;
	color: #ccc;
	font-size: 10px;
}
#status a{
	color: #ccc;
	font-size: 10px;
}