/* CSS Document */
.paddedText {
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding-left:12px;
	top:10px;
}

.poweredBy {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration:none;
	padding-top:5px;
	padding-bottom:5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #efefef;	
}


.LP_blue {
	color: #5987bc;
}
.LP_grey {
	color: #5d5d5d;
}

.LP_orange {
	color: #e44d05;
}

.bulletPoints{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:Black;
	list-style-image:url(../images/template/bullet.gif);
	margin-left: -1.5em;
}

.menu_bullets {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:1.4;
    margin-bottom: 0.8em;
	color:Black;
	margin-left: -2em;
	background-image:url(../images/menu/menu_up.gif);
	height:16px;
	width:180px;
}
.underline {
	background-repeat: no-repeat;
	background-image: url(../images/template/swiggle.gif);
	background-position: left bottom;
	line-height:35px;
	margin-bottom:-5px;
}
.leftMenuHolder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #efefef;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background-image:url(../images/menu/menu_bgrd.gif);
	background-position:top right;
	background-repeat:no-repeat;
	
}