/*
 * - DEFAULT CSS ELEMENTS
 *
 * © 2006 Dgn Publishers
 */

* {
	margin: 0;
	padding: 0;
}

html {
	font: 11px/18px "Verdana", "Arial", "Helvetica", sans-serif;
}

body {
	text-align: center;
	line-height: 1.2;
}

p {
	margin-bottom: 15px;
	text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Trebuchet MS", "Tahoma", sans-serif;
    margin: 10px 0 15px;
	color:#002496;
}

h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 13px; }

form {
	display: inline;
}
img {
	border: none;
}
table {
	width: 100%;
}
/*ul {
	margin-left: 18px;
}*/
abbr {
	cursor: help;
}

a {
    color: #9fa066;
}

h3 a {
    color:#002496;
    text-decoration: none;
}

ul {
    list-style-position: inside;
}

label {
    font-weight: bold;
}