/* CSS Document */
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}


* { margin:0px; }
body {
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	background:url(images/bg_tiles.png) repeat;
}

img.Option {
	margin:3px 5px 3px 5px;
	border:0px;
}
img.Option:hover {
	background:#CCCCCC;
}

hr.black {
	color:#000000;
}

a.LinkWhite {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover.LinkWhite {
	color:#CCCCCC;
	text-decoration:underline;
}

a.LinkBlack {
	color:#000;
	text-decoration:none;
}
a:hover.LinkBlack {
	color:#333333;
	text-decoration:underline;
}

.LOGO {
	background:url(images/Logo.png) no-repeat;
	height:187px;
}

.wrapper {
	background:#EFEFEF;
	border:1px solid #a67c52;
	background:url(images/BG.jpg) repeat;
}

.LoginBox {
	color:#FFFFFF;
}

.textbox {
	border:1px solid #a67c52;
	font-family:Tahoma;
	font-size:12px;
	padding:2px;
}

.button {
	padding:2px;
	margin-top:3px;
}

