TD {
	FONT-SIZE: 11px; VERTICAL-ALIGN: top; COLOR: #000000; FONT-FAMILY: Tahoma; TEXT-ALIGN: left
}
FORM {
	MARGIN: 0px;
} 

A {
	COLOR: #1e4196; TEXT-DECORATION: underline
}
A.menu {
	FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #5f5f5f; FONT-FAMILY: Tahoma; TEXT-DECORATION: none
}
A.menulink2 {
	FONT-WEIGHT: bold; COLOR: #1e4196; FONT-FAMILY: Tahoma; TEXT-DECORATION: underline
}
.style1 {
	FONT-WEIGHT: bold; COLOR: #ffffff
}
.style2 {
	FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #8c1313
}
H1 {
	FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #8c1313
}
/*Added by designer to adjust hyperlinks  when hove colour goes to red no underline*/
a:link { color: blue; text-decoration: none; }
a:visited { color: blue; text-decoration: none; } 
a:hover { color: brown; text-decoration: underline;} 
/*Ended by designer*/

/* To format the form */
input.submission {background-color: green; font-weight: bold; font-size: 11px; color: white; }
/*Put class ="submission" in input tag to access this*/
input.sortbt {background-color: blue; font-weight: bold; font-size: 11px; color: white; }
input.mail {font-size: 12px;   color: blue; }
input.search {
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	FONT-SIZE: 10px;
	COLOR: #000000;
 }

SELECT.sort { /*This is the declaration for a section field*/
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	FONT-SIZE: 10px;
	COLOR: #000000;
	/* BACKGROUND-COLOR: red; */
 }
 /*set image border*/
img.thumb {
border-width: 1px;
border-color: #cccccc;

}
/*To set the corners round*/
fieldset { -moz-border-radius: 8px; border-radius: px; }

/*To set backgroud horizontally and vertically*/
.leftline {
 background-image: url('LSleftline.gif'); background-repeat: repeat-y; background-position: right; 
 } 
.rightline {
 background-image: url('LSrightline.gif'); background-repeat: repeat-y; background-position: left;
   } 
.bottomline {
 background-image: url('LSbottomline.gif'); background-repeat: repeat-x; background-position: top;
   }  
.bottomright {
 background-image: url('LSbottomright.gif'); background-repeat: no-repeat; background-position:left top;
   }  
.bottomleft {
 background-image: url('LSbottomleft.gif'); background-repeat:no-repeat; background-position:right top;
   }  
 /*top without text*/
 .normaltopleft {
 background-image: url('LStopleft.gif'); background-repeat:no-repeat; background-position:right bottom;
   }  
 .normaltopright {
 background-image: url('LStopright.gif'); background-repeat:no-repeat; background-position:left bottom;
   }  
 .normaltopfill {
 background-image: url('LStopline.gif'); background-repeat:repeat-x; background-position:bottom;
   }            
/* To set the body background */
TD.bodytop {
 background-image: url('bodytop.gif'); background-repeat: repeat-x; background-position: top;
 } 
 TD.bodybottom{
   background-image: url('bodybottom.gif'); background-repeat: repeat-x; background-position: bottom; 
 }
 
 /*For counter*/
 img.b { display: none; }
 
/*for tooltops at contactbar*/

#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}


