/*  the famous title span will be lost  and the links look yucky col /* 

/* Site Kingdom Investors */
/* This is a css comment. Use this nomenclature when creating a css comment */

/* Title Works great with span end span */
.title {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #cc6633;
}

/* this td will mess up big if missing */
td {font-family: Arial, Helvetica, sans-serif;font-size: 12px;}

/* form dropdown */
.dropdown {font-size: 10px; font-family: verdana,arial,sans-serif; color: #666666; width: 160px;}

/* hilite yellow */
.hilite {background-color:#FFFF63; font-weight: bold;}

/* hilite green */
.hilite3 {background-color:#CCFFCC; font-weight: bold}

/* #ff9900 same color as title css navy also looks good*/
hr.thickline {
border-style:dashed;border-color:#ff9900;height:1px
}

blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	                          /*font-weight: bold;*/
	                         /*color: #FFFFFF;*/
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 5px;
	margin-left: 25px;
	padding: 0px;
}

/* dotted table border */
.dottedborder {BORDER-RIGHT: #aeab9a 1px dotted; PADDING-RIGHT: 10px; BORDER-TOP: #aeab9a 1px dotted; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; FONT: 12px Verdana, Arial, sans-serif; BORDER-LEFT: #aeab9a 1px dotted; COLOR: #656565; PADDING-TOP: 10px; BORDER-BOTTOM: #aeab9a 1px dotted;}

/* removed body tag and put in the index */

/* get image no class is needed */
ul, li {list-style-image : url('http://www.kingdominvestors.info/images/icons/dot2.gif');padding: 0;margin-top: 0em;margin-bottom: 0em;border: 0px none;}

/* Form and HR colors and back */
.FORMMENU {background-color:#ADD8E6;font-family:verdana;font-size:10px;font-weight:bold;color:#000000;}	

HR {color: #000080;height: 1pt;}
.hr { height: 1px;color: #354560}


/* what does this do why do I have this  */
.unknow-reason { font-size: 8pt; font-family: Arial; font-weight: bold; text-decoration: none; text-align: center; color: #FFFFFF; }

/* KI Page mouseover links green 006699 red ff0000 green #006600 light blue #003366 */
/* KI Page mouseover links green 006699 red ff0000 green #006600 light blue #003366 */
A:link    {font-size: 9pt; font-family: Arial; font-weight: bold; color: #000080 ; text-decoration:none;}
A:active  {font-size: 9pt; font-family: Arial; font-weight: bold; color: #000080 ; text-decoration:none;}
A:visited {font-size: 9pt; font-family: Arial; font-weight: bold; color: #000080 ; text-decoration:none;}
A:hover   {font-size: 9pt; font-family: Arial; font-weight: bold; color:#3976e8; text-decoration:underline; }

/* yellow back Errors Fixed except - padding-right - removed paddig-right */
.yellowback:hover{
	color: #B60404;
	text-decoration: underline;
	font-size: 9pt;
	font-weight:normal;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color:#FFFF66;
	
}

/*mouse over brown*/
featureslink {font-family: Arial, Helvetica, sans-serif;font-size: small;color: #4E6D9C;}
a.featureslink:hover {color: #B08A3C;}

/* navKI mouse overline underline background green */
A.navKI  {font-size:10pt; text-decoration:none; color:#000080;}
A.navKI:hover {FONT-SIZE: 10pt; FONT-FAMILY: Arial,Helvetiac,sans-sarif; BACKGROUND-COLOR: #e1f1d0; 
TEXT-DECORATION: underline overline}

/* top links style background is dark blue*/
A.toplink {font-variant: normal; font-size: 10pt; text-decoration: none; color: white; background-color: navy;}		
A.toplink:HOVER {background-color: blue; color: aqua; text-decoration: none;}	

/*use this to draw table line*/
.bodytext {
MARGIN-TOP: 10px; FONT-WEIGHT: normal; FONT-SIZE: 12px; MARGIN-BOTTOM: 10px; MARGIN-LEFT: 35px; COLOR: #000000; 
LINE-HEIGHT: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
/* Top Blue Table */
.header1, h1
{
color: #ffffff; background: #4682B4; font-weight: bold; font-family: Tahoma, Verdana; font-size: 13px; margin: 0px; padding: 2px;
}
/* Not using bacground is a light green color */
.form-input {font-size : 10px; font-family : Arial, Helvetica, sans-serif; background : #D7D0DF; color: #333366;}

