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


p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #FFF;
	padding-left: 12px;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #FFF;
	padding-left: 12px;
}

body {
	background-color: #666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.whiteborder {
	border: 1px solid #FFF;
}
.spaces {
	padding: 0px;
	margin: 10px;
}
.quick-alert {
  
 }
.yellow {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #E0B01F;
	letter-spacing: 1px;
}
.yellow2 {
	color: #E0B01F;
}
.lightgrey {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #999;
	letter-spacing: 1px;
}
a:link {
	color: #E0B01f;
	text-decoration: none;
}
a:visited {
	color: #E0B01f;
	text-decoration: none;
}
a:hover {
	color: #E0B01f;
	text-decoration: underline;
}
a:active {
	color: #E0B01f;
	text-decoration: none;
}
