@charset "utf-8";
 
/**********
** Global
**********/

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
}

h1, h2, h3, h4 {
	color: #143568;
	display: block;
	font-weight: bold;
}

h1 {	/* Page Titles */
	font-size: 1.4em;
}

h2 {	/* Subheadings */
	font-size: 1em;	
}

h3 {
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
}

h4 {
	font-size: 1em;	
	font-weight: normal;
}

p {
	text-align: justify;
}

/*Spacing*/
h1, h2, h3, h4, p {
	margin-bottom: 0.5em;
}

p+h1, p+h2, p+h3, p+h4, table+h1, table+h2, table+h3, table+h4, ul+h1, ul+h2, ul+h3, ul+h4 {
	margin-top: 1.5em;
}

/*Links*/
a {
	color: #143568;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a[href^="http://"], a[href^="https://"] {
	background:url(/layout/images/external.png) no-repeat scroll right center;
	padding-right: 13px;
}

/*Tables*/
th {
	color: #07B;
}

#content ul {
	list-style: none;
}
#content li {
	padding-left: 1.2em;
	background: url("/layout/images/lightning_dark.png") no-repeat;
}

th, td {
	border: 1px solid #abd;
}
