/* CSS Document */

body	{font-family:Arial, sans-serif; background-color:#00346D;
  scrollbar-arrow-color:#170088;
  scrollbar-base-color:navy;
  scrollbar-shadow-color:#DDDDDD;
  scrollbar-face-color:#00346D;
  scrollbar-highlight-color:#DDDDDD;
  scrollbar-dark-shadow-color:white;
  scrollbar-3d-light-color:white;

}

.whitetxt {
	color: #FFFFFF;
	background-color: #0099CC;
	font-size: 16px;
	font-weight: bold;
}
.paratxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-align: left;

}
.smwhitetxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000066;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.subtitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
}
