.smalltext
{
	font-size:8pt;
	  font-family:Tahoma;
	
	}
	.inputbox
{
	border-right: thin groove;
	border-top: thin groove;
	border-left: thin groove;
	border-bottom: thin groove;
	font-size:8pt;
	font-family:Tahoma;
}
	
.tableborder
{
	border-collapse:collapse;
	border-bottom-width:thin;
	border-color:grey;
	
	}
	.adverts
	{
		background-color:"#eaf1f1";
		 font-size:11px;
		 font-family:Tahoma;
		 font-weight:lighter;
	}
	
	.advertshead
	{
		background-color:"#245D9D";
		color:white;
		font-size:11px;
		font-family:Tahoma;
	}
	
.search
{
	font-family:Tahoma; font-size:11; font-style:normal; font-weight:bold; background-color:#c9c9c9; text-decoration:none; /*Active*/
	font-family:Tahoma; font-size:11; font-style:normal; font-weight:normal; background-color:#dfdfdf; /*inactive*/
}
Body
{
	margin-bottom:15px;
	margin-left:10px;
	margin-right:10px;
	margin-top:15px;
    background-color: white;
    font-family: Tahoma;
    font-size: 11px;
    background : url(null) fixed no-repeat;
}

/* Copyright and trademark link style */
.CLink  
{ 
	font-family: Tahoma;
    font-size: 11px;
    text-decoration:    none;
    color:  #626E97
}

A:link  
{
	font-family: Tahoma;
    font-size: 11px;
    text-decoration:    none;
    color:  #626E97/*#0000ff darkred;*/
}

A:visited   {
    font-family: Tahoma;
    font-size: 11px;
    text-decoration:    none;
    color:  #626E97/*#0000ff darkred;*/
}

A:active    {
    font-family: Tahoma;
    font-size: 11px;
    text-decoration: none;
    color:  #626E97/*#0000ff darkred;*/
}

A:hover {
    text-decoration: underline;
    color:  #626E97/*darkred;*/
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

TABLE
{
	font-family: Tahoma;
	font-size: 11px;
}



/* SpiderNet.WebControls Styles*/

.TextInputFieldCaption
{
    color:#000000;
    font-family:Tahoma;
    font-size:xx-small;
}

.TextInputFieldContent
{
    color:#800000;
    font-weight:bold;
    background-color:#EEEEEE;
}

.BooleanInputFieldCaption
{
    color:#000000;
    font-family:Tahoma;
    font-size:xx-small;
}

.TextOutputFieldCaption
{
    color:#000000;
    background-color:#FFFFFF;
    font-family:Tahoma;
    font-size:xx-small;
    font-weight:bold;
}

.TextOutputFieldContent
{
    color:#000000;
    background-color:#EEEEEE;
    font-family:Tahoma;
    font-size:medium;
    font-weight:bold;
}
.TextOutputFieldContent A:link, .TextOutputFieldContent A:active, .TextOutputFieldContent A:visited
{
    color:#000000;
    text-decoration:none;
}
.TextOutputFieldContent A:hover
{
    color:#000000;
    text-decoration:underline;
    cursor:hand;
}

.ButtonCaption
{
    color:#800000;
    background-color:#EEEEEE;
    font-family:System;
    font-size:small;
    font-weight:bold;
    width:100%;
}

.SelectorCaption
{
    color:#000000;
    font-family:Tahoma;
    font-size:xx-small;
}

.SelectorContent
{
    color:#800000;
    font-weight:bold;
    background-color:#EEEEEE;
}

.BlacKBoarder {
	border: 1px solid #000000;
}

.AllText {
	font:Tahoma;
	font-size:11px;
}

.MainMenubg {
	background-color:#626E97;
	font:Tahoma;
	font-size:11px;
	color:#FFFFFF;
}

.RightMenu {
	color:#FFFFFF;
	font:Tahoma;
	font-size:11px;
	padding-top:2px;
	padding-bottom:2px;
}

.HomePageText {
	font:Tahoma;
	font-size:11px;
}

.CenterPadding {
	padding:15px;
}