p {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 130%;
}

p a {
	font-size: 11px;
	color: #999999;
	text-decoration: underline;
	font-weight: bold;
}

p a:hover {
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

ul {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 130%;
	list-style-type: square;
}

h1 {
	font-family: Georgia, Arial, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #000000;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
}

h2 {
	font-family: Georgia, Arial, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	padding-top: 15px;
}

h3 {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	font-style: normal;
}

.footer {
	height: 12px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	text-indent: 10px;
}

.border {
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

.backgroundImage {
	background-attachment: scroll;
	background-image: url(/assets/images/telephonesPicture.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.FixedHeight {
	height: 300px;
}

ul.miniMenu {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: black;
	width: 135px;
	list-style: none;
}

ul.miniMenu li
{
	text-align: left;
	vertical-align: middle;
	background: url(/assets/images/bulletBlack.gif) no-repeat 0% 50%;
	padding-left: 15px;
}

ul.miniMenu li a {
	color: #FF0000;
	text-decoration: none;
	font-weight: normal;
}

ul.miniMenu li a:hover {
	color: black;
	text-decoration: none;
}

.smalltext {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #999999;
}

.tableHeadings {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}

.tableText {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	filter: Alpha(Opacity=90);
}

.tableText td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	height: 20px;
}

.declaration {
	border: 2px double #FF0000;
	height: 250px;
	background-color: #FFFFFF;
	filter: Alpha(Opacity=90);
}

body {
	background-color: #FFFFFF;
	background-image: url(/assets/images/backgroundTile.gif);
}

hr {
	width: 400px;
	height: 2px;
	background-color: #CCCCCC;
	color: #CCCCCC;
}

.formField {
	width: 230px;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #000000;
}

.submitButton {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #CCCCCC;
	border: 1px solid #000000;
}

.highlightGrey {
	color: #666666;
}

/* Second tier menu */
td.secondtiermenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
}

a.secondtier_active {
	color: #D55050;
	font-weight: bold;
	text-decoration: none;
}

a.secondtier_active:hover {
	text-decoration: underline;
}

a.secondtier_inactive {
	color: #000000;
	text-decoration: none;
}

a.secondtier_inactive:hover {
	text-decoration: underline;
}

/* Second tier menu (Admin interface)*/
td.secondtiermenuAdmin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	border: solid 1px black;
}

/* Sitemap */
ul.sitemap {
	
}

li.sitemap 
{
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 130%;
	list-style-type: square;
	padding: 0px;
	margin: 0px;
}

li.sitemap a {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

li.sitemap a:hover {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #0000FF;
	text-decoration: underline;
}

td.SiteMapTier1
{
	padding-left: 30px;
}

td.SiteMapTier2 
{
	padding-left: 70px;
}

td.SiteMapTier3
{
	padding-left: 110px;
}