﻿body {
	margin-bottom: 0px;
	font-family: verdana, Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}


a:link {
	color: #106f4c;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	border: thin none #FFFFFF;
	text-decoration: none;

}
a:hover {
	color: #000000;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	border: thin none #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #106f4c;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	border: thin none #FFFFFF;
	text-decoration: none;

}




a.bottom:link {
	color: #333333;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	border: thin none #FFFFFF;
	text-decoration: none;

}
a.bottom:hover {
	color: #ed145b;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	border: thin none #FFFFFF;
	text-decoration: none;
}

a.bottom:visited {
	color: #666666;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	border: thin none #FFFFFF;
	text-decoration: none;
}

a.heading:link {
	color: #67543E;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	border: thin none #FFFFFF;
	text-decoration: none;

}
a.heading:hover {
	color: #1B52EF;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	border: thin none #FFFFFF;
	text-decoration: underline;
}

td{font-family:verdana,arial;font-size:11px;}

A:link.main{
color:#666666;
font-weight:bold;
text-decoration:none;
width:100%;
height:25;
background: url('../images/button_on.jpg');
padding-left:15px;
padding-top:5px;
font-size:11;
}
A:Active.main{
color:#666666;
font-weight:bold;
text-decoration:none;
width:100%;
height:25;
background: url('../images/button_off.jpg');
padding-left:15px;
padding-top:5px;
font-size:11;
}

A:Visited.main{
color:#666666;
font-weight:bold;
text-decoration:none;
width:100%;
height:25;
background: url('../images/button_on.jpg');
padding-left:15px;
padding-top:5px;
font-size:11;
}
A:Hover.main{
color:#404040;
font-weight:bold;
text-decoration:none;
width:100%;
height:25;
background: url('../images/button_off.jpg');
padding-left:15px;
padding-top:5px;
font-size:11;
}


.text1 {
	color: #ff0000;
	font-weight: normal;
	font-size: 11px;
}

.text2 {
	color: #0036FF;
	font-weight: normal;
	font-size: 11px;
}


/* thibmnail effect start--- */
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ 
position: absolute;
background-color: #FEFFE4;
padding: 5px;
left: -1000px;
border: 1px dashed #666666;
visibility: hidden;
color: #000000;
text-decoration: none;
font-size: 11px;
align:center;
}

.thumbnail span img
{ 
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ 
visibility: visible;
top: 0;
left: 0px; 
}
/* thibmnail effect end--- */



.shiftcontainer{
position: relative;
left: 5px; /*Number should match -left shadow depth below*/
top: 5px; /*Number should match -top shadow depth below*/
}

.shadowcontainer{
width: 590px;  /* container width*/
background-color: #d1cfd0;
}

.shadowcontainer .innerdiv{/* Add container height here if desired */
background-color: white;
border: 1px solid gray;
padding: 6px;
position: relative;
left: -4px; /*shadow depth*/
top: -4px; /*shadow depth*/
}

.style1 {
	color: #106f4c;
	font-weight: bold;
}

