/************************************************************************
	1 - GLOBAL STYLES
************************************************************************/
* {
	margin: 0;
	padding: 0;
}

/* font: normal small-caps bold 24px/1.5 "Times New Roman", Times, serif;. */
body {
	width: 100%;
	height: 100%;
	font: normal normal normal small/ 1.0 "Trebuchet MS", Arial, Helvetica,
		sans-serif;
	background: #cff103 url(global_FILES/body.gif) left top repeat-x;
}

* html body {
	font: bold normal normal x-small/ 1.0 "Trebuchet MS", Arial, Helvetica,
		sans-serif;
	f\ont: bold normal normal small/ 1.0 "Trebuchet MS", Arial, Helvetica,
		sans-serif;
}

/************************************************************************
	1.1 - TYPO
************************************************************************/
h1 {
	margin: 0px 0px 10px 0px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	color: #009e80;
	background: transparent;
}

h1 a:link,h1 a:visited {
	text-decoration: underline;
}

h1 a:hover,h1 a:active {
	text-decoration: none;
}

h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	text-align: left;
	color: #e3251b;
	background: transparent;
}

h2 a:link,h2 a:visited {
	color: #414141;
	text-decoration: none;
	background: transparent;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #525252;
	background: transparent;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	color: #525252;
	background: transparent;
}

p {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	line-height: 16px;
	color: #525252;
	background: transparent;
}

em {
	
}

cite {
	
}

samp {
	
}

dfn {
	
}

blockquote {
	
}

/************************************************************************
	1.2 - UL
************************************************************************/
ul.ulform {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 20px 0px;
	list-style: none;
}

ul.ulform li {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	list-style: none;
	color: #666;
	background: transparent;
	float: left;
}

ul.ulinfo {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 20px 0px;
	float: left;
}

ul.ulinfo li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 18px;
	font-size: 12px;
	line-height: 18px;
	list-style: none;
	color: #606060;
	background: transparent /*url(../images/xxx.png) left top no-repeat*/;
	display: block;
}

/************************************************************************
	1.3 - IMG
************************************************************************/
img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #fff;
	display: block;
}

img a:link,img a:visited {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #fff;
	display: block;
}

img a:hover,img a:active {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #fff;
	display: block;
}
/*e-o-f*****************************************************************/
