





/* LINK COLORS */

a:link		{ color: #A2D2F4; text-decoration: none; }

a:visited	{ color: #A2D2F4; text-decoration: none; }

a:active	{ color: #A2D2F4; text-decoration: none; }

a:hover		{ color: #99FFFF; text-decoration: none; }





/* THE NEXT LINE CONTROLS THE DEFAULT FONT SIZE */


TABLE 		{ COLOR: #000000; FONT: 14px arial, verdana, sans-serif; font-weight: bold; }

.title 		{ COLOR: #FFcc66; FONT: 18px arial, verdana, sans-serif; font-weight: bold; }

.subtitle 	{ COLOR: #FFcc66; FONT: 12px arial, verdana, sans-serif; font-weight: bold; letter-spacing: 2px; }

.phonetitle 	{ color: #FFcc66; font: 12px arial, verdana, sans-serif; font-weight: bold; letter-spacing: 2px; }

.copytext 	{ COLOR: #FFcc66; FONT: 12px verdana, arial, sans-serif; font-weight: normal; }

.page-splits	{ border-bottom: #6D7CE1 1px solid; background-color: #3E4579; color: #3E4579; height: 2px; width: 100%; }

.bullet		{ list-style-image: url(picts/bullet.gif); }

.points		{ COLOR: #A2D2F4; FONT: 12px arial, verdana, sans-serif; font-weight: bold; letter-spacing: 2px; }











.textarea	{
		FONT: 13px arial, verdana, sans-serif;
		background-image: url("picts/shadeform.gif");
		background-color: #F6F8FE;
		text-align: left;
		WIDTH: 250px;
		HEIGHT: 125px;
		BORDER: #2E3B9B 1px solid;
		}






/* HIDE MENU AND ITEMS FOR PRINTING */


@media print {
.printhide 	{ display:none; }
.printhelp	{ width:600px; }
}
@media screen{
.printonly 	{ display:none; }
}

















