/* -###- RESET -###- */
body {
	font-family:Arial, Helvetica, sans-serif;
}

html, body, div, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, th, td, button, form {
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
}

dl, dt, dd, ul, ol, li, blockquote {
	margin-top:0;
	margin-bottom:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
}

strong {
	font-weight:bold;
}

table {
	border-spacing:0;
	border-collapse:collapse;
	padding:0;
	border-width:0;
}

fieldset, img {
	border:0;
	margin:0;
}

input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	border-width:1px;
}

a, a:link, a:active, a:visited, a:hover {
	text-decoration : none;
}

a img {
	border:0px;
}

/* -###- Styles HWS -###- */

Body {
	font-size: 11px; 
}

input, textarea, select, button {
	font-size: 11px; 
}

.mspc {  
	font-family: "Courier New", Courier, mono; 
}

.txaL {
	text-align:left !important;
}

.txaC, .center {
	text-align:center !important;
}

.txaR {
	text-align:right !important;
}

.txaJ {
	text-align:justify !important;
}

.normal {
	font-style:normal !important;
}

.w100 {
	width:100%;
}

.h100 {
	height:100%;
}

.posRel {
	position:relative;
}

.posAbs {
	position:absolute;
}


.fltR {
	float:right;
}
img.fltR {
	float:right;
	margin-left:5px;
}

.fltL {
	float:left;
}
img.fltL {
	float:left;
	margin-right:5px;
}


.fltLL {
	float:left;
	clear:left;
}

.fltRR {
	float:right;
	clear:right;
}

.fltBrk {
	clear:both !important;
	font-size:1px;
}

.clearB {
	clear:both !important;
}

.none {
	display:none;
}

.wrap {
	white-space:normal !important;
}

.nowrap {
	white-space:nowrap !important;
}

img.icon {
	vertical-align:middle;
	margin:0 5px 1px 0;
}

.cusorHelp {
	cursor:help;
}

.scroll {
	overflow:auto;
}

.noPadding {
	padding:0px !important;
}

a.iconPdf {
	padding:3px 0 3px 22px;
	background: transparent url(../images/icone_pdf.gif) no-repeat left center;
}
a.iconWord {
	padding:3px 0 3px 22px;
	background: transparent url(../images/icone_word.gif) no-repeat left center;
}
a.iconRss {
	padding:3px 0 3px 22px;
	background: transparent url(../images/icone_rss.png) no-repeat left center;
}
a.iconXls {
	padding:3px 0 3px 22px;
	background: transparent url(../images/icone_excel.gif) no-repeat left center;
}
a.iconTxt {
	padding:3px 0 3px 22px;
	background: transparent url(../images/icone_txt.gif) no-repeat left center;
}
a.iconGood {
	padding:3px 0 3px 22px;
	background: transparent url(../images/icon_good.png) no-repeat left center;
}
a.iconBad {
	padding:3px 0 3px 22px;
	background: transparent url(../images/icon_bad.png) no-repeat left center;
}
a.iconImg {
	padding:3px 0 3px 22px;
	background: transparent url(../images/icone_image_rd.gif) no-repeat left center;
}
a.iconWeb {
	padding:3px 0 3px 22px;
	background: transparent url(../images/icone_web.png) no-repeat left center;
}
a.iconMail {
	padding:3px 0 3px 22px;
	background: transparent url(../images/icone_mail.gif) no-repeat left center;
}


