/* CSS Document */
body {
	background-color: #E8E8E8;
	margin: 0px;
}

body ,table,td{
	font-family: Arial;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: none;
}
.login {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	border: 1px solid #8E8E8E;
}
.Columns {
	font-family: Arial;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	line-height: 18px;
	font-weight: bold;
}
a.Columns:link {
	font-family:  Arial;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	line-height: 18px;
	font-weight: bold;
}
a.Columns:visited {
	font-family: Arial;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	line-height: 18px;
	font-weight: bold;
}
a.Columns:hover {
	font-family: Arial;
	font-size: 14px;
	color: #ffffff;
	text-decoration: underline;
	line-height: 18px;
	font-weight: bold;
}

.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: DDDDDD;
}
.red {
	font-family: Arial;
	font-size: 11pt;
	line-height: 13pt;
	color: #ff0000;
}
