@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
}
td { text-align: left; }
h1, h2, h3 {
	font-size: 1.2em;
}
mainFrame {
	min-height: 100%;
	background-color: #b60000;
}

#rightMenuTop { text-align:left; margin: 10px; font-size: 14px; width: 190px; height: 90px; overflow: hidden; }

.leftMenu {
	font-size: 12px;
	list-style: disc;
	position:relative;
	left: -15px;
	text-align: left;
	list-style-position: outside;
	list-style-image: url(../images/interface/bullet_01.gif);
	margin-bottom: 10px;
	margin-top: 5px;
	padding: 0px;
	width: 128px;
}

html>body .leftMenu {
	left: 20px;
	*left: -20px;
}

.leftMenu li:hover {
	list-style-image: url(../images/interface/bullet_02.gif);
}

a {
	color: #FF0000;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #000000;
	text-decoration:underline;
}

.leftMenu a {
	color: #000000;
}
.leftMenu a:visited {
	color: #000000;
}
.leftMenu a:hover {
	color: #FFFFFF;
}