/* CSS Document */

.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #111461;
}

.subtitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #111461;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000033;
}
.footer  a:link{
	text-decoration:none;
	color: #000033;
}

.footer  a:visited{
	text-decoration:none;
	color: #000033;
}
.footer  a:active{
	text-decoration:none;
	color: #000033;
}

.pix {
	border: 2px solid #000033;
}


.dates {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.ordinarytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000066;
}

.ordinarytext a:link {		
	color: #000066;
	text-decoration: none;
}
.ordinarytext a:visited {	
	color: #000066;
	text-decoration: none;
}
.ordinarytext a:hover {
	color: #000033;
	text-decoration:underline;	
}
.ordinarytext a:active {	
	text-decoration: none;	
}

.linkSpecial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	background-color: #D1D6E1;
	font-style: italic;
	text-decoration: none;
}

.tableOutside {
	border: 2px solid #111461;
}

/* Menu Bar Style */

.menuBar {
	display: block;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d1d6e1;	
	white-space: nowrap;
	letter-spacing: 1px;
	background-color: #111461;
	text-decoration:none;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;	
}

a.menuBar:link {
	display: block;
	color: #d1d6e1;	
	letter-spacing: 1px;
	background-color: #111461;
	text-decoration: none;	
}

a.menuBar:visited {
	display: block;		
	color: #d1d6e1;
	white-space: nowrap;
	letter-spacing: 1px;
	background-color: #111461;
	text-decoration: none;	
}

a.menuBar:hover {
	display: block;	
	color: #111461;
	white-space: nowrap;
	letter-spacing: 1px;
	background-color: #d1d6e1;
	text-decoration: none;	
}

/* End Menu Bar Style */
