/* CSS Document */

body {
	background-color: #333399;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.3em;
	font-size: 1em;
	color: #333399;

	}
	
h1 {
	font-size:1.2em;
	color: #333399;
	}

	
.BlueBoldHdr {
	font-size: 1.1em;
	font-weight: bold;
	color: #333399;
	}

.BlueBoldsm {
	font-size:.9em;
	font-weight: bold;
	color: #333399;
	}

.RedBoldHdr {
	font-size: 1em;
	font-weight: bold;
	color: #990066;
	}

	
/* main content headers ****************/

.outline {

	padding:10px;
	margin:10px;
	width:250px;
	border:3px double #9999cc;
	font-size: 1em;
	font-weight: bold;
	color: #990066;
	}


/************ links in text  ******/

a:link {
	color: #333399;
	}
a:visited {
	color: #990066;
	}
a:hover {
	background-color:#FFCCFF;
	}
a img { 
	border:0px; 
	}

/************ footer  ******/
.Yellow {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #ffcc00;
	font-size:.8em;
	line-height:1.3em;
	}

.feedbackBtn {
	padding-top:1.2em;
	}



