body, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2B2B2B;
	line-height:18px;
}

h1 {
    border-bottom: 1px dotted #BFBFBF;
    color: #095AA6;
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 18px;
    padding: 0 0 7px;
    text-transform: uppercase;
}

.home h1 {
    font-size: 16px;
    margin: 0 0 10px;
    padding: 0 0 8px;
}

h2 {
    color: #2B2B2B;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.home h2 {
    font-size: 16px;
    margin: 0 0 9px;
}

h3 {
	font-size:15px;
	color:#095AA6;
	font-weight:bold;
	margin:0 0 10px 0;
}

h4 {
	font-size:13px;
	color:#000;
	font-weight:bold;
	margin:0 0 10px 0;
}

h5 {
	font-size:13px;
	color:#000;
	font-weight:bold;
}

a {
	color:#000;
	text-decoration:none;
}

a:hover {
	color:#095AA6;
	text-decoration:none;
}

hr {
	margin: 20px 0;
	height: 1px;
	border: none;
	border-top: 1px solid #CCCCCC;
	color: #CCCCCC;
}

/* Custom Styles for dropdown */

.textHighlight {
	font-weight:bold;
	color:#999999;
}

.textHighlight2 {
	font-weight:bold;
	color:#006600;
}

.textHighlightBlue {
	font-weight:bold;
	color:#095AA6;
}

.textHighlightPink {
	font-weight:bold;
	color:#DB7FA6;
}

.pageImageLeft {
	float: left;
    margin: 0 15px 15px 0;
}

