/* START STANDARD CSS */
*{
	margin:0;
	padding:0;
	border: medium none;
}

.clear { clear:both; }

a{
	text-decoration:none;
	color:#285F99;
}
	a:hover{
		text-decoration:none;
		color:#8C4141;
	}
	
ul, li{
	list-style-type:none;
}

:focus{outline:none}

::-moz-focus-inner {
    border:medium none;
}

.fl{
	float:left !important;
	display:inline;
}
.fr{
	float:right !important;
	display:inline;
}
.cb{
	clear:both;
}

.pointer{
	cursor:pointer;
}

.last{
	margin-right:0 !important;	
}
.first{
	margin-left:0 !important;	
}

.list li{
	list-style-type: circle;
	margin-left:50px;	
	padding: 6px 0 0;
}
button{outline:none}
.center{
    text-align: center;
}
b {
	font-weight: bold;
}
/* END STANDARD CSS */