/* CSS Document */

body
{
	margin:0;
	padding:0;
	font-family:Tahoma;
	font-size:12px;
	line-height:18px;
	color:#686868;
}

.grnpatt
{
	background-image:url(../images/hdgr_patt.jpg);
	background-repeat:repeat-x;
}

.whttxt
{
	font-family:"Trebuchet MS";
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
}

.greenlinks
{
	font-family:"Trebuchet MS";
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	color:#678E47;
}

.greenlinks:hover
{
	font-family:"Trebuchet MS";
	font-size:12px;
	text-decoration:underline;
	font-weight:normal;
	color:#678E47;
}

.greensmalinks
{
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
	color:#53812C;
}

.greensmalinks:hover
{
	font-size:11px;
	text-decoration:underline;
	font-weight:normal;
	color:#53812C;
}

.grnhd
{
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	color:#678E47;
}

.paghd
{
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}

.rdhd
{
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	color:#EC0000;
}

.leftcolm
{ 
	background-color:#F8FBEF;
	border-right:1px solid #E2E2CF;
	width:298px;
}

.inleftcolm
{ 
	background-color:#F8FBEF;
	border-right:1px solid #E2E2CF;
	width:298px;
}

.footer
{
	background-image:url(../images/bottom_patt.jpg);
	background-repeat:repeat-x;
	font-size:12px;
	color:#ffffff;
}

.samltxt
{
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
	color:#000000;
}

.redtxt
{
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
	color:#962719;
}

.whitlink
{
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	color:#ffffff;
}

.whitlink:hover
{
	font-size:12px;
	text-decoration:underline;
	font-weight:normal;
	color:#ffffff;
}

.sidelinks
{
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	color:#BE1509;
}

.sidelinks:hover
{
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	color:#686868;
}

#hintbox
{ 
/*CSS for pop up hint box */
	position:absolute;
	top: 0;
	background-color: #ffffff;
	width: 300px; /*Default width of hint.*/ 
	padding: 3px;
	border:1px solid #83B316;
	font:normal 11px Verdana;
	line-height:12px;
	z-index:100;
	/*border-right: 2px solid black;
	border-bottom: 2px solid black;*/
	visibility: hidden;
}

.hintanchor
{ 
	/*CSS for link that shows hint onmouseover*/
	font-weight: bold;
	color: gray;
	margin: 3px 8px;
	text-decoration:none;
}

.spacer
{
	padding:0 10px 0 10px;
	font-size:12px;
	color:#ffffff;
}


/*	CSS Created by Programmer	*/

.errMsg
{
	color:#BB0000;
	size:11px;
}

.profileimg
{
	border:1px solid #000000;
}

.chatnow
{
	font-size:10px;
	line-height:12px;
	font-style:normal;
	color:#00BB00;
	text-decoration:none;
}

a:hover.chatnow
{
	line-height:12px;
	font-weight:bold;
	text-decoration:underline;
	color:#007700;
}




