@charset "utf-8";
/*  CSS Document */

/* defines the look & feel of the body of the document */
body {
	background-color: #99accd;/* click numbers to choose color in css panel */
	margin:0px;
	padding:0px;
	/*background-image: url(images/fade.jpg);
	background-repeat: repeat-x;/* determines how the bg image will tile or span */
	margin-top: 15px; /* how far off the top of the browser the page will appear */	
}

/* link style */
a {
	font-size: 12px;
	font-weight: normal;
	color: #004698;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

/* link rollover color*/
a:hover {
	color: #FF9900;

}
li {
	color: #FF9900;
	
}


/* visited link style */
a {
	font-size: 12px;
	font-weight: normal;
	color: #004698;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}



/* page text */

h1 {
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #33599b;
	text-align:center;
	padding-bottom:inherit;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c91a02;
	font-weight:bold;
}



/* page text */
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #58595b;
	font-weight: normal;
}

.textAccent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #c91a02;
	font-weight: bold;
}

.textQuote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #333333;
	font-weight: bold;
}

 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #c91a02;
	font-weight: bold;
}

.redLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c91a02;
	font-weight: bold;
}

/* defines the look of the subnavigation on pages */ 
.redsubLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c91a02;
	font-weight: bold;
}

.redsubLink a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c91a02;
}

/*defines the look of the blue sublinks */
.bluesublink {
	margin-top: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #33599b;
	font-weight:bold;
}



.utr{

	margin:0;
	padding:5px;
	border:1px solid #990000;
	width:150px;
}