/* Global Styles */

a {
	color: #666666;
	font-weight:bold;
}

a:hover, #dateformat td a:hover {
	color: #3399FF;
}

body {
	margin: 0;
}

body, h1, h2, h3, h5 {
	margin: 0;
	padding: 0;
}

body, td, th, h1, h2, h3, h4, h5 {
	color: #000034;
	font: normal normal 0.75em/1.6em Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
}

li {
	list-style-image: url(../images/blue_bullet.gif);
	list-style-position: inherit;
}

h1 	{
	color: #000000;
	font-size: 2em;
	font-weight: bold;
	line-height:1em;
}

h2	{
	color: #ffffff;
	font-size: .9em;
	font-weight: bold;
	letter-spacing: .3em;
	line-spacing:1.5em;
}

h3 {
	color: #004DB2;
	font-weight: bold;
	font-size: 1.4em;
	line-spacing:2em;
	line-height:1.2em;
}

h4 {
	color: #3399FF;
	font-weight: bold;
	font-size: .9em;
	line-spacing:1.5em;
}

h5 {
	color: #004DB2;
	font-size: .8em;
	letter-spacing: .1em;
}

#dateformat td {
	color: #FFFFFF;
	font-size: .7em;
	letter-spacing: .2em;
}

#dateformat td a {
	color: #FFFFFF;
	text-decoration:none;
}

#navigation a {
	display: block;
	color: #004DB2;
	font-size: 0.9em;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 6px;
	background-color: #7DBAF9;
	background-repeat: no-repeat;
	background-position: 14px 50%;
}

#navigation a:hover {
	color: #004DB2;
	background-color: #CCCCCC;
	background-repeat: no-repeat;
	background-position: 14px 50%;
}

#navigation td {
	border-bottom: 1px solid #FFFFFF;
}

