﻿ /**** LINKS ****/
 a.menu
 {
	font-family:Lucida Sans Unicode; 
	text-decoration:none; 
	color:#6D6D6D; 
	font-size:12px; 
	font-weight:600;
	}
 
 a.general1
 {
	text-align:center;
	color:#0000FF; 
	text-decoration:underline;
	}
 
 a.advertisers
 {
	font-weight:bold;
	TEXT-DECORATION:underline;
	COLOR:#0000ff;
	}
	
  a.advertisehere
 {
	font-weight:bold;
	TEXT-DECORATION:underline;
	COLOR:#0000ff;
	font-size:18pt;
	}
	
 a.terms
 {
	font-family:Lucida Sans Unicode; 
	font-size:9px; 
	color:#FFFFFF; 
	text-decoration:underline;
	}
 a.terms:hover
 {
	text-decoration:none;
	}
 
 a.articles
 {
	color:#0000FF; 
	text-decoration:underline;
	}
	
 /**** SPAN's ****/
 SPAN.masterspan1
 {
	font-family:Lucida Sans Unicode; 
	font-size:16px; 
	color:#2978A3; 
	font-weight:300;
	}

 SPAN.masterspan2
 {
	font-family:Lucida Sans Unicode; 
	font-size:14px; 
	color:#6D6D6D; 
	font-weight:600;
	}

 
 /**** H1's ****/
 H1.h1master1
 {
	font-size:20px; 
	font-weight:bolder; 
	margin-bottom:-10px;
	}
	
 H1.h1master2
 {
	font-size:14px; 
	color:#29A354; 
	font-weight:bold; 
	margin-bottom:0;
	}
 
 H1.h1general1
 {
	font-size:20px; 
	font-weight:bolder; 
	margin-bottom:-10px;
	}
 
 /**** TABLES ****/
 TABLE.mastertable1
 {
	font-family: Lucida Sans Unicode; 
	font-size:14px; 
	color:#6D6D6D;
	}
	
 TABLE.advertise
 {
	FONT-SIZE:9pt;
	color:#000000;
	}

 /**** TDs ****/
 TD.mastertd1
 {
	padding-top: 20px; 
	padding-bottom:5px;
	}

 TD.mastertd2
 {
	padding-left: 20px; 
	padding-right: 20px; 
	padding-top: 40px;
	}
	
 /**** DIVS ****/
 DIV.defaultdiv
 {
	background-image:url('../images/blueboxwithoutbutton.jpg');
	font-family:Lucida Sans Unicode; 
	width:562px; 
	height:227px; 
	text-align:left;
	}
 
  DIV.checkexisting
  {
	background-image:url('../images/blueboxenteryour2.jpg');
	font-family:Lucida Sans Unicode; 
	width:562px; 
	height:227px; 
	text-align:left;
	}
	
  DIV.divreverselookup
  {
	background-image:url('../images/blueboxFRCD2.jpg');
	font-family:Lucida Sans Unicode; 
	width:562px; height:227px; 
	text-align:left;
	}
  
 /**** TEXTBOXES ****/
 .defaulttextbox1
 {
	font-family:Lucida Sans Unicode; 
	font-size:18px; 
	color:#AAAAAA; 
	font-weight:600; 
	width:300px; 
	height:24px;
 }
 
 .defaulttextbox2
 {
	 font-family:Lucida Sans Unicode; 
	 font-size:18px; 
	 color:#AAAAAA; 
	 font-weight:600; 
	 width:200px; 
	 height:24px;
}

 .defaulttextbox3
 {
	 font-family:Lucida Sans Unicode; 
	 font-size:18px; color:#AAAAAA; 
	 font-weight:600; 
	 width:70px; 
	 height:24px;
	}
	
 .defaultdropdownhidden
 {
	padding:20px 20px 20px 20px; 
	font-size:20px; 
	display:none;
	}
 
  .checkexisting1
  {
	 font-family:Lucida Sans Unicode; 
	 font-size:18px; 
	 color:#AAAAAA; 
	 font-weight:600; 
	 width:300px; 
	 height:24px;
	}
	
  .checkexistingbutton
  {
	 width:170px; 
	 height: 108px;
	}
 
 /**** COPYRIGHT ****/
 .copyright
 {
	font-family:Lucida Sans Unicode;
	color:#6D6D6D; 
	font-size:11px; 
	padding-top:10px;
 }
 
 /**** AUTO SUGGEST ****/
 .suggestion_list
 {
 background: white;
 border: 1px solid;
 padding: 4px;
 width: 50px;
 text-align:left;
 }

 .suggestion_list ul
 {
 padding: 0;
 margin: 0;
 list-style-type: none;
 }

 .suggestion_list a
 {
 text-decoration: none;
 color: #AAAAAA;
 font-family:Lucida Sans Unicode; 
 font-size:18px; 
 font-weight:600; 
 }

 .suggestion_list .selected
 {
 background: navy;
 color: white;
 }

 .suggestion_list .selected a
 {
 color: white;
 }

 #autosuggest
 {
 display: none;
 }