body {

   background: #ccd2db;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   margin: 0px;

}

h2 {

   font-family: Tahoma, Geneva, sans-serif;
   font-size: 22px;
   font-weight: bold;
}

h3 {
   font-family: Arial, Helvetica, sans-serif;	
   font-size: 16px;
   font-weight: bold;
}

.outer {

   width: 940px;
}

table {
  
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
	
}

table td {

   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
	
}

.content {

   background: #fff;
}

.nav {

   background: #343b67;
   text-align: center;

   font-size: 14px;
   font-family: Arial;
   font-weight: bold;
   padding: 6px;
   
   border-top: 3px #0A1650 solid;
   border-bottom: 3px #0A1650 solid;
}

.nav a:link {
	color: #fff;
	text-decoration: none;
}

.nav a:visited {
	color: #fff;
	text-decoration: none;	
}

.nav a:active {
	color: #fff;
	text-decoration: none;	
}`

.foot {
   background: #343b67;
   height: 150px;
   color: #FFF;
   font-size: 10px;
}

.bluestar_link {

   text-align: right;
}

.bluestar_link a:link {
	text-decoration: none;
	color: #309;
}

.bluestar_link a:visited {
	text-decoration: none;
	color: #309;	
}

.bluestar_link a:active {
	text-decoration: none;
	color: #309;	
}
