/* CSS Document */

.style1 {
	font-weight: bold;
}
.small_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
}
#information {
	position:absolute;
	margin-left:-400px;
	left:50%;
	top:140px;
	width:800px;
	height:1000px;
	/*background-color:#FFFFFF;*/
	z-index:2;
	visibility: hidden;
	background: url('50trans.png');
	/*background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='50trans.png', sizingMethod='scale');*/
}
#alertbox {
	position:absolute;
	margin-left:-420px;
	left:50%;
	top:10px;
	width:800px;
	height:100px;
	text-align:center;
	/*z-index:2;*/
	visibility: hidden;
	color:#FFFFFF;
	padding:20px;
	background-color: #E2E2C0;
}
.event {
	background-color: #770101;
	border:#FFFFFF solid 1px;
	padding:2px;
	color:#FFFFFF;
}

.event a:link {color: #FFFFFF; text-decoration:  none; }
.event a:active {color:#FFFF00; text-decoration: underline; }
.event a:visited {color: #FFFFFF; text-decoration:  none; }
.event a:hover {color: #FFFF00; text-decoration: underline; }
BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #333333;
	background-color: #e2e2c0;
}
TABLE TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #333333;
}
