h1, h2, h3, h4 { 
  font-weight: bold; 
}
h1 {
  color: #cc0066;
  font-size: 16px;
  font-weight: bold;
}
h2 {
  background: url(../img/list_h2-title.gif) no-repeat left 10px;
  padding-left: 16px;
}
h2,
h3 {
  padding-top: 8px;
  margin-bottom: 10px;
}
p {
  margin: 0 0 12px 0;
}

a,
a:link,
a:visited
{
  color: #00a0e9;
}
a:hover
{
  color: #e4007f;
}  

.highlight { color: #cc0066; }
.blue { color: #00A0E9; }
.grey { color: #666; }

.alignLeft { text-align: left; }
.alignRight { text-align: right; }
.alignCenter { text-align: center; }

.bold { font-weight: bold; }
.unBold { font-weight: normal; }



/* table styles */
table 
{
  width: 100%;
}
th
{
  background-color: #f06bb5;
  color: #FFF;
  height: 33px;
  font-weight: bold;
  vertical-align: middle; 
}
th, td
{ 
  border: 1px solid #CCCCCC;
  padding: 3px 5px;
}  



/* List style */
ol,
ul
{
  margin: 10px 0;
  padding-left: 25px;
}
ol li,
ul li
{  
  list-style-position: outside;
  list-style-type:decimal;
  padding: 0 0 5px 0;    
}
ul li
{  
  list-style-type: disc;  
}

ol li ol,
ol li ul {
  margin: 5px 0 0 0;  
  padding-left: 15px;
}
ol li ol li
{
  list-style-type: lower-alpha;  
  padding-bottom: 0;
}

ol li ul li ul li {
  list-style-type: circle;
  padding-left: 3px;
}


ol.listStyle1 li
{
  margin: 4px 0;
}

