@charset "utf-8";

html {
	height: 100%;
}

body {
margin: 0;
padding: 0;
height: 100%;
}

.content1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #959595;
	line-height: 1.5em;
}

.content2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

.footer1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align:center
}

.footer2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #555555;
	text-align:center
}

a:link { 
	color: #5884AF;
	text-decoration:none
	}

a:hover { 
	color: #71a7d2;
	text-decoration: none;
	}

a:active { 
	color: #FFFFFF;
	}

A:visited {
	color: #5884AF;
	text-decoration: none
	}

input
{
color: #5884AF;
background: #372c2c;
border: 1px solid #413737
}

textarea
{
	background: #372c2c;
	border: 1px solid #413737
}

#input2
{
color: #FFFFFF;
background: #100A0A;
border: 1px solid #413737;
font-size:14px;
}

ul.b {
	list-style-type:square;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #959595;
	line-height: 1.5em;
}

div.Line {
 height:0px;
 border-top:  1px solid #959595;
 border-bottom: 0px;
 border-left: 0px;
 border-right: 0px;
 padding-top: 0px;
 padding-bottom: 0px;
 padding-left: 0px;
 padding-right: 0px;
}

html { overflow-y: scroll; 
}
