
/* HEADERS
============================================*/

h1 	{	font-size: 22px;	font-weight: bold;		font-style: normal;		color: #E9690f;		margin: 16px 0px 20px 0px;	}
h2 	{	font-size: 14px;	font-weight: normal;	font-style: normal;		color: #000000;		margin: 0px 0px 0px 0px;	}
h3 	{	font-size: 18px;	font-weight: bold;		font-style: italic;		color: #0D5586;		margin: 0px 0px 6px 0px;	}
h4 	{	font-size: 12px;	font-weight: normal;	font-style: italic;		color: #000000;		margin: 0px 0px 0px 0px;	}
h5 	{	font-size: 18px;	font-weight: bold;		font-style: normal;		color: #0D5586;		margin: 0px 0px 20px 0px;	}
h6 	{	font-size: 36px;	font-weight: bold;		font-style: italic;		color: #ffffff;		margin: 0px 0px 0px 0px;	}


h5 {
	background-image:	url('/images/ico-stop.gif');
	background-repeat:	no-repeat;
	padding-left:		60px;
	padding-top:		10px;
	height:				40px;	
}

/* PARAGRAPHS
============================================*/

p {
	margin-bottom:		20px;	
}

/* HORIZONTAL RULES
============================================*/

hr {
	background-color:	#EEEEEE;
	color:				#EEEEEE;
	border:				none;
	border-bottom:		1px solid #CECECE;
	margin-top:			10px;
	margin-bottom:		10px;
}

hr.bold {
	border-bottom:		2px solid #0D5687;
}	


/* NAVIGATION
============================================*/

#navigation .link,
#navigation .current {
	display:			block;
	padding-top:		8px;
	padding-right:		16px;
	padding-left:		16px;
	height:				32px;
	font-size:			18px;
	font-weight:		bold;
	font-style:			italic;
	color:				#FFFFFF;
	text-decoration:	none;
}

	#navigation .link:hover,
	#navigation .current {
		color:	#E9690f;
	}

/* LINKS
============================================*/

.splashTableTitle {
	font-weight: bold;
}

.dateTitle, dateTitle a {
	color: #0D5586;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.datePlace {
	color: #0D5586;
	font-size: 12px;
}


.routeLink {
	color: #4e4e4e;
	text-decoration: underline;	
}

.routeLink:hover {
	text-decoration: none;
}

#content a {
	color: #0D5586;
}

.contentBold {
	color: #0D5586;
	font-weight: bold;
}