html, body {
	margin: 0px;
	background-image: url(/gfx/system/bg_new.gif);
	background-repeat: repeat;
	background-position: center top;
}
.green_bg {
	background-image: url(/gfx/system/bot_bg.png);
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #5E265F;
	margin: 0px;
}
.shadow_left {
	background-image: url(/gfx/system/shadow_left.png);
	background-repeat: no-repeat;
	background-position: top;
}
.shadow_right {
	background-image: url(/gfx/system/shadow_right.png);
	background-repeat: no-repeat;
	background-position: top;
}
#Bot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
#Bot a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dotted #FFF;
	padding-bottom: .0em;
}
#Bot a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
	padding-bottom: .0em;
}

p {
	margin: 0px;
}
table {

	margin: 0px;
}
a {
	color: #5E265F;
	text-decoration: none;
	border-bottom: 1px dotted #5E265F;
	padding-bottom: .1em;
}
a:hover {
	color: #5E265F;
	text-decoration: none;
	border-bottom: 1px solid #5E265F;
	padding-bottom: .1em;
}

a.noborder {
	color: #5E265F;
	text-decoration: none;
	border-bottom: 0px dotted #5E265F;
	padding-bottom: .0em;
}
a.noborder:hover {
	color: #5E265F;
	text-decoration: none;
	border-bottom: 0px solid #5E265F;
	padding-bottom: .0em;
}


img {
	border-style: none;
}
form {
	margin: 0px;
}
.txt10 {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.txt11 {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}

/* Menu START */

.Menu {
	background-image: url(/gfx/system/menu_passive.png);
}
a.Menu {
	background-image: url(/gfx/system/menu_passive.png);
	text-decoration: none;
	color: #FFFFFF;
}
a.Menu:hover {
	background-image: url(/gfx/system/menu_active.png);
	text-decoration: none;
}
#Menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px 7px 0px 7px;
	text-decoration: none;
	display: block;
	height:20px;
	border-bottom: 0px solid;
}
.MenuActive {
	background-image: url(/gfx/system/menu_active.png);
	text-decoration: none;
	color: #FFFFFF;
}
a.MenuActive {
	background-image: url(/gfx/system/menu_active.png);
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a.MenuActive:hover {
	background-image: url(/gfx/system/menu_passive.png);
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
/* Menu END */
ul {
	margin-top: 0px;
	list-style-image: url(/gfx/system/bullet.gif);
	list-style-position: outside;
}

