/* ----------------------------------------------------------------
 * Remove problematic default browser styles
 * ----------------------------------------------------------------
 */
html,body,h1,h2,h3,h4,h5,h6,ul,ol,li,p,pre,form,object,embed,img{
	margin: 0;
	padding: 0;
}

a img, :link img, :visited img {
	border: none;
}

address {
	font-style: normal;
}

/* ----------------------------------------------------------------
 * default text styles
 * ----------------------------------------------------------------
 */
 
body, ul,ol,li,p,h3,h4,h5,h6 {
	font-family: Verdana, sans-serif;
	font-size: small;
	color: #333333;
}

h1,h2 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	color: black;
	font-size: x-large;
	margin-bottom: 0;
}

h2 {
	color: black;
	font-size: large;
	margin-bottom: 1em;
}

h3 {
	font-size: medium;
	color: black;
	margin-bottom: 1em;
}

h4 {
	font-size: small;
	color: black;
	margin-bottom: .5em;
}

h5 {
	font-size: small;
	color: black;
}

h6 {
	font-size: small;
	color: black;
}

ul {
	margin-bottom: 1em;
	margin-left: 1em;
	/* padding-left: 15px; */
	padding-left: 2em;
	list-style-type: square;
	line-height: normal;
}

ol {
	margin-bottom: 1em;
	margin-left: 1em;
	/* padding-left: 15px; */
	padding-left: 2em;
}

p {
	margin-bottom: 1em;
}

a:link {
	color: #0053a4;
	text-decoration:none;
}
a:visited {
	color: #0053a4;
	text-decoration:none;
}
a:active {
	color: #0053a4;
	text-decoration:none;
}
a:hover {
	background-color: transparent;
	text-decoration:underline;
}

label {
	font-weight: bold;
}
table {
	margin-bottom: 1em;
}

/* ----------------------------------------------------------------
 * Skip Navigation
 * ----------------------------------------------------------------
 */
 div#skip {
 	display: none;
 }