﻿p 
{ 
    margin-top: 2px; 
    margin-bottom: 2px;
}
a {
	color: #FF9900;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
.pageTitle
{
    font-size: 20px;
    font-weight: bold;
    color: #189E94;
    padding-top: 5px;
    padding-bottom: 15px;
}
.headerTitle
{
    font-size: 16px;
    font-weight: bold;
    color: #189E94;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
}
.contentList
{
    text-align: left;
}
.contentList ul
{
    list-style-type: none;
    text-indent: 0px;
    margin: 0px;
    padding-top: 15px;
    padding-left: 20px;   
    font-size: 12px;    
}
.contentList ul li
{
    background-image: url('navigation/bt_arrow.gif');
	background-repeat:no-repeat;
	padding-left: 8px;
	background-position: 0 0;
}

