BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
H1 {
	font-size: 18px;
	margin: 0px;
}
H1#Title {
	color: #D83F39;
	font-style: italic;
	position: absolute;
	top: 60px;
	left: 50%;
}
HR {
	color: #D83F39;
	height:	1px;
	margin: 0px;
}

BODY#Top {
	background-image:	url(/img/top_back.gif);
	margin: 0px;
	padding: 0px;
}
BODY#Menu {
	background-image: url(/img/left_back.gif);
	margin: 0px;
	padding: 0px;
	color: White;
}

BODY#Menu A {
	text-decoration: none;
	color: White;
}
BODY#Menu DIV.MenuItem,
BODY#Menu DIV.MenuItemSelected {
	background-repeat: no-repeat;
	width: 140px;
	text-align: right;
	padding-right: 10px;	
}

BODY#Menu DIV.MenuItem {
	background-image: url(/img/menu_back.gif);
}
BODY#Menu DIV.MenuItemSelected {
	background-image: url(/img/menu_line.gif);
	background-color: Silver;
	color: Black;
	font-weight: bold;
}
BODY#Menu DIV.MenuItemSelected A {
	color:	Black;
}
BODY#Menu DIV.MenuLine {
	background-image: url(/img/menu_line.gif);
	background-repeat: no-repeat;
	width: 150px;
}

BODY#Content {
	background-image: url(/img/content_back.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 25px;
	margin-top: 30px;
}

BODY#Content TABLE#Login TH {
	text-align: left;
	font-size: 12px;
}

BODY#Content TABLE#Login INPUT.Submit {
	border: 1px solid black;
}

