body	{
	margin: 0;
	background-color: #CCCCCC;
    overflow: auto;
	}

body.report {
	background-color: #FFFFFF;
	margin-left: 1;
	}

a { text-decoration: none; cursor: hand; color: #0000FF;}

a:visited { color: #0000FF; }

a:active { color: #FF0000; }

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

p 	{ 
	font-family: garamond;
	color: #000000;
	font-size: 19px;
	text-indent: 10px;
	margin: 10px;
	line-height: 22px;
	}

.sm { font-size: 13px; }

.vs { font-size: 10px; }

h1	{ font-size: 24px; font-family: tahoma; }

h2	{ font-size: 20px; font-family: tahoma; }

h3	{ text-indent: 10px; font-family: tahoma; font-size: 18; }
	
h4 	{ margin: 2px; font-family: tahoma; font-size: 16px; font-weight: bold;	}

h5	{ margin: 2; font-family: tahoma; font-size: 14; font-weight: bold; }
	
h6	{ margin: 5; font-family: tahoma; font-size: 12; }

hr { border: 1px; color: #000000; border-style: inset; }

img	{
	border-width: 0;
	}

.red { color: #FF0000; }

.green { color: #33CC66; }

/* Back Ground Colors */

.ltblue	{
	background-color: #DBE7F5;
	}

.medblue	{
	background-color: #6699CC;
	}

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

.wyt{
	color: #FFFFFF;
	}

.orange	{
	color: #FF6600;
	}

.grey{
	background-color: #CCCCCC;
	}
	
.red{
	color: #FF0000;
	}
	
.center { margin-left: auto; margin-right: auto; }

.right { margin-left: 50%; }

.quote { text-align: left; background-color: #FFFFCC; padding: 5px; padding: 20px; margin-left: 150px; border: 1px solid; }

/* windows type forms */

	/* default table where .NET builds table for me */

.titlebar {
	margin: 2px;
	font-family: tahoma;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 24px;
	}

.form	
{
    margin-left: auto;
    margin-right: auto;
	border-style: solid;
	border-width: 1px;
	border-color: #233CA8;
	font-family: tahoma;
	font-size: 13;
	color: #000000;
	background-color: #FFFFEE;
	}
	
.toolbar
	{
		margin: 10px;
		font-family: tahoma;
		font-size: 16px;
		color: #000000;
		background-color: #CCCCCC;
	}
	
.header	{
	border-style: outset;
	border-width: 1px;
	font-family: tahoma;
	font-size: 11;
	font-weight: normal;
	color: #000000;
	background-color: #CCCCCC;
	}

.frame {
	border-style: solid;
	border-width: 1px; 	
	border-color: #EDBB85;
	padding: 10px;
	margin: 10px;
	}
	
.label	{
	position: relative;
	top: -20px;
	left: 0px;
	background-color: #FFFFEE;
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	}

.tab	{
	border-style: solid;
	border-width: 1px; 	
	border-color: #EDBB85;
	position: relative;
	top: -20;
	left: 0;
	background-color: #FFFFEE;
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	}

	/* form item labels */
.lbl { font-family: tahoma; font-size: 12px; font-weight: bold; }
	
	/* for data tables */
.data	{
	border-style: solid;
	border-width: 1px;
	border-color: #233CA8;
	font-family: verdana;
	font-size: 12px;
	background-color: #FFFFFF;
	}
	
.boxes	{
	border-style: solid;
	border-width: 1px;
	font-family: verdana;
	font-size: 12;	
	color: #000000;
	}

.app {
	border-style: solid;
	border-width: 1px;
	border-color: #ECBB85;
	font-family: verdana;
	font-size: 12;	
	color: #000000;
	background-color: #FFFFFF;
	height: 21;
	}
	
.hide {
	display: none;
	}

.showme {
	display: inline;
		}

.show {
	margin: 0;
	padding: 0;
	border: 1px solid;
	border-top-color: #33639B;
	border-right-color: #33639B;
	border-bottom-color: #33639B;
	border-left-color: #33639B;
	list-style-type: none;
	font-family: tahoma;
	font-size: 13;
	background-color: #FFFFEE;
	display: inline;
	}

li {
	font-family: verdana;
	font-size: 16;
	padding: 10px;
	}

