/* CSS Document */

body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
}
body {
	background-color: #999999;

}
a:link {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: underline;
}

.bgbx,.greenbx{
	border:1px solid #000000;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
}
.bgbx_heading{
	font-family: "Arial Rounded MT Bold";
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	font-variant: normal;
}

.outerbox {
	border: 1px solid #FFFFFF;
}

.box{
	border: 1px solid #000000;
	background-color: #FFFFEA;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.time{
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	color: red;
}

