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

.testimonial {
	margin-right: auto;
	margin-left: auto;
	width: 420px;
	padding-right: 35px;
	padding-left: 35px;
	background-color: #CFDDF5;
	border: 2px dashed #0A466E;
	text-align: left; }

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: georgia; 
	color: #000000;
	font-size: 16px;
	line-height: 23px;
	text-indent: 10px;
	margin: 10px;
	}
	
.sm { font-size: 12px; 	line-height: -5px; }

.vs { font-size: 10px; }

h1	{ font-size: 26px; font-family: verdana; }

h2	{ font-size: 18px; font-family: verdana; }

h3	{ text-indent: 16px; font-family: verdana; font-size: 18; }
	
h4 	{ margin: 14px; font-family: verdana; 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; }

.dkred { color: #CC0000; }

.blu {color: #3300CC; }

.green { color: #33CC66; }

.bkyellow { background-color: #F6CB00; }

/* 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%; } 

/* windows type forms */


table {
	font-family: tahoma;
	font-size: 10;
	}

.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 {
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px; 	
	border-color: #EDBB8;
	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: 14px;
	padding: 3px;
	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 {
	margin: 1px;
	padding: 0px 0px 0px 0px;
	line-height: 30px;
	font-family: tahoma;
	font-size: 16;
	color: #000000;
	font-weight: bold;
	}
