.blue {
	color: blue;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}
.green {
	color: green;
}
.orange {
	color: #FF6600;
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.greenbox {
	color: white;
	font-weight: bold;
}
a:link {
	color: blue;
}
a:visited {
	color: blue;
}
a:hover {
	color: #FF6600;
	text-decoration: underline overline;
	font-weight: normal;
}
a:active {
	color: blue;
}
.red {
	font-size: medium; 
	color: red; 
	font-weight: bold;
	text-align: center;
}

.redspan {
	color: red;
	font-size: medium;
	font-weight: bold;
}

body {
	padding: 10px;
}

h2 {
	font-size:18.0pt;
	font-family:"Times New Roman";
	font-weight:bold;
}

.greybox {
	font-size: 94%;
	width: 550px;
	padding: 2px;
	background-color: #F4F4F4;
	border: 1px solid #CCCCCC;
	text-align: left;
	margin: 0px auto;
	height: 248px;
	line-height: 1.5;
}

.greybox img {
	padding-right: 10px;
}

.redback {
	font-weight: bold;
	color: #FFFFFF;
	background: #FF0000;
	text-align: center;
	font-size: large;
}

