﻿body
{
    FONT: 10pt Arial, Helvetica, sans-serif;
	COLOR: #444;
	TEXT-ALIGN: center;
	margin:0px 0px 0px 0px;
	background-color:#ffffff;
	font-size:13px;
}

a:link
{
	color:Black;
	text-decoration:none;
}
a:visited
{
	color:Black;
	text-decoration:none;
}
a:hover
{
	color:Black;
	text-decoration:underline;
}
a.whitelink
{
	color:White;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
}
a.whitelink:visited
{
	color:White;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
}
a.whitelink:hover
{
	color:White;
	font-size:10pt;
	font-weight:bold;
	text-decoration:underline;
}
a.balcklink
{
	color:Black;
	font-size:10pt;
	font-weight:normal;
	text-decoration:none;
}
a.balcklink:visited
{
	color:Black;
	font-size:10pt;
	font-weight:normal;
	text-decoration:none;
}
a.balcklink:hover
{
	color:Black;
	font-size:10pt;
	font-weight:normal;
	text-decoration:underline;
}
a.redlink
{
	color:Red;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
}
a.redlink:visited
{
	color:Red;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
}
a.redlink:hover
{
	color:Red;
	font-size:10pt;
	font-weight:bold;
	text-decoration:underline;
}
a.nav:link
{
	color:White;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
	padding:2px 5px 2px 5px;
}
a.nav:visited
{
	color:White;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
	padding:2px 5px 2px 5px;
}
a.nav:hover
{
	color:White;
	font-size:10pt;
	font-weight:bold;
	padding:2px 5px 2px 5px;
}

.msg
{
	font-size:7pt;
	color:Red;
}

.green
{
	color:Green;
}
.blue
{
	color:Blue;
}
.red
{
	color:Red;
}

a.citycategory
   {
	text-decoration:none;
	font-size:11pt;
	color:#331BBE;
	font-family:Verdana;
   }
a.citycategory:visited
   {
	text-decoration:none;
	font-size:11pt;
	color:#331BBE;
	font-family:Verdana;
   }
a.citycategory:hover
   {
	text-decoration:underline;
	font-size:11pt;
	color:#CC0000;
	font-family:Verdana;
   }

a.linkSearch
{
	text-decoration:none;
	color:Maroon;
	font-family: verdana;
	font-size:9pt;
}
a.linkSearch:hover
{
	text-decoration:underline;
	color:white;
	font-family: verdana;
	font-size:9pt;
}
a.linkSearch:visited
{
	text-decoration:none;
	color:Maroon;
	font-family: verdana;
	font-size:9pt;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	/*filter:alpha(opacity=70);
	opacity:0.7;*/
}

.modalPopup {
	background-color:#f5f9c8;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.PageTitle
{
	font-family: Trebuchet MS; 
	font-size: 14pt; 
	font-weight: bold;
	padding-left:5px;
}

/*Search Style Start*/
.searchddl
{
	width:150px;
}

.searchtxt
{
	width:200px;
}

.searchcap
{
	font-family:Trebuchet MS;
	font-size:10pt;
	text-align:left;
}

.searchbot
{
	font-family:Trebuchet MS;
	font-size:8pt;
	color:Gray;
}
/*Search Style End*/

/*bottom links start*/
.blacklink:link
{
	color:Black;
	font-size:10pt;
	font-weight:normal;
	text-decoration:none;
}
.blacklink:visited
{
	color:Black;
	font-size:10pt;
	font-weight:normal;
	text-decoration:none;
}
.blacklink:hover
{
	color:Black;
	font-size:10pt;
	font-weight:normal;
	text-decoration:underline;
}

.bottomlink:link
{
	font-family:Verdana;
	color:Black;
	font-size:8pt;
	font-weight:normal;
	text-decoration:none;
}
.bottomlink:visited
{
	font-family:Verdana;
	color:Black;
	font-size:8pt;
	font-weight:normal;
	text-decoration:none;
}
.bottomlink:hover
{
	font-family:Verdana;
	color:Black;
	font-size:8pt;
	font-weight:normal;
	text-decoration:underline;
}
/*bottom links end*/

/*home page top link start*/
.toplink:link
{
	font-family:Verdana;
	color:Black;
	font-size:8pt;
	font-weight:normal;
	text-decoration:none;
}
.toplink:visited
{
	font-family:Verdana;
	color:Black;
	font-size:8pt;
	font-weight:normal;
	text-decoration:none;
}
.toplink:hover
{
	font-family:Verdana;
	color:Black;
	font-size:8pt;
	font-weight:normal;
	text-decoration:underline;
}

.topseparator
{
	font-family:Verdana;
	color:Gray;
	font-size:8pt;
	font-weight:normal;
	text-decoration:none;
}

.welcomeuser
{
	font-family:Verdana;
	color:Purple;
	font-size:8pt;
	font-weight:normal;
	text-decoration:none;
}
/*home page top link end*/

