*{
	font-family: arial,sans-serif;
	color:black;
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type:none;	
	line-height:1.2;
	
}

a{
	text-decoration:none;
	color:#0095e9;
	border-bottom: 1px solid white;
}
a:hover{
	border-bottom: 1px solid #dedede;
}
.box a{
	border:0;
}
a:focus, a:active{
	outline: none;
}
p a.pdf{
	padding-left:22px;
	background-image:url("../img/icon_pdf.png"); 
	background-position: left center;
  	background-repeat: no-repeat;
}

h1{
	font-size: 15px;
/*	text-transform: uppercase; */
}
h2{
	font-size: 15px;
	color:#0095e9;
	margin-bottom: 12px;
}
h3{
}
h4{
}
p, td{
	font-size: 14px;
	margin-bottom: 8px;
}
b {
}
form{
	border: 8px solid #dedede;
	padding:8px;
	margin-top:19px;
}
form h1{
	margin-bottom:16px
}

input, textarea, select {
	border-bottom: 1px solid #dedede;
	width:100%;	
	font-size:15px;
	resize:none;
}
input.submit {
	text-align:left;
	font-size: 15px;
	color:#0095e9;
	background: none;
	border:0;
	cursor:pointer;
}
label {
	display:block;
	font-size:11px;
	color:#999999;
	margin-bottom: 10px;
}
label.error{
	color:red;
}
label.error input,label.error textarea{
/*	border-bottom-color:red; */
}
span{
}
li{
	list-style-type: square;
	margin-left:15px;
}
ul{
	margin:20px 0;
}
table{
	width:100%
}
table h1{
	text-transform: none;
}
td {
	vertical-align:top;
	padding-bottom:16px;
	border-bottom: 1px solid #dedede;
}
