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

*{
	margin:0;
	padding:0;
}

p, select, input, caption, label, span, tr, td, table, textarea{
	font-size:1em;
	text-align:left;
}

input, select, textarea {
	border:1px solid #7aa6d3;
	padding:5px;
	font-size: 11px;
	-moz-border-radius: 4px;
}
input:focus, select:focus, textarea:focus {
	border-color: #0d6a72;
}

h1, h2, h3, h4, h5, h6{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
}

img, fieldset, table{
   border: 0;
}

form, p, ul, li, fieldset{
   margin:0;
   padding:0;
}

input, label, .label {
	vertical-align:middle;
}

ul, li{
	list-style:none;
}

ol li{
	list-style:decimal inside;
}

hr{
  	clear:both;
  	border:0;
}

address{
   font-style: normal;
}

a{
	text-decoration:none;
	color: #067796;
}

a:hover{
	text-decoration:underline;
	color:#067796;
}
