body {
	background-color: #FFFFEE;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	}

A { font-family: arial; text-decoration: none; color: #0000FF; } 

A:hover { color: #FF0000; text-decoration: underline; }

A:active { color: #FF0000; text-decoration: none; }

A.nav 	{
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	text-indent: 0;
	color: #0000FF;
	text-decoration: none;
	}

A.nav:hover { 
	color: #FF0000;
	font-family: arial;
	font-style: italic;
	text-decoration: none;
	}

.tblBody {
	position: absolute;
	top: 20px;
	left: 300px;
	border: solid 1px;
	border-color: #99CCFF;
	background-color: #FFFFFF;
	color: #000000;
	width: 650px;
	overflow: auto;
	}
	
p	{
	margin: 10px;
	font-family: verdana;
	font-size: 14px;
	color: #000000;
	text-indent: 15px;
	} 
	
.vs { font-family: tahoma; font-size: 10px; color: #000000; text-indent: 0; margin: 0; }

.sm { font-family: arial; font-size: 12px; color: #000000; margin: 0; }

.lbl{ font-size: 12px; font-weight: bold; }

.salesletter { width: 800px; background-color: #FFFFFF; }

h1	{
	margin: 10px;
	font-family: verdana;
	font-size: 22px;
	color: #000000;
	}

h2 	{
	margin: 10px;
	font-family: verdana;
	font-size: 18px;
	color: #000000;
	}

h3 {
	margin: 10px;
	font-family: tahoma;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-indent: 0px;
	}

h4 { 
	margin: 10px;
	font-family: tahoma;
	font-size: 14px;
	color: #000000;
	text-indent: 0px;
	}

h5 { 
	margin: 10px;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold; 
	color: #000000;
	}

h6 	{
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000; 
	}

li	{
	font-family: verdana;
	font-size: 14px;
	color: #000000;
	line-height: 28px;
    }

img	{
	border-width: 0;
	}

	/* colors */
	
.grey	{
	background-color: #CCCCCC;
		}
		
.orange	{
	color: #FF6600;
	}

.yellow	{
	color: #EECE32;
	}
	
.bkyellow	{
	background-color: #FFFF66;
	}

.homenav {
	background-color: #EECE32;
	height: 20px;
	text-align: center;
	}

.wyt	{
	color: #FFFFFF;
	}

.red	{
	color: #FF0000;
	}

.med-big	{
	font-size: 24px;
	}

.big	{
	font-size: 28px;
	}


.smwyt	{
	font-family: tahoma;
	font-size: 13px;
	color: #FFFFFF;
	}

.moveover {
	padding-left: 10px;
	}

.article {
	width: 620;
	padding: 0;
	background-color: #FFFFFF;
	}
	
/* windows forms */

.dkblue	{
	background-color: #33639B;
	}

.form	{
	border: solid 1px;
	border-color: #233CA8;
	font-family: tahoma;
	font-size: 13;
	color: #000000;
	background-color: #FFFFEE;
	}
	

.frame	{
	padding: 10;
	margin: 10;
	border-style: solid;
	border-width: 1px;
	border-color: #FF6600;
	}
	
.label	{
		position: relative;
		top: -20;
		background-color: #FFFFFF;
		font-family: tahoma;
		font-size: 12;
		font-weight: bold;
		}
		
.myHeader	{
	border-style: outset;
	border-width: 1px;
	font-family: tahoma;
	font-size: 11;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	}
	
.tab {
	border-style: solid;
	border-width: 1px; 	
	border-color: #EDBB85;
	position: relative;
	top: -20;
	left: 0;
	background-color: #FFFFEE;
	font-family: tahoma;
	font-size: 13;
	font-weight: bold;
	}
	
.lbl {
    font-size: 12px;
    font-weight: bold;
    font-family: Tahoma;
    }
    
