P  {
	font-family : Arial;
	font-size: 10pt;
	color : 000034;
}
TD  {
	font-family : Arial;
	font-size: 10pt;
	color : 000034;
}
TH  {
	font-family : Arial;
	font-size: 10pt;
	color : 000034;
	text-align: left;
}
H1  {
	font-family : Arial;
	font-size: 12pt;
	color : 000000;
	text-decoration : bold;
}
H2  {
	font-family : Arial;
	font-size: 12pt;
	color : #696969;
	text-decoration : none;
}
A  {
	text-decoration: none;	
	color: #377ABC;
	font-size: 10pt;
}
A:Visited  {
	text-decoration: none;	
	color: #377ABC;
	font-size: 10pt;
}
A:Active  {
	text-decoration: bold; 
	color: #377ABC;
	font-size: 10pt;
}
A:Hover  {
	text-decoration: none;
	color: #0000ff;
	font-size: 10pt;
}
BODY {
	font-family : Arial;
	font-size: 10pt;
	color : 000034;
	scrollbar-face-color: #A0B2C0; 
	scrollbar-shadow-color: #707F9C;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #DDE6EE; 
	scrollbar-darkshadow-color: #41506E; 
	scrollbar-track-color: #000034; 
	scrollbar-arrow-color: #000034;
	margin: 0px;
	background: url(/images/pageback-tile2.jpg);
}

A.footerLink  {
	text-decoration: none;	
	color: #000034;
	font-size: 10pt;
}
A:Visited.footerLink  {
	text-decoration: none;
	color: #000034;
	font-size: 10pt;
}
A:Active.footerLink  {
	text-decoration: bold; 
	color: #000034;
	font-size: 10pt;
}
A:Hover.footerLink  {
	text-decoration: none;
	color: #1E8559;
	font-size: 10pt;
}

A.LogoLink  {
	text-decoration: none;	
	color: #999999;
}
A:Visited.LogoLink  {
	text-decoration: none;
	color: #999999;
}
A:Active.LogoLink  {
	text-decoration: bold; 
	color: #999999;
}
A:Hover.LogoLink  {
	text-decoration: none;
	color: #ffffff;
}

span.PageTitle {
	font-family : Arial;
	font-size: 14pt;
      color: #000034; 
}

input.LoginBox {
	border: 1 solid #000034; 
	font-family: arial; 
	font-size: 10pt; 
	width: 70; 
	background-color: #DEE9F2;
}
input.LoginButton {
	border: 2 solid #41506E; 
	font-family: arial; 
	font-size: 10pt; 
	width: 60; 
	background-color: #DEE9F2;
}
input.Button {
	border: 2 solid #41506E; 
	font-family: arial; 
	font-size: 10pt; 
	background-color: #DEE9F2;
}

/* Drop Down Menu Style Info */
table.navbar	{
	position: absolute;
	border: 1px solid black;
	cursor: pointer;
	visibility: hidden;
}
table.menu	{
	position: absolute;
	border: 1px solid #1927A4;
	cursor: pointer;
	visibility: hidden;
}
table.submenu	{
	position: absolute;
	border: 1px solid #000066;
	cursor: pointer;
	visibility: hidden;
}
table.submenu	td	{
	color: #FFFFFF;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #1927A4; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
	padding: 0px 8px 2px;
	font-family: Arial;
	font-size: 10pt;
	text-decoration : bold;
	/* font : bold;  */
    /* FONT-WEIGHT: bold;  */
	white-space: nowrap;
}
#mainmenu	{
	position: static;
}
table.menu td	{
	color: #FFFFFF;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #1927A4; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
	padding: 0px 8px 2px;
	font-family: Arial;
	font-size: 10pt;
	text-decoration : bold;
	/* font : bold; */
    /* FONT-WEIGHT: bold;  */
	white-space: nowrap;
}

/* Classifieds Ads Styles */
div.ad {
	border: 1px solid black;
	margin-bottom: 1em;
	margin: 3px; padding: 3px; marginwidth:3px; marginheight:3px;
}

div.ad .ad_title {
	text-align: center;
	font-size: larger;
	margin: 1ex;
	background: inherit;
	margin: 3px; padding: 3px; marginwidth:3px; marginheight:3px;
}

div.ad .ad_name {
	text-align: center;
	font-weight: bold;
	background: white;
	color: black;
	margin: 3px; padding: 3px; marginwidth:3px; marginheight:3px;
}

div.ad .ad_contact {
	text-align: center;
	font-size: small;
	font-weight: normal;
	background: white;
	color: black;.
	margin: 3px; padding: 3px; marginwidth:3px; marginheight:3px;
}

div.ad .ad_extra {
	border-top: 1px solid black;
	margin-top: 1em;
	background: white;
	color: black;
	margin: 3px; padding: 3px; marginwidth:3px; marginheight:3px;
}

.tablecontent {
	border: 1px solid #829CB5;
	/* border-collapse: separate; */
	border-collapse: collapse;
	border-spacing: 2;
	margin-left: 20px;
}
.tablecontent tr th,
.tablecontent tr td {
	border: 1px solid #829CB5;
}
.tablecontent tr th {
	font-size: 11px;
	background-color: #006599;
	color: #FFFFFF;
}