body {
	margin: 0px;
	background: #333333;
}

.inputpassword {
	-webkit-text-security: disc;
	-webkit-user-select: text;

}

#containerdiv {
	margin: auto auto auto auto;
	width: 800;
	background: white;
}

#logindiv {
	padding: 10px;
	background: #333333;
	text-align: right;
	color: white;
	font-family: arial;
}

#logindiv a:link {
	color: white;
	text-decoration: underline;
}

#logindiv a:visited {
	color: white;
	text-decoration: underline;
}

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

#logindiv a:active {
	color: white;
	text-decoration: underline;
}

#logodiv {
	background: white;
	padding: 10px;
}

#logodiv1 {
	background: white;
	padding: 10px;
	float: left;
}

#logodiv2 {
	text-align: center;
	margin: 40 0 20 250;
}

#picturediv {
	background: white;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

#linksdiv {
	background: #cc0000;
	text-align: center;
	color: white;
	padding: 10px;
	text-decoration: none;
	font-family: arial;
	font-size: 13px;
}

#linksdiv a:link {
	color: white;
	text-decoration: none;
}

#linksdiv a:visited {
	color: white;
	text-decoration: none;
}

#linksdiv a:hover {
	color: blue;
	text-decoration: none;
}

#linksdiv a:active {
	color: blue;
	text-decoration: none;
}

#textdiv {
	background: white;
	font-family: arial;
	padding: 0 20 0 20;
}

#textdiv a:hover {
	color: blue;
	text-decoration: none;
}

#textdiv a:active {
	color: blue;
	text-decoration: none;
}

#flashdiv {
	background: white;
	text-align: center;
}

#blankdiv {
	background: white;
	text-align: center;
}

#footerdiv {
	background: white;
	padding: 10px;
	text-align: center;
	font-family: arial;
	font-size: 13px;
}

#moddiv {
	text-align: center;
	font-size: 14px;
	color: white;
	padding: 10px;
}

#moddiv a:link {
	color: blue;
	text-decoration: none;
}

#moddiv a:visited {
	color: blue;
	text-decoration: none;
}

#moddiv a:hover {
	color: red;
	text-decoration: none;
}

#moddiv a:active {
	color: red;
	text-decoration: none;
}

#groupdiv {
	background: white;
	text-align: center;
	font-size: 14px;
	padding: 20 0 0 0;
}

#groupdiv table a:link {
	color: blue;
	text-decoration: none;
	font-family: arial;
}

#groupdiv table a:visited {
	color: blue;
	text-decoration: none;
	font-family: arial;
}

#groupdiv table a:hover {
	color: red;
	font-family: arial;
	text-decoration: none;
}

#groupdiv table a:active {
	color: red;
	font-family: arial;
	text-decoration: none;
}


