
/*   ////////////////////////
    ///
   ///				Fonts
  ///			  	 
 //////////////////////// */

.fnt-green {
	color: #99cc33;
}

.fnt-black {
	color: #000000;
}


/*   ////////////////////////
    ///
   ///				Texts
  ///			  	 
 //////////////////////// */

p {
	margin: 0 0 10px 0;
}

.tag-p-big, .tag-p-big p {
	font-size: 12px
}

/*   ////////////////////////
    ///
   ///				Headings
  ///			  	 
 //////////////////////// */

h1 {
	margin: 0 0 26px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #b1b1b1;
}

h1 small {
	font-weight: normal;
	font-size: 18px;
	line-height: 15px;
}

h2 {
}

/*   ////////////////////////
    ///
   ///				List
  ///			  	 
 //////////////////////// */

ul {
}

li {
}

/* ///
  ///		List / style 1
 /// */

ul.tagS1-ul, .tagS1-ul ul {
}

ul.tagS1-ul li, .tagS1-ul ul li {
}

/*   ////////////////////////
    ///
   ///		Definition list
  ///			  	 
 //////////////////////// */

dl {
}

dl dt {
}

dl dd {
}

/* ///
  ///		Definition list / style 1
 /// */

dl.tagS1, .tagS1-dl dl {
}

dl.tagS1 dt, .tagS1-dl dl dt {
}

dl.tagS1 dd, .tagS1-dl dl dd {
}




/*   ////////////////////////
    ///
   ///				lines
  ///			  	 
 //////////////////////// */

.linS1 {
	
}


