body {
background-image: url(../images/home-bg.jpg);
}
.fontwhite {
font-family: Tahoma;
font-size: 11px;
line-height: 20px;
color: White;	
}
.link {
	font-family: Tahoma;
	font-size: 11px;
	color: #DCDCDC;
	line-height: 20px;
	text-decoration: none;
}
.link:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: White;
	line-height: 20px;
	text-decoration: underline;
}
.slink {
	font-family: Tahoma;
	font-size: 10px;
	color: White;
	text-decoration: none;
}
.slink:hover {
	font-family: Tahoma;
	font-size: 10px;
	color: White;
	text-decoration: underline;
}
.box {
	background-color: #272727;
	BORDER-BOTTOM: #808080 1px solid;
	BORDER-LEFT: #808080 1px solid;
	BORDER-RIGHT: #808080 1px solid;
	BORDER-TOP: #808080 1px solid;		
	font-size: 11px;
	font-family: Tahoma;
	color: White;
	line-height: 20px;
}
.blackbox {
	background-color: #000000;
	BORDER-BOTTOM: #808080 0px solid;
	BORDER-LEFT: #808080 0px solid;
	BORDER-RIGHT: #808080 0px solid;
	BORDER-TOP: #808080 0px solid;		
	font-size: 11px;
	font-family: Tahoma;
	color: White;
	line-height: 20px;
}
hr {
	BORDER-BOTTOM: #D3D3D3 1px dashed;
	BORDER-LEFT: #7F9DB9 0px solid;
	BORDER-RIGHT: #7F9DB9 0px solid;
	BORDER-TOP: #7F9DB9 0px solid;
	height: 1;
}
.blink {
	font-family: Tahoma;
	font-size: 12px;
	color: White;
	text-decoration: none;
	font-weight: bold;
	line-height: 25px;
}
.blink:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: Silver;
	text-decoration: none;
	font-weight: bold;
	line-height: 25px;
}
.TD {
	BORDER-BOTTOM: #808080 1px solid;
	BORDER-LEFT: #808080 0px solid;
	BORDER-RIGHT: #808080 0px solid;
	BORDER-TOP: #808080 0px solid;		
	font-size: 11px;
	font-family: Tahoma;
	color: White;
}
.INPUT {
	BORDER-BOTTOM: #808080 1px solid;
	BORDER-LEFT: #808080 1px solid;
	BORDER-RIGHT: #808080 1px solid;
	BORDER-TOP: #808080 1px solid;		
	font-size: 11px;
	font-family: Tahoma;
	color: #000000;
	background-color: #F8F8FF;
}
.submit {
	BORDER-BOTTOM: #808080 1px solid;
	BORDER-LEFT: #808080 1px solid;
	BORDER-RIGHT: #808080 1px solid;
	BORDER-TOP: #808080 1px solid;
	font-size: 11px;
	font-family: Tahoma;
	color: #FFFFFF;
	background-color: #B22222;
	text-align: center;
	padding: 1px;
}