﻿body {
	font-size: 0.8em;
	color: #000000;
}

body,
p,
a,
div,
span,
select,
input,
textarea {
	font-family: Helvetica, Arial, Verdana, Times New Roman, Sans-Serif;
	/*
	font-family: arial, helvetica, sans-serif;
	font-family: 'Comic Sans MS';
	font-family: 'Times New Roman';
*/
}

select,
input,
textarea {
	font-size: 100%;
}
	
strong, b
{
    font-weight: bolder;
}
label
{
	margin-left: 5px;
}
	
.SiteHolder
{
	margin: 0 auto;
	text-align: left;
	background-color: red;
	background-repeat: no-repeat;
}
.TBS
{
	color: Red;
}
a:hover
{
    text-decoration: underline;
}
.content
{
	color: #222222;
	font-size: 12px;
	line-height: 20px;
	margin-left: 36px;
	margin-right: 20px;
}
.content h1,
.content h2
{
	font-weight: bold;
	color: #005b9e;
	font-size: 16px;
	margin: 0 0 11px 0;
}
.content p
{
    margin-bottom: 10px;
}
.content p.firstPara
{
    font-weight: bold;
}
.content ul
{
	margin-top: 2px;
	margin-bottom: 10px;
	padding-left: 13px;
}
.content ul li
{
	list-style-image: url(../../images/liImage.gif);
	list-style-position: outside;
}
.content a:link,
.content a:visited,
.content a:hover
{
    color: #005b9e;
	text-decoration: none;
}
.content a:hover
{
    color: #005b9e;
	text-decoration: underline;
}
.contentLeft
{
	margin-right: 20px;
}
.contentRight
{
	margin-left: 17px;
}

.horizontalDots
{
	background-image: url(../../images/horizontalDotsBg.gif);
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.blueTitle
{
    padding-left: 27px;
    padding-bottom: 19px;
}
.serviceImage
{
    margin-left: 27px;
}
.extraInfo
{
    font-size: 11px;
    color: #888888;
    line-height:11px;
}