html{
}
body {
	font-family: /*[#F000#]*/Verdana,Arial,Helvetica,sans-serif/*-End-*/;   /* Font Family for Pages */
	font-size: /*[#S000#]*/11pt/*-End-*/; /* Default Font size for pages */
	padding-top: 0; /*for Opera6*/
	background-color: /*[#C000#]*/#ffeedd/*-End-*/;
	line-height: /*[#S001#]*/13pt/*-End-*/; /* for all normal page text */
	text-align: center;
	z-index: 1;
	color: /*[#C002#]*/#000000/*-End-*/;  /*This is the default text color for all pages unless changed else where */
}

div {
  	text-align:center;
}

#container {	/* ---- Whole Web Page Goes In This Container */
  	border: /*[#C023#]*/#cc0011/*-End-*/ /*[#S006#]*/3px/*-End-*/ /*[#T000#]*/ridge/*-End-*/;
  	width: /*[#S007#]*/760px/*-End-*/;  /*Max 760px to avoid horziontal scrolling at 800x600*/
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: /*[#C001#]*/#ffffff/*-End-*/ /*[#D000#]*/url(../image-files/leftback-3column.jpg) repeat-y top left/*-End-*/;
  	position:relative;
}

#header {
	/*width: 80%; */
	height:100px;
}

#leftcol {
	position: absolute;
	top: 101px;
	width:/*[#S008-1#]*/ 117px/*-End-*/;
	left: 0px;
	z-index: auto;
	height:500px;
	margin: 0px;
 }

#webcontent {
	text-align: left;
	  min-width /*[#S009#]*/450px/*-End-*/px;

	/*  width: 580px; */
  	margin: 0px /*[#S012-1#]*/ 135px/*-End-*/ 10px /*[#S008-2#]*/ 145px/*-End-*/;
  	min-height: 500px;
  	_height: 500px
}

.slist {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.slist ul{	
	list-style-position: outside;
	text-align: /*[#D005#]*/left/*-End-*/;
}

.slist li{
	background-image: 	/*[#D006#]*/url(../image-files/favicon.jpg)/*-End-*/;
	background-repeat: no-repeat;
	background-position: 0 .20em;
	padding-left: /*[#S017#]*/1.8em/*-End-*/;
	/*[#S018#]*/1.1em/*-End-*/ /*[#S016#]*/1.2em/*-End-*/;
	text-align: /*[#D005#]*/left/*-End-*/;
}

ul{
	list-style-type: /*[#Y000#]*/square/*-End-*/;
	list-style-position: outside;
	padding: 0;
	margin: 0;
	text-align: /*[#D004#]*/left/*-End-*/;
}
li{
	background-position: 0 .20em;
	margin: /*[#S015#]*/1.2em/*-End-*/ /*[#S013#]*/1.4em/*-End-*/;
	padding-left: /*[#S014#]*/.7em/*-End-*/;
	text-align: /*[#D004#]*/left/*-End-*/;
	vertical-align: top;
}

/*================= Two Level Main Menu ============*/
/*Our main menu is an unnumbered list. You can put a background just behind the menu with the commented out statements.
*/

#navcontainer ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
/*	background: #CCCC99 url(../image-files/button-back.jpg);  */
}

#navcontainer li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	/*	background: #CCCC99 url(../image-files/button-back.jpg); */
	background-color: /*[#C003#]*/#ffffff/*-End-*/;
}

#navcontainer a {
	list-style-type: none;
	font-size: /*[#S004#]*/12px/*-End-*/;
	font-family: /*[#F001#]*/Arial, Helvetica, sans-serif/*-End-*/;
	font-variant: normal;
	text-align: /*[#D001#]*/left/*-End-*/;
	text-decoration: none;
	line-height: 14px;
	display: block;
	color: /*[#C006#]*/#cc0011/*-End-*/;
	width: /*[#S008-1#]*/ 117px/*-End-*/;
	padding: 1px 8px 1px 5px;
	border: 2px solid;
	border-color: /*[#C004#]*/#ffbb88/*-End-*/ /*[#C005#]*/#330000/*-End-*/ /*[#C005#]*/#330000/*-End-*/ /*[#C004#]*/#ffbb88/*-End-*/;
	font-weight: bold;
}
#navcontainer .uberlink {
	TEXT-DECORATION: none;
	color: /*[#C009#]*/#000077/*-End-*/ !important;
	background-color:  /*[#C010#]*/#dddddd/*-End-*/;
	border-color: /*[#C004#]*/#ffbb88/*-End-*/ /*[#C005#]*/#330000/*-End-*/ /*[#C005#]*/#330000/*-End-*/ /*[#C004#]*/#ffbb88/*-End-*/;
	font-weight: bold;
	cursor: default;
	width: /*[#S008-1#]*/ 117px/*-End-*/;
/*	padding: 1px 8px 1px 5px; */
}

#navcontainer a:visited{
	color: /*[#C008#]*/#993300/*-End-*/;
}

#navcontainer a:hover
{
	color: /*[#C011#]*/#FFFF66/*-End-*/;
	background-color: /*[#C012#]*/#ee0000/*-End-*/;
	/*	border: 1px solid;    /*was 2 pixels - Remove to put a solid box around hover item*/
	/*	border-color: #ddd #060 #060 #ddd;*/
	width: /*[#S008-1#]*/ 117px/*-End-*/;
	font-weight: bold;
}

#navcontainer li li a
{
	display: block;
	color: /*[#C007#]*/#ff1111/*-End-*/;
	background-color: /*[#C022#]*/#eeffff/*-End-*/; 
	width: /*[#S008-1#]*/ 117px/*-End-*/;
	/*margin-left: 6px; */
	padding: 1px 4px 1px 9px;
	text-decoration: none;
	/*border: 1px solid;    was 2 pixels*/
	border-color: /*[#C004#]*/#ffbb88/*-End-*/ /*[#C005#]*/#330000/*-End-*/ /*[#C005#]*/#330000/*-End-*/ /*[#C004#]*/#ffbb88/*-End-*/;
	font-weight: bold;
}
/*=========================End of Main Menu Stuff ======================*/
/*=====================Start of Language Button Section ================*/
.langButton{
	color: /*[#C031#]*/#0000ee/*-End-*/;
	text-decoration: none;
	font-family: /*[#F004#]*/Geneva, Arial, Helvetica, sans-serif/*-End-*/;
	font-size: /*[#S020#]*/8pt/*-End-*/;
	font-variant: normal;
	background-color: /*[#C028#]*/#ffee44/*-End-*/;
	border:1px solid;
	border-color: /*[#C029#]*/#ffcc88/*-End-*/ /*[#C030#]*/#550000/*-End-*/ /*[#C030#]*/#550000/*-End-*/ /*[#C029#]*/#ffcc88/*-End-*/;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	line-height: 11pt;
	_padding 0px;		/* for IE */
}

.langButton a:hover{
	color: /*[#C033#]*/#880011/*-End-*/;
	background-color: /*[#C034#]*/#ffff00/*-End-*/;
}

.langButton a:visited{
	color: /*[#C032#]*/#880055/*-End-*/;
	background-color: /*[#C028#]*/#ffee44/*-End-*/;
}

#footer {
	border:1px solid red; 
	width:100%;
	background-color:#FFFFFF;
}

.center-this {
margin: 0 auto;
text-align: center;
}

.float-right {
float: right;
}

.float-left {
float: left;
}

.display-ad {
padding-left: 3px;
}

/*Default link colors for content area; not recommended to edit*/
A:link {
	color: #0000CC;
	text-decoration:underline;
	background-color: transparent;
}

A:visited {
	color: #990099;
	text-decoration: underline;
	background-color: transparent;
}

A:hover {
	color: #CC3300;
	text-decoration: underline;
	background-color: transparent;
}

#menu3 {
/*for manual footer links*/
font-family: /*[#F003#]*/Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif/*-End-*/;
font-size: /*[#S019#]*/7pt/*-End-*/;
TEXT-ALIGN: center;
}	

#menu3 A:link {
	color: /*[#C025#]*/#0011ee/*-End-*/;
	text-decoration:underline;
	background-color: transparent;
}

#menu3 A:visited {
	color: /*[#C026#]*/#770055/*-End-*/;
	text-decoration: underline;
	background-color: transparent;
}

#menu3 A:hover {
	color: /*[#C027#]*/#ee3300/*-End-*/;
	text-decoration: underline;
	background-color: transparent;
}
#rightcontent {      /*to set the right column*/
	position: absolute;
	height: 80%;
	right: 1px;
	top: 105px;
	width: /*[#S012#]*/120px/*-End-*/;
	margin: 0;
	z-index: 4;
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: small;
	text-align: left;
/*	background: /*[#C001#]*/#ffffff/*-End-*/ /*[#D000#]*/url(../image-files/leftback-3column.jpg) repeat-y top left/*-End-*/; */
	background-color: transparent;
}  	

#webcontent p{
	font-size: /*[#S000#]*/11pt/*-End-*/; /* Default Font size for pages */
	line-height: /*[#S001#]*/13pt/*-End-*/; /* for all normal page text */
	font-family: /*[#F000#]*/Verdana, Geneva, Arial, Helvetica, sans-serif/*-End-*/;
}

/*OL
UL*/
DL {font-size:small;}/*font-family is already defined
here I only set the font-size*/

/*Settings for all heading tags*/
H1{
	margin-bottom: 0;
	font-family: /*[#F005#]*/Geneva, Arial, Helvetica, sans-serif/*-End-*/;
	font-size: /*[#S021#]*/30px/*-End-*/;
	line-height: /*[#S022#]*/34px/*-End-*/;
	color: /*[#C035#]*/#000000/*-End-*/;
	background-color: /*[#C036#]*/transparent/*-End-*/;
	text-align: /*[#D009#]*/center/*-End-*/;
	border: /*[#S023#]*/8px/*-End-*/  /*[#T001#]*/none/*-End-*/ /*[#C037#]*/#0000ee/*-End-*/;
	margin: /*[#S024#]*/2px/*-End-*/;
	padding: /*[#S025#]*/3px/*-End-*/;
	width: /*[#S026#]*/100%/*-End-*/;
	font-weight: /*[#W000#]*/bolder/*-End-*/;
}

H2{
	margin-top: 0;
	font-family: /*[#F006#]*/Geneva, Arial, Helvetica, sans-serif/*-End-*/;
	font-size: /*[#S027#]*/24px/*-End-*/;
	line-height: /*[#S028#]*/26px/*-End-*/;
	color: /*[#C038#]*/#991100/*-End-*/;
	background-color: /*[#C039#]*/#ffeeee/*-End-*/;
	text-align: /*[#D010#]*/center/*-End-*/;
	border: /*[#S029#]*/1px/*-End-*/  /*[#T002#]*/ridge/*-End-*/ /*[#C040#]*/#ffccbb/*-End-*/;
	margin: /*[#S030#]*/2px/*-End-*/;
	padding: /*[#S031#]*/3px/*-End-*/;
	width: /*[#S032#]*/460px/*-End-*/;
	font-weight: /*[#W001#]*/normal/*-End-*/;
}

H3{
	margin-top: 0;
	font-family: /*[#F007#]*/Verdana, Arial, Helvetica, sans-serif/*-End-*/;
	font-size: /*[#S033#]*/20px/*-End-*/;
	line-height: /*[#S034#]*/22px/*-End-*/;
	color: /*[#C041#]*/#880000/*-End-*/;
	background-color: /*[#C042#]*/transparent/*-End-*/;
	text-align: /*[#D011#]*/center/*-End-*/;
	border: /*[#S035#]*/0px/*-End-*/  /*[#T003#]*/none/*-End-*/ /*[#C043#]*/#ffccbb/*-End-*/;
	margin: /*[#S036#]*/0px/*-End-*/;
	padding: /*[#S037#]*/0px/*-End-*/;
	width: /*[#S038#]*/100%/*-End-*/;
	font-weight: /*[#W002#]*/bolder/*-End-*/;
}

H4 {
	margin-top: 0;
	font-family: /*[#F008#]*/Arial, Helvetica, sans-serif/*-End-*/;
	font-size: /*[#S039#]*/14px/*-End-*/;
	line-height: /*[#S040#]*/16px/*-End-*/;
	color: /*[#C044#]*/#000000/*-End-*/;
	background-color: /*[#C045#]*/transparent/*-End-*/;
	text-align: /*[#D012#]*/left/*-End-*/;
	border: /*[#S041#]*/7px/*-End-*/  /*[#T004#]*/ridge/*-End-*/ /*[#C046#]*/#ffccbb/*-End-*/;
	margin: /*[#S042#]*/auto/*-End-*/;
	padding: /*[#S043#]*/5px/*-End-*/;
	width: /*[#S044#]*/460px/*-End-*/;
	font-weight: /*[#W003#]*/normal/*-End-*/;
	margin-left: auto;
	margin-right: auto;
	_text-align: center;
}

H5{
	margin-top: 0;
	font-family: /*[#F009#]*/'trebuchet ms', helvetica, sans-serif/*-End-*/;
	font-size: /*[#S045#]*/16px/*-End-*/;
	line-height: /*[#S046#]*/18px/*-End-*/;
	color: /*[#C047#]*/#cc1100/*-End-*/;
	background-color: /*[#C048#]*/transparent/*-End-*/;
	text-align: /*[#D013#]*/left/*-End-*/;
	border: /*[#S047#]*/0px/*-End-*/  /*[#T005#]*/none/*-End-*/ /*[#C049#]*/#567E3A/*-End-*/;
	margin: /*[#S048#]*/0px/*-End-*/;
	padding: /*[#S049#]*/0px/*-End-*/;
	width: /*[#S050#]*/100%/*-End-*/;
	font-weight: /*[#W004#]*/900/*-End-*/;
}

H6 {
	margin-top: 0;
	font-family: /*[#F010#]*/Geneva, Arial, Helvetica, sans-serif/*-End-*/;
	font-size: /*[#S051#]*/12px/*-End-*/;
	line-height: /*[#S052#]*/14px/*-End-*/;
	color: /*[#C050#]*/#000000/*-End-*/;
	background-color: /*[#C051#]*/transparent/*-End-*/;
	text-align: /*[#D014#]*//*-End-*/;
	border: /*[#S053#]*/1px/*-End-*/  /*[#T006#]*/solid/*-End-*/ /*[#C052#]*/#2211ff/*-End-*/;
	margin: /*[#S054#]*/0px/*-End-*/;
	padding: /*[#S055#]*/0px/*-End-*/;
	width: /*[#S056#]*/100%/*-End-*/;
	font-weight: /*[#W005#]*/bolder/*-End-*/;
}

strong
b {font-weight:800;}/*NN 4.xx needs that...*/
big {font-size:larger;}/*to emphasize words
use it inline with a <span> class*/
small {font-size:smaller;}/*not really necessary
but one never knows...use it inline with a <span> class*/
.red {color:#FF0000;}

/*This removes the need to add border=0 to linked images*/
A IMG {border:0.1px none #000000;}

/*ul{/*You can create a special image to use in lists
upload to the Graphics Library and be sure and name it li.gif*/
/*	list-style-image:url(../images/li.gif);
list-style-position:outside;
list-style-type:none;
}*/

em
i{ /*sets italics to bold to stand out better*/
font-weight: bold;
font-style: italic;
}

.OuterPanel {/* The background for the Image Panel */
margin: 5px 5px 5px 5px;
padding: 5px;
border: 1px ridge /*[#C023#]*/#cc0011/*-End-*/;
}
.LeftRightCol {/* Use for left and right column boxes */
margin: 5px;
padding: 0px;
border: 1px solid /*[#C023#]*/#cc0011/*-End-*/;
background-color: #FFFFFF;
text-align: center;
width: 95%;
font-family: Arial, Helvetica, sans-serif;
}

.boxit {
margin: 3px 0px 3px 5px;
padding: 2px;
border: 1px solid black;
font-size: 11px;
text-align: center;
}

.ImageAndTitle{
padding:15px;
border:1px solid black;
text-align:center;
margin:0 15px 15px 0;
}

.greenborder {
border-style:solid;
border-color: #000000;
border-width: 1px;
}

.myimageframe{
padding:5px;
border: 0px solid black;
text-align:center;
margin-left: 10px;
margin-right: 10px;
}

.myimageframeFloat-Left {
padding:10px;
text-align:center;
/*	width:160px;
*/	float: left;
margin: 0px 7px 0px 0px;
}

.myimageframeFloat-Right {
padding:10px;
text-align:center;
/*	width: 160px;
*/	float: right;
margin:0px 5px 0px 7px;
}

#rotateimage {
/*to place the header image*/
position: absolute;
left: 683px;
top: 5px;
width: 350px;
/*	border-style:outset;
border-color: #006600;
border-width: thick;
*/}  	

#rotateimage2 {
/*to place the header image*/
position: absolute;
left: 65%;
top: 0px;
width: 350px;
/*	border-style:outset;
border-color: #006600;
border-width: thick;
*/}  	

.center-this {
margin: 0 auto;
text-align: center;
}

.float-right {
float: right;
}

.float-left {
float: left;
}

.display-ad {
padding-left: 3px;
}
/********* #Image Gallery Styles ************/

#ImageGallery {/* floats in content div */
float: left;
width: 460px; /* em size is element dependent */
padding-right: 0px;
padding-left: 1px;
color: #00008b;
background:#CCCC99; /* #88aa44*/
margin-top: 0;
margin-right: 10px;
margin-bottom: 0px;
margin-left: 0px;
border-width: 5px;
border: 2px solid black;
overflow: visible;
}

#ImageGalleryV {/* floats in content div */
float: none;
width: 466px; /* em size is element dependent */
padding-right: 0px;
padding-left: 1px;
color: #00008b;
background:#CCCC99; /* #88aa44*/
margin-top: 0;
margin-right: 5px;
margin-bottom: 0px;
margin-left: 0px;
border: 2px solid black;
overflow: visible;
}

#ImageGalleryV12 {/* floats in content div */
float: none;
width: 545px; /* em size is element dependent */
padding-right: 0px;
padding-left: 1px;
color: #00008b;
background:#CCCC99; /* #88aa44*/
margin-top: 0;
margin-right: 5px;
margin-bottom: 0px;
margin-left: 0px;
border: 2px solid black;
overflow: visible;
}

img.ThumbNail {
border: 1px;
/*	height: 51px;
width: 75px;   */
padding: 0px 0px 0px 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 4px;
border-color: #006600;
vertical-align: top;
}	

#VImageGal{/*location set for browser
DO NOT EDIT*/
position: relative;
margin: 0 0;
}

/************* #TinyPrint & Side Line Styles *****/
#CopywriteText {
FONT-FAMILY: arial, helvetica, monaco, sans-serif;
font-size: 85%;
FONT-WEIGHT: normal;
color: #000000;
line-height: 1.000;
padding: 2px 5px 2px 5px;
}

#NormalText {
font-size: 95%;
color:#000000;
text-align: center;
}

.TinyPrintTitle {
FONT-FAMILY: arial, helvetica, monaco, sans-serif;
font-size: 85%;
FONT-WEIGHT: bold;
color: #003600;
line-height: 1.000;	
padding-top: 2px;
padding-bottom: 2px;
padding-right: 5px;
padding-left: 5px;
}

.tinyprint {
FONT-FAMILY: arial, helvetica, monaco, sans-serif;
font-size: 85%;
FONT-WEIGHT: normal;
color:#000000;  /* was #006600 */
line-height: 1.000;	
padding-top: 2px;
padding-bottom: 1px;
padding-right: 1px;
padding-left: 5px;
}

#tinyprint2 {
FONT-FAMILY: arial, helvetica, monaco, sans-serif;
font-size: 67%;
FONT-WEIGHT: normal;
color: #000000;
line-height: 1.050;	
padding-top: 2px;
padding-bottom: 5px;
padding-right: 5px;
padding-left: 5px;
}

#TinyPrintDesc {
FONT-FAMILY: arial, helvetica, monaco, sans-serif;
font-size: 85%;
color: #003300;
FONT-WEIGHT: bold;
background-color: #CCCC66;
line-height: 1.05;	
border-width: 3px;
border-style: solid;
border-color: #567E3A #ddd #ddd #567E3A;
padding-top: 5px;
padding-bottom: 4px;
padding-right: 4px;
padding-left: 4px;
margin-bottom: 4px;
}
.adsense-center {
margin: 3px auto 3px auto;
padding: 2px;
border: none;
text-align: center;
}
.adsense-left {
margin: 3px 10px 3px 0px;
padding: 2px;
border: none;
float: left;
}
.adsense-right {
margin: 3px 0px 3px 10px;
padding: 2px;
border: none;
float: right;
}
/*=======================================================*/
.nav_div {
	FONT-FAMILY: /*[#F002#]*/Arial, Helvetica, sans-serif/*-End-*/;
	Font-Size: /*[#S005#]*/90%/*-End-*/;
	FONT-WEIGHT: bold;
	PADDING-BOTTOM: 1px;
	BACKGROUND-COLOR: /*[#C013#]*/#ffddee/*-End-*/;
	COLOR: /*[#C016#]*/#cc0011/*-End-*/
	TEXT-ALIGN: /*[#D002#]*/right/*-End-*/;
	TEXT-DECORATION: none;
	line-height: 1.5;
	border: solid 1px;
	border-color: /*[#C014#]*/#ffbb88/*-End-*/ /*[#C015#]*/#330000/*-End-*/ /*[#C015#]*/#330000/*-End-*/ 	/*[#C014#]*/#ffbb88/*-End-*/;
	_padding-bottom: 0px;
}

.nav_stat {
	FONT-FAMILY: /*[#F001#]*/Arial, Helvetica, sans-serif/*-End-*/;
	font-size: /*[#S005#]*/90%/*-End-*/;
	FONT-WEIGHT: bold;
	PADDING-BOTTOM: 1px;
	PADDING-TOP: 2px;
	padding-right: 2px;
	padding-left: 2px;
	BACKGROUND-COLOR: /*[#C019#]*/#dddddd/*-End-*/;
	COLOR: /*[#C018#]*/#000000/*-End-*/;
	TEXT-ALIGN: /*[#D002#]*/right/*-End-*/;
	border: solid 1px;
	border-color: /*[#C014#]*/#ffbb88/*-End-*/ /*[#C015#]*/#330000/*-End-*/ /*[#C015#]*/#330000/*-End-*/ /*[#C014#]*/#ffbb88/*-End-*/;
	_padding-bottom: 0px;
}

a.nav_div:link {
	FONT-WEIGHT: bold;
	COLOR: /*[#C016#]*/#cc0011/*-End-*/;
	TEXT-DECORATION: none
}
a.nav_div:visited {
	FONT-WEIGHT: bold;
	COLOR: /*[#C017#]*/#993300/*-End-*/;
	TEXT-DECORATION: none
}
a.nav_div:hover {
	color: /*[#C020#]*/#ffffff/*-End-*/;
	background-color: /*[#C021#]*/#ee0000/*-End-*/;
	TEXT-DECORATION: none;
}

/*=============== SBI Style Web Gallary==========================*/
.dpg {/* style grouping for content divs */
	  margin: 10p 3%;
	  font: 13p Verdana, Geneva, Arial, Helvetica, sans-serif; 
	  padding: 5px;
	  border: 4px ridge #488214;
	  background: #CCCC99;
	}
LineEntry { /*floats in content div */
	padding: 5px;
	margin: 0 5px 0 0;
	color: #00008b;
	background: #CCCC99;
  }
  
img.gb {
	border-style:ridge;
	border-color: #488214;
	border-width: 3px;
  } 
  
.MyImage{
	padding:2px;
/*	border:1px solid black; */
	text-align:center;
	margin:2px 2px 2px 2px;
	width: 205px;
  }
  
.MyText {
  	float: right;
  	vertical-align: middle;
	text-align: left;
	margin: 0 5px 10px 0;
/*	border: solid black; */
	width: 300px;
	height: 150px;
}






/* AddToBookmarks Style Sheet */
.addToContent {
text-align: center;
padding:3px;
}
.addTo {
background-color: /*[#C001#]*/#ffffff/*-End-*/;
border:1px /*[#C023#]*/#cc0011/*-End-*/ solid;
padding:1px;
width: 460px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
margin: auto;
text-align:center;
}
.addTo img {
vertical-align: middle;
padding: 1px 2px 1px 6px;
cursor:pointer;
}
.addTo {
background-color: /*[#C001#]*/#ffffff/*-End-*/;
color: #000000;
margin: 0px;
padding: 0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
}
.addtos {
padding: 1px;
margin: 0px;
cursor: pointer;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
font-weight: normal;
}
.addToAbout{
display: inline;
list-style: none;
padding:1px;
margin:0px;
font-weight: bold;
cursor:help;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
}
/*  the next 2 styles are only for verticallayouts */
.addToV {
background-color: /*[#C001#]*/#ffffff/*-End-*/;
border: 1px  #567E3A solid;
padding: 1px;
width: 90px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
margin: auto;
text-align: left;
}

.addToV img {
vertical-align: middle;
padding: 1px 2px 1px 3px;
cursor:pointer;
}

.addToAboutV{
list-style: none;
padding:1px;
font-weight: bold;
cursor:help;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
}

A IMG {border:0.1px none #000000;}





