body {
	background-color: #6d1600;
	font-family: "Times New Roman", Times, serif;
}

#update {
	width:350px;
	margin-right:5px;
	text-align:center;
	border:groove;
}
.Nav {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #FFF;
	text-align: center;
	color: #000;
}
.black_links {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.blue_links {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color:#00F;
}
.right_column_padding {
	padding-top: 10px;
}
.subtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

.padding_right_side {
	padding-left: 5px;
}
.text_padding {
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
}
.fireeye_tag {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	text-align: center;
}
.PageTitle {
	font-size: xx-large;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #000;
}
.Alerts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #F00;
	text-decoration: blink;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
