body {
	background-color: #fff;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
}

#counter img {
	visibility:hidden;
}

#traversal {
	list-style-type: none;
}

.commands {
	list-style-type: none;
}

.commands li {
	font-style: italic;
	font-weight: bold;
	margin-left: 5px;
}

.center { text-align: center; }

.login {
	border: 1px solid #E0E0E0;
	width: 200px;
}

.input {
	border: 1px solid #E0E0E0;
	width: 500px;
}

.inputdate {
	border: 1px solid #E0E0E0;
	width: 120px;
}

.button {
	border: 1px solid #E0E0E0;
	margin: 0px 0 20px 0px;
}

.buttonlogin {
	border: 1px solid #E0E0E0;
	margin: 0px 0 20px 10px;
}

#add {
	margin: 70px 0 20px 10px;
}

td.head {
	border-bottom: 2px solid #C8C8C8;
	border-left: 1px solid #C8C8C8;
	background-color: #E0E0E0;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	color: #404040;
}

table.soft {
	margin: auto;
	text-align: center;
	font-weight: normal;
	font-size: 11px;
	color: #404040;
	width: 500px;
	background-color: #fafafa;
	border: 1px #C8C8C8  solid;
	border-collapse: collapse;
	border-spacing: 0px; 
}

#panel ul {
	margin-top: 20px;
	margin-left: 10%;
	float: left;
	width: auto;
	list-style-type: none;
}

#panel ul li {

	float: left;
	text-align: center;
	
	font-weight: bold;
	margin-right: 20px;
	background-image: none;
}

#panel ul li img {
	
	margin: 0 50px;
	display: block;
	border: none;

}

#panel a {
	color: black;
	text-decoration: none;
}

.date {
	margin-left: 2px;
	font-size: 11px;
	font-weight: bold;
	font-family: sans-serif, Geneva, Verdana;
}

#search {
	margin-top: 40px;
	text-align: center;
}

#search input {
	border: 1px solid #E0E0E0;
}

#logo {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	font-family: sans-serif, Geneva, Verdana;
	margin-bottom: 3px;
	color: black;
}

#subhead {
	text-transform: uppercase;
	font-size: 9px;
}

.red {
	color: red;
}

.red a {
	color: red;
}


#header {
	margin-top: 30px;
	height: 60px;
	width: 170px;
	display: block;
}

#header h1 {
	text-indent: -9999px;	
}

#header h1 a {
	//background-image: url(../images/logo.gif);
	//background-repeat: no-repeat;
	
	height: 30px;
	width: 170px;
	display: block;
}

#ssl {
	height: 26px;
	margin-top: 6px;
}

#nav-bar {
	background-image: url(../images/bg-bar.png);
	background-repeat: no-repeat;
	height: 26px;
	margin-top: 10px;
}

#nav-news {
	background-image: url(../images/bg-news.png);
	background-repeat: no-repeat;
	height: 26px;
}

#nav-news h2 {
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 9px;
	text-transform: uppercase;
	margin-top: 8px;
	margin-left: 8px;
}

#newsbox {
	background-image: url(../images/bg-newsbox.png);
	background-repeat: no-repeat;
	min-height: 70px;
	padding-top: 15px;
	text-align: justify;
	width: 210px;
	padding-left: 10px;
	padding-right: 10px;
}

.menu-h {
	list-style: none;
	margin-top: 6px;
	margin-left: 0px;
}

.menu-h li {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.menu-h li a {
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 9px;
	text-transform: uppercase;
	text-decoration: none;
}

.menu-h li a:hover {
	color: #000;	
}

.left {
	margin-top: 20px;
	float: left;
}

#email {
	margin-top: 20px;
}

#pages {
	float: left;
	width: 580px;
	margin-right: 20px;
	margin-top: 10px;
}

.linknound {
	color: black;
	text-decoration: none;
}

.link {
	color: black;
	text-decoration: none;
}

.link:hover {
	color: black;
	text-decoration: underline;
}

.grey {
	color: #333;
	font-size: 12px;
	font-weight: bold;
}

.right {
	margin-top:20px;
	float: right;
}

#content {
	margin-top: 45px;
	color: #535353;
	width: 580px;
	margin-right: 20px;
}

#content p {
	margin-left: 10px;
	text-align: justify;
}

#content h2 {
	color: #000;
	font-weight: bold;
	margin-bottom: 2px;
	font-size: 14px;
}

.italic { font-style: italic; }

.code {
	float: left;
	width: 560px;
	border: 1px solid #D2F7FF;
	padding: 10px 10px 10px 10px;
	background-image: url(../images/code.png);
	background-repeat: no-repeat;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.listsearch {
	list-style: none;
	margin-left: 10px;
	margin-top: 15px;
}

.listsearch li span.title {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

.listsearch li span.link a {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
}

.listsearch li span.link a:hover {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
}

.listsearch li span.date {
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
}

.listsearch li p {
	font-size: 11px;
	margin-left: 10px;
	border-top: 1px solid #EEE;	
	border-bottom: 1px solid #EEE;
	margin-bottom: 20px;
}

.list {
	list-style: none;
	margin-left: 10px;
	margin-top: 30px;
}

.list li span.title {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

.list li span.link a {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
}

.list li span.link a:hover {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
}

.list li span.date {
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
}

.list li p {
	font-size: 11px;
	margin-left: 10px;
	border-top: 1px solid #EEE;	
	border-bottom: 1px solid #EEE;
	margin-bottom: 20px;
}

#footer {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	color: #666;
}

#footer a {
	color: #333;	
}