html {
	height : 100%;
}

body {
	background: #222222;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #FFFFFF;
	font-family: sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

#MainContainer {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	padding: 20px;
	border-radius: 20px;
	border: 1px solid #00beff;
	background-color: #000000;
}

#MainContainerLogin {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	padding: 20px;
	border-radius: 20px;
	border: 1px solid #00beff;
	background-color: #000000;
}

#MainContainerAbout {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	padding: 20px;
	border-radius: 20px;
	border: 1px solid #00beff;
	background-color: #000000;
}

#Header {
	border-bottom: 1px solid #00beff;
	background-color: #000000;
	position: fixed;
	top: 0px;
	width: 100%;
	padding: 0px;
	z-index: 75;
}

#HeaderWrapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#Footer {
	border-top: 1px solid #00beff;
	background-color: #000000;
	position: fixed;
	bottom: 0px;
	width: 100%;
}

#FooterWrapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.logintable td {
	padding: 10px;
	font-size: 24px;
}


td {font-family: Tahoma; font-size: 12pt; color: white; font-weight: normal }
HR {color: green; height: 1pt;}

a:link {
color: #3399FF;
text-decoration: none;
}

a:visited {
color: #3399FF;
text-decoration: none;
}


a:active {
color: #3399FF;
text-decoration: none;
}


a.headerlink:link {
font-size: 24px;
color: #3399FF;
text-decoration: none;
}

a.headerlink:visited {
font-size: 24px;
color: #3399FF;
text-decoration: none;
}

a.headerlink:hover {
font-size: 24px;
background-color:#888800;
color: #000000;
text-decoration: none;
}

a.headerlink:active {
font-size: 24px;
color: #3399FF;
text-decoration: none;
}

.tableheader {
	font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 20px;
	font-weight : bold;
	color: #ffffff;
	background-color:#0000aa;
	border: 1px solid #0000aa;
	cursor:pointer; cursor:hand;
	padding: 10px;
	border-radius: 20px;
}

.LargeMenuButtonGreen
{
	font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 20px;
	font-weight : bold;
	color: #000000;
	background:#00aa00;
	border: 1px solid #00aa00;
	cursor:pointer; cursor:hand;
	padding: 10px;
	border-radius: 20px;
}

.LargeMenuButtonBlue
{
	font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 20px;
	font-weight : bold;
	color: #ffffff;
	background:#0000aa;
	border: 1px solid #0000aa;
	cursor:pointer; cursor:hand;
	padding: 10px;
	border-radius: 20px;
}

.MenuButtonGreen
{
	font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color: #000000;
	background:#00aa00;
	border: 1px solid #00aa00;
	cursor:pointer; cursor:hand;
	padding: 3px;
	border-radius: 20px;
}

.MenuButtonBlue
{
	font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color: #ffffff;
	background:#0000aa;
	border: 1px solid #0000aa;
	cursor:pointer; cursor:hand;
	padding: 3px;
	border-radius: 20px;
}

.MenuButtonRed
{
	font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color: #ffffff;
	background:#aa0000;
	border: 1px solid #aa0000;
	cursor:pointer; cursor:hand;
	padding: 3px;
	border-radius: 20px;
}

.MenuButtonWhite
{
	font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color: #000000;
	background:#ffffff;
	border: 1px solid #000000;
	cursor:pointer; cursor:hand;
	padding: 3px;
	border-radius: 20px;
}

.MenuButtonYellow
{
	font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color: #000000;
	background: #ffff00;
	border: 1px solid #ffff00;
	cursor:pointer; cursor:hand;
	padding: 3px;
	border-radius: 20px;
}

#linkbar {
	background: #1b21b7;
	height: inherit;
	width: inherit;
}

#Body {
	background: #000000;
	height: inherit;
	width: inherit;
}

textarea {
	border-color: black;
	border-style: solid;
	border-width: thin;
	padding: 3px;
	color: #FFFFFF;
	background-color: #000000;
}