@charset "iso-8859-1";
BODY 		{scrollbar-base-color: #CCCCD3;
		scrollbar-track-color: #CCCCD3;
		scrollbar-face-color: #CCCCD3;
		scrollbar-highlight-color: #FFFFFF;
		scrollbar-3dlight-color: #AAAAB4;
		scrollbar-darkshadow-color: #AAAAB4;
		scrollbar-shadow-color: #AAAAB4;
		scrollbar-arrow-color: #FFFFFF; }

a:link		{ color: #6666FF; text-decoration: none }

a:visited	{ color: #6666FF; text-decoration: none }

a:active	{ color: #6666FF; text-decoration: none }

/* a:hover		{ color: #6666FF; font-weight: bold; text-decoration: bold } */

a:hover		{ color: #009999; text-decoration: none }





 /* THE NEXT LINE CONTROLS THE DEFAULT FONT SIZE */

/* TABLE		{ COLOR: #000000; FONT: 12px verdana, arial, sans-serif; font-weight: normal } */

TABLE		{ COLOR: #000000; FONT: 12px verdana, arial, sans-serif; font-weight: normal }

/*.title 		original title with this template{ COLOR: #7D8FB1; FONT: 14px arial, sans-serif; font-weight: bold } */

.title		{ COLOR: #000000; FONT: 14px verdana, arial, sans-serif; line-height: 22px; font-weight: bold }

.subtitle 	{ COLOR: #000099; FONT: 13px verdana, arial, sans-serif; font-weight: bold }

.subtitle2 	{ COLOR: #000099; FONT: 11px verdana, arial, sans-serif; font-weight: bold }

.phonetitle 	{ color: #000000; FONT: 13px arial, sans-serif; font-weight: bold }

.smalltext	{ COLOR: #666666; FONT: 11px arial, verdana, sans-serif; font-weight: normal }

.smalltext2  { COLOR: #666666; FONT: 12px arial, verdana, sans-serif; line-height: 18px; font-weight: normal }

.copytext 	{ COLOR: #666666; FONT: 10px arial, verdana, sans-serif; font-weight: bold }

.quotechoice 	{ COLOR: #000099; font-weight: normal }

.testimonial	{COLOR: #339900; font-weight: bold; font-style: italic; }

.just 		{ text-align: justify }

.faq 		{ line-height: 22px }

.biglink 	{ FONT: 12px verdana, arial, sans-serif; text-align: justify; line-height: 20px; font-weight: bold; TEXT-DECORATION: none }

.pdf 	{ COLOR: red; FONT: 9px verdana, arial, sans-serif; font-weight: normal; TEXT-DECORATION: none }

/*.biglink:hover 	{ FONT: 12px verdana, arial, sans-serif; font-weight: bold; font-style: italic; TEXT-DECORATION: underline }*/

#ZOOM 		{ LEFT: 10px; POSITION: absolute; TOP: 10px }



 /* PAGE COLORS */

/* .pagelines	{ background-color:#CCCCCC; } 

.pagesplits 	{ COLOR: #7D8FB1; height: 1px }

.borders	{ BORDER: #000000 1px solid; }

.main-tablebg	{ background-color:#F5F5F9; } 




 /* START CODE FOR THE MENUS AND SIDEBAR */


 /* SIDEBAR MENU */

.sidebar-bg	{ background-color:#F0F0F0; background-image: url("picts/background-menu-GRAY.jpg"); }


.menutitle	{ font: 14px Verdana, Arial;
		  font-weight: bold;
		  color: #000000;
		  height: 19px;
		  padding-left: 6px;
		  padding-top: 6px;
		  text-align: left; }


.menu		{ width: 150px;
		  cursor:hand;
		  font: 11px Verdana, Arial;
		  font-weight: normal;
		  text-indent: 0px;
		  text-align: left;
		  display: block;
		  text-decoration: none; }


a.menu:link 	{ color: #000000;
		  padding: 2px;
		  margin: 3px; }


a.menu:visited 	{ color: #000000;
		  padding: 2px;
		  margin: 3px; }


a.menu:active 	{ color: #000000;
		  padding: 2px;
		  margin: 3px; }


a.menu:hover 	{ background-color:#F0F0F0;
		  border: #000000 1px solid;
 		  padding: 1px;
 		  margin: 3px;
		  color: #0000FF; }


 