@charset "utf-8";
/* CSS Document */


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-image: url(../_settings/desktop2.jpg);
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
}
h1 {
	font-size: 24px;
	margin: 0px;
}
h2 {
	font-size: 20px;
	margin: 0px;
}
h1,h2,h3,h4,h5,h6 {
	color: #000000;
	font-weight: normal;
	letter-spacing: -1px;
	font-family: Arial, Helvetica, sans-serif;
}

img, div { behavior: url(css/iepngfix.htc) }

a:link {
	color: #FF9900;
	font-weight: normal;
}
a:visited {
	font-weight: normal;
	color: #FF9900;
}
a:hover {
	font-weight: normal;
	color: #FF6600;
	text-decoration: none;
}
a:active {
	font-weight: normal;
	color: #FF0000;
}

.entry{
	padding:20px;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	
	-moz-border-radius: 	10px;
   	-webkit-border-radius: 	10px;
	
	filter:alpha(opacity = 90);
	opacity: 0.9;
	-moz-opacity:0.9;
	
}
.admin{
	padding:20px;
	background-color: #FFCC00;
	margin-bottom: 5px;
	
	-moz-border-radius: 	10px;
   	-webkit-border-radius: 	10px;
}
.formtext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	border:1px #666666 solid;
	padding:10px;
}
.header{
	padding:20px;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	
	-moz-border-radius: 	10px;
   	-webkit-border-radius: 	10px;
}
body {
	background-color: #555555;
}
.content{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.processed{
	text-decoration:line-through;
}
.footer{
	padding:10px;
}
.topmenu{
	width:100%;
	height:20px;
	background:#FFFFFF;
}
.main{
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
}


