@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);

body 	{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: #FFFFFF 0px solid;
	}

a:link, a:visited, a:active	{ color: #0066FF; font-weight: bold; text-decoration: none; }

a:hover				{ color: #99CC99; }

.find		{
		background-color: #E5F5FB;
		border: #FF0000 1px solid;
		}

/* DEFAULTS */

div		{ margin: 0; padding: 0; border: 0; }

table, tr, td	{ border-collapse: collapse; border-spacing: 0; margin: 0; padding: 0; border: 0; }

img 		{ border: 0; }

.nobreak	{ white-space: nowrap; }

.blkimage	{ display: block; }

.formmargin	{ margin: 0px; }

.fullwidth	{ width: 100%; }

.halfwidth	{ width: 50%; }

.td-right 	{ text-align: right; }

.td-left 	{ text-align: left; }

.td-center	{ text-align: center; }

.td-top		{ vertical-align: top; }

.td-middle	{ vertical-align: middle; }

.td-bottom	{ vertical-align: bottom; }

.center-div	{ margin-left: auto; margin-right: auto; }

.right-div	{ margin-left: auto; margin-right: 0; }

.left-div	{ margin-left: 0; margin-right: auto; }

.just 		{ text-align: justify; }



h1 	{
	color: #000000;
	font-family: "Droid Sans", arial, sans-serif;
	font-size: 32px;
	letter-spacing: -1px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 1px;
	white-space: nowrap;
	}

div, table	{ color: #333333; font: normal 13px arial, helvetica, sans-serif; }

.featuretitle	{ color: #6666FF; font: 14px arial, sans-serif; font-weight: bold; }

.featurestext	{ color: #5C7699; font-family: arial, sans-serif; font-size: 12px; }

.largetitle1	{ color: #000000; font-size: 26px; font-weight: normal; }

.largetitle2	{ color: #000000; font-size: 23px; font-weight: normal; }

.orange 	{ color: #FF6600; font-weight: bold; }

.lavendar	{ color: #9933FF; font-weight: bold; }

.teal		{ color: #0E9AAB; font-weight: bold; font-size: 12px; }

.violet		{ color: #9900FF; font-weight: bold; }

.purple		{ color: #6600CC; font-weight: bold; }

.lightgreen	{ color: #00AC57; font-weight: bold; }

.darkred	{ color: #990000; font-weight: bold; }

.black		{ color: #000000; font-weight: bold; }

.featuresbox	{
		width: 100%;
		color: #5C7699;
		font-family: arial, sans-serif;
		font-size: 13px;
		border: #8AC6FF 1px solid;
		}

.featuresbox td { padding: 4px; }

.featuresshade	{ background-color: #F0F5FA; }

.featuressideimage { width: 85px; }

.featureimage1	{ width: 90px; }

.featureimage2	{ width: 100px; }

.featureimage3	{ width: 115px; }

.featureimage4	{ width: 125px; }

.featurelist	{
		font-family: "Droid Sans", arial, sans-serif;
		font-size: 16px;
		margin-top: 10px;
		list-style-image: url("picts/featurelist.gif");
		}

.featurelist li	{ padding: 4px 0px 0px 0px; }

.featurelist a:link, .featurelist a:visited, .featurelist a:active	{ font-weight: normal; }

.gobackbutton	{ margin-left: 10px; }


