/* Lufesa website - Created: Feb. 23 2007 */

body {
	background-color:#174467;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align: justify;
}

h1 {
	padding: 0px;
	margin: 0px;
}

h2 {
	padding-bottom:0px;
	margin: 0px;
}

div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

.floatleftImg{
	float: left;
	margin: 0px 0px 0px 0px;
	border: 1px solid #C9C9C9;
	margin-right: 8px;
}

.floatleft{
	float: left;
	margin: 0px 0px 0px 0px;
	margin-right: 8px;
}

.floatrightImg{
	float: right;
	margin: 0px 0px 0px 0px;
	border: 1px solid #C9C9C9;
	margin-left: 10px;
}

/* Background Images */

.topBg {
	background-image: url(../images/bgtop.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 55px;
	width: 858px;
}

.bgServices {
	background-image: url(../images/bgservices.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 27px;
	width: 210px;
}

.bgCrvServices {
	background-image: url(../images/crvbgserv.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 15px;
	width: 210px;
}

.bgCont {
	background-image: url(../images/bgcont.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.div {
	background-image: url(../images/div.gif);
	background-repeat: repeat-x;
	background-position: center;
	height:45px;
}

.bgFooter {
	background-image: url(../images/bgminf.gif);
	background-repeat: repeat-x;
	background-position: top;
	height:28px;
	background-color: #616161;
}



/* Borders */

.brdServices {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DADEE9;
	border-left-color: #DADEE9;
}

.brdBtmBlue {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B8C1E0;
}

.brdRightGray {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DBDBDB;
}

.brdLeftRight {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D6D5D5;
	border-left-color: #D6D5D5;
}

.brdImages {
	border-width: 1px;
	border-style: solid;
	border-color: #C9C9C9;
}

/* Texts, Titles, Subtitles */

.menuDiv {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	color: #494949; 
	text-decoration: none
}

.divFooter {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #FFFFFF; text-decoration: none}

.titWhite {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-weight: bold; 
	color: #FFFFFF; 
	text-decoration: none;
	padding-left:12px;
}

.titServices {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #B91600; 
	text-decoration: none;
}

.titHome {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 19px; 
	font-weight: normal; 
	color: #9F1401; 
	text-decoration: none;
}

.titCnt {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 20px; 
	font-weight: normal; 
	color: #9F1401; 
	text-decoration: none;
}

.txtBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}

.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

.txtPolicy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

.txtFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}


/* Links */

.lnkMenuTop {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #494949; text-decoration: underline}
.lnkMenuTop:hover {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #494949; text-decoration: none}
.lnkMenuTop:visited {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #494949; text-decoration: underline}
.lnkMenuTop:visited:hover {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #494949; text-decoration: none}

.lnkMenuP {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FFFFFF; text-decoration: none}
.lnkMenuP:hover {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FFFFFF; text-decoration: underline}
.lnkMenuP:visited {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FFFFFF; text-decoration: none}
.lnkMenuP:visited:hover {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FFFFFF; text-decoration: underline}

.lnkServices {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #2E4C7E; text-decoration: none}
.lnkServices:hover {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #2E4C7E; text-decoration: underline}
.lnkServices:visited {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #2E4C7E; text-decoration: none}
.lnkServices:visited:hover {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #2E4C7E; text-decoration: underline}

a {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #2051B5; text-decoration: underline}
a:hover {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #2051B5; text-decoration: none}
a:visited {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #2051B5; text-decoration: underline}
a:visited:hover {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #2051B5; text-decoration: none}

.lnkRed {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #BB2F1C; text-decoration: underline}
.lnkRed:hover {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #BB2F1C; text-decoration: none}
.lnkRed:visited {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #BB2F1C; text-decoration: underline}
.lnkRed:visited:hover {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #BB2F1C; text-decoration: none}

.lnkFooter {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #FFFFFF; text-decoration: underline}
.lnkFooter:hover {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #FFFFFF; text-decoration: none}
.lnkFooter:visited {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #FFFFFF; text-decoration: underline}
.lnkFooter:visited:hover {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #FFFFFF; text-decoration: none}

.lnkMore {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #BB2F1C; text-decoration: underline}
.lnkMore:hover {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #BB2F1C; text-decoration: none}
.lnkMore:visited {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #BB2F1C; text-decoration: underline}
.lnkMore:visited:hover {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #BB2F1C; text-decoration: none}

.lnkMenuCnt {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #2E4C7E; text-decoration: none;}
.lnkMenuCnt:hover {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #2E4C7E; text-decoration: underline; display:block; background-color:#DBE0F2;}
.lnkMenuCnt:visited {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #2E4C7E; text-decoration: none}
.lnkMenuCnt:visited:hover {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #2E4C7E; text-decoration: underline; display:block; background-color:#DBE0F2;}

.lnkServCnt {font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #11609C; text-decoration: underline}
.lnkServCnt:hover {font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #11609C; text-decoration: none}
.lnkServCnt:visited {font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #11609C; text-decoration: underline}
.lnkServCnt:visited:hover {font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #11609C; text-decoration: none}


li {
	list-style-image: url(../images/red-bull.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	padding-bottom:5px;
}

