body {
	background-color: #C33119;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #C33119;
	text-decoration: underline;
}

.menu {
	height: 15px;
	background-image: url('img/bullet.gif');
	background-repeat: no-repeat;
}

.menu:hover {
	height: 15px;
	background-image: url('img/bullet_h.gif');
	background-repeat: no-repeat;
}


li {
	margin: 0px;
	padding: 0px;
	padding-bottom: 1px;
	list-style-position: inside;
	list-style-image: url('img/bullet.gif')
}

.li_sel {
	padding-bottom: 1px;
	list-style-position: inside;
	list-style-image: url('img/bullet_h.gif')
}

.menu_padd {
	padding-left: 22px;
}

.active {
	text-decoration: bold;
}

ul {
	margin: 0px;
	padding: 0px;	
	padding-top: 2px;
	list-style-position: outside;

}

li:hover {
	list-style-position: inside;
	list-style-image: url('img/bullet_h.gif')
}


.whitebox_bck {
	background-image: url('layout/whitebox_grayline.gif');
	background-repeat: no-repeat;
}

.left_marg {
	margin-left: 8px;
}

.small_top_padding{
	padding-top: 2px;
}

.mainbox_marg {
	margin-top: 15px;
}

.top_marg {
	margin-top: 8px;
}

.logo_margin {
	margin-bottom: 15px;
}

.light {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E5E5E5;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	background-color: #EEEEEE;
}

.white_text {
	color: #FFFFFF;
	font-size: 10px;
}
