body {
	font-family: "Arial";
	font-size: 12px;
	background-color: #FFFFFF;
	color: #000000;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	}
h1{
	font-size: 12px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px; 
	margin-bottom: 0px;
	margin-top: 0px;
}
h2{
	font-size: 12px;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 0px; 
	margin-bottom: 0px;
	margin-top: 0px;
}
h3{
	font-size: 12px;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 0px; 
	margin-bottom: 0px;
	margin-top: 0px;
}

.normal{
	font-family: "Arial";
	font-size: 12px;
	margin-top: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
	margin-right: 2px;
}

.headline{
    font-family: "Arial";
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px; 
}

.headline_2{
    font-family: "Arial";
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px; 
}

p{
	font-size:12px;
	text-align: left;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 3px;
	text-indent: 0px;
}

li{
	font-family: "Arial";
	font-size: 12px;
}

ul{
	font-family: "Arial";
	font-size: 12px;
}

ol{
	font-family: "Arial";
	font-size: 12px;
}

table {
	font-family: "Arial";
	font-size: 12px;
}
	
.text_menu {
	font-family: "Arial";
	font-size: 12px;
	text-decoration: none;
	color:black;
}

td.header{
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid black;
}

.header_error{
	font-size: 14px;
	font-weight: bold;
	color:  #FF0000;
	border-bottom: 1px solid black;
}

hr{
	color: #000000;
	width: 100%;
	height: 1px;
}

.required{
	color: #FF0000;
	font-size: 16px;
}

.errorMessage{
	color: #FF0000;
}

input.Button{
	height:20px;
	border:1px solid black;
}

input.Text{
	border:1px solid black;
	width:150px;
	font-size:11px;
}

textarea{
	border:1px solid black;
	font-family: "Arial";
	font-size:11px;
}

select{
	font-family: "Arial";
	font-size:10px;
}

option{
	font-family: "Arial";
	font-size:10px;
}

span.category{
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
}

a{
	color:#000000;
	text-decoration:underline;
}

a:hover{
    color:#000000;
	text-decoration:underline;
}

a:visited{
	color:#000000;
}

fieldset{
	border : 1px solid #000000;
}

legend{
	color: #000000;
}

p.categoriesList{
	font-size:12px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 1px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 1px;
	text-indent: 5px;
}

table.admin_form{
	background-color: #F3F3F3;
}
