a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color : #30569D;
	text-decoration : underline;
}
a:active {
	color : #FF9900;
	text-decoration : underline;
}

a.toolbar {
	color : #808080;
	text-decoration : none;
}
a.toolbar:hover {
	color : #FF6600;
}
a.toolbar:active {
	color : #FF9900;
}

.tablerow0 {
	background-color: #f5f5f5;
	font-size: 12px;
}
.tablerow1 {
	background-color: #ffffff;
	font-size: 12px;
}
table {
	font-size: 12px;
}
select {
	font-size: 12px;
	border-top: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-left: 1px;
}input {
	border: 0px solid;
}
.input_button {
	border: 0px solid;
	background:#EDD18C;
	 color:#B22923;
	 height:20;
    }
textarea {
	border: 1px solid;
}
.menubackgr {
	background-image: url(../images/03_content_backgr.png);
	background-repeat: repeat-x;
	background-position: left top;
}

.menudottedline {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
form{
	margin:0px 0px 0px 0px;
}
