html{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height:100%;
}

body{
	padding: 0px 0px 0px 0px;
	font-family:Verdana;
	font-size:10pt;
	color:black;
	text-align: -moz-center;
	margin: 0 auto;
}

a.noDeco:link, a.noDeco:visited {
	text-decoration : none;
	color: black;
}
a.noDeco:hover {
	text-decoration : underline;
	color: black;
}

form.css label {
	display: inline;
	float: left;
	width: 150px;
	text-align: right;
}

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
}

img {
	border-width : 0;
	border : 0;
}

a img {
	border-style: none;
	border-width : 0;
	border : 0;
	text-decoration: none;
}

a:link{
	text-decoration:underline;
	color:yellow;
}

a:visited{
	text-decoration:underline;
	color:yellow;
}

a:hover{
	text-decoration:underline;
	color:white;
}

h4.orange{
	color:#FF9933;
}

h5.yellow{
	color:yellow;
}

b, strong{
	color:#FFFF99;
}

.information{
	width:550px;
	font-size:13px;
	color:yellow;
	font-weight:bolder;
	border-left:1px dashed yellow;
	border-top:1px dashed yellow;
	padding:5px 5px 5px 5px;
}

.littleFont{
	font-size:8pt;
}

.submitLoginForm{
	padding-top:8px;
	padding-left:20px;
}

.errorLabel{
	font-family:Consolas;
	font-size:14px;
	color:black;
	font-weight:bolder;
}

.littleFont{
	font-size:8pt;
}

.submitLoginForm{
	padding-top:8px;
	padding-left:20px;
}

.errorLabel{
	font-family:Consolas;
	font-size:14px;
	color:black;
	font-weight:bolder;
}

.copyright{
	font-family:Arial;
	font-size:9px;
	color:black;
}

