@charset "UTF-8";
/* CSS Document */
body {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 130%;
		background-color: #000044;
		}
		
/* define link rules */

a:link {
		color: #FF6600;
		}
a:visited {
		color: #FF3300;
		}
a:hover {
		color: #FF6600;
		}
a:active {
		color: #FF6600;
		}

/* define section headings */

.headline {
		font-size: 14px;
		font-weight:bold;
		color: #336666;
		}
		
.smallText {
		font-size: 10px;
		color: #FFFFCC;
		}
		
.quote {
		font-size: 12px;
		font-style:italic;
		color: #336666;
		}
		
.bodyText {
		 font-size: 12px;
		 color: #000000;
		 }
