* {
	margin: 0;
	padding: 0;
}

body, span.text, span.standard, p.text, p.standard, p, ul, li {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #373737;
	text-align: justify
}

a, * a {
	color: #575757;
	text-decoration: none;
}

a:hover, * a:hover {
	text-decoration: underline;
}



ul 
{
	margin: 0 10px;
	padding: 0 10px;	
}

li 
{
	padding: 4px 0;
	text-align: left;
}


a img { border: none; }
a.lgn { color: #FFFFFF; text-decoration: none; }
a.lgn:hover { text-decoration: underline; }

span.title, p.title {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #b52d1d;	
	
	display: block;
	width: 100%;
	height: auto;
	padding: 7px 0;
	text-decoration: none;
	border: none;
}


span.subtitle, p.subtitle {
	font-size: 13px;
	font-weight: bold;
	color: #0ca054;
	
	display: block;
	width: 100%;
	height: auto;
	padding: 0 0 5px 0;
	text-decoration: none;
	border: none;
}

span.button {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #b52d1d;
	text-align: center;
	
	width: 120px;
	height: auto;
	padding: 0 0 5px 0;
	text-decoration: none;
	border: none;
}

a span.button { text-decoration: none; cursor: pointer; }
a:hover span.button { text-decoration: none; cursor: pointer; }

.bordertop { border-top: 1px solid #e5e5e5; }
.borderbottom { border-bottom: 1px solid #e5e5e5; }
.borderleft { border-left: 1px solid #e5e5e5; }
.borderright { border-right: 1px solid #e5e5e5; }
