/* ----------------------------------------------- */
/* - Lists                                       - */
/* ----------------------------------------------- */

p 
{
  margin-top: 0px;
  margin-bottom: 0px;
}

.heading1
{
	font-size: 24px;
	color: #393939;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.heading2
{
	font-size: 18px;
	color: #393939;
}

.heading3
{
	font-size: 14px;
}


h1.list {
  font-family: tahoma;
  font-size: 16px;
  font-weight: bold;
}

h2.list {
  font-family: tahoma;
  font-size: 14px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}

h3.list {
  font-family: tahoma;
  font-size: 13px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}

h4.list {
  font-family: tahoma;
  font-size: 12px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}

h5.list {
  font-family: tahoma;
  font-size: 11px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}

h6.list {
  font-family: tahoma;
  font-size: 10px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}

p.list {
  font-family: tahoma;
  font-size: 11px;
  margin-top: 0px;
  margin-bottom: 0px;
}

a.list {
  font-family: tahoma;
  font-size: 11px;
}

/* ----------------------------------------------- */
/* - Detail                                      - */
/* ----------------------------------------------- */

h1.detail {
  font-family: tahoma;
  font-size: 12px;
  font-weight: bold;
  text-transform:uppercase; 
  color:white; 
  background-color:#667cb8;
  padding-left:10px; 
  padding-top:4px; 
  padding-right:10px; 
  padding-bottom:4px; 
  margin-bottom:4px; 
}

h4.detail {
  font-family: tahoma;
  font-size: 12px;
  font-weight: bold;
  margin-top:10px; 
  margin-bottom:10px; 
  color: blue;
}

h5.detail {
  font-family: tahoma;
  font-size: 10px;
  font-weight: bold;
  margin-top:0px; 
  margin-bottom:0px; 
}

h6.detail {
  font-family: tahoma;
  font-size: 12px;
  font-weight: normal;
  margin-top:10px; 
  margin-bottom:0px; 
  margin-left:10px; 
  margin-right:10px; 
}

p.detail {
  font-family: tahoma;
  font-size: 10px;
}

a.detail {
  font-family: tahoma;
  font-size: 10px;
}
