table{
	height:100%;
}

a{
	font-weight:bold;
	font-size:10pt;
	color:#313131;
	text-decoration:none;
}

a:visited{
	color:#7c7c7c;
}

a:hover{
	color:#7c7c7c;
	text-decoration:none;
}

a.small{
	font-weight:bold;
	font-size:10pt;
	color:#000000;
	text-decoration:none;
}

a.small:visited{
	color:#000000;
}

a.small:hover{
	color:#000000;
	text-decoration:underline;
}

div.bodyHeader{
	font-family:arial;
	font-weight:bold;
	font-size:14pt;
	color:#000000;
}

div.body {
	font-family:arial;
	font-weight:bold;
	font-size:10pt;
	color:#000000;
	margin:10px 0 0 0;
	text-align:justify;
}

div.content-holder {
	text-align: center;
	position: relative;
	margin:0px auto;
	overflow: hidden;
	width: 0px;
	height: 0px;
}

div.new-content {
	padding: 10px;
	overflow: auto;
	text-align: left;
	background: #555555;
	font-size: 10pt;
	z-index: 10;
}

.foot {
	text-align: center;
	background: #ffffff;
	font-size: 7pt;
}

td.form-login {
	font-size: 7pt;
	font-weight: bold;
	text-align: right;
}

input.form-login {
	background: #efefef;
	font-size: 7pt;
	font-weight: bold;
	color: #000000;
}

input.form-login-submit {
	background: #efefef;
	font-size: 7pt;
	font-weight: bold;
	color: #000000;
	width: 50px;
}

div.form-login-error {
	font-size: 7pt;
	font-weight: bold;
	color: red;
}

table.form {
	height:1px;
}

div.home-nav {
	height:20px;
	width:200px;
	line-height:20px;
	background:#555555;
	font-weight:bold;
	font-size:10pt;
	color:#ffffff;
	border:1px solid #ffffff;
	cursor:pointer;
}

div.home-nav-hover {
	height:20px;
	width:200px;
	line-height:20px;
	background:#ffffff;
	font-weight:bold;
	font-size:10pt;
	color:#555555;
	border:1px solid #555555;
	cursor:pointer;
}