﻿a
{
	color:#2F4E6F;
	text-decoration: none;
}

a:hover
{
	color: yellow;
	text-decoration: underline;
}

a.directoryLink
{
	color: White;
	text-decoration: none;
}

a.directoryLink:hover
{
	color: Yellow;
	text-decoration: underline;
}

a.ListingLink:hover
{
	color: red;
}

strong
{
	color:  #2F4E6F;
}

TD.directory
{
	background-color: #2F4E6F;
	text-align: left;
}

IMG.directory
{
	padding-top: 10px; 
	padding-left:10px;
	padding-bottom: 0px;
}

body 
{
	margin: 0px;
	background-color: #C8D7E3;/*#C4BFA9;*/
}

h1 
{
   color: #2F4E6F; 
   font-family: Trebuchet MS;   
}

h2
{
	color: #2F4E6F;
    font-family: Trebuchet MS;
    font-size: large;
    margin: 0px;    
}

h3
{
	color: #2F4E6F;
    font-family: Trebuchet MS;
    font-size: medium;
    margin: 0px;    
}

h4
{
	color: #2F4E6F;
    font-family: Trebuchet MS;
    font-size: small;
    margin: 0px;    
}

hr
{
    border-top: #2F4E6F 1px dotted;
    border-right: 0px dotted;
    border-left: 0px dotted;
    border-bottom: 0px dotted;
}

#content
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#left
{
	width: 220px;
	vertical-align: top;
	background-color: #98B1C4
}

#ps
{
	border: 0px;
}

#rigth
{
	width: 780px;
	text-align: left;
	vertical-align: top;
	background-color: #98B1C4
}

#footer
{
	font-family: Verdana, Tahoma, Arial;
	font-size:8pt;
	background-color: #98B1C4
}

a
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 7.5pt;
	font-weight: bold;
}

.directory
{
	color: #FFFFFF;
	font-size: 8pt;	
	font-weight: bolder;
	font-family: Trebuchet MS, Verdana, Tahoma, Arial;
	list-style-position: inside;	
	margin-top: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
}

.regularPage
{
	width: 730px; 
	padding: 25px;	
	color: #2F4E6F;
	font-family: Verdana, Tahoma, Arial;
	font-size: 8pt;
}