/* Needs to go into <head> tag of page "<link rel="stylesheet" type="text/css" href="kogastyle.css" />*/





body 	{
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	text-align: center;
	}



/* Set links to only underline when hovered over. */
a:link {text-decoration: none;}
a:hover {
	Color : #0000cc ;
	
	text-decoration: underline;
    	}
a:visited {  Color : #6600CC ;}


h4 {margin: 1px; padding: 0px; font-size: 8pt;}
h3 {margin: 1px; padding: 0px;}
h2 {margin: 0px; padding: 0px;}


p
{
	font-size: 8pt;
	padding: 2px 2px; 
	margin-top: 1px; 
	margin-bottom: 7px; 
}

ul {

	margin-left: 0;
	padding-left: 2em;
	font-size: 8pt;
	}
li
  {
  font-size: 8pt;
  margin: 0;
  padding: 0;
  }


/* padded paragraphs*/
.quote
{
	
	color: #0033ff;
	font-size: 75%;
	padding: 0px 0px;   
}



/* link paragraphs*/
p.links
{

	text-align: left;
	font-size: 80%;	
	padding: 0px 5px;   
}

/* ####################################################################################*/
/* ####################################################################################*/
.rss_title {
	text-align:center;
font-size:12pt;
font-family:arial;
color: #000000;
padding: 0px;


}

.rss_box
{
color:#000000;
width: 95%;
background-color:#cccccc;
border:1px solid #000000;
padding: 2px;	
margin-bottom:5px;
margin-left:auto; 
margin-right:auto;
}

.rss_items {text-align: left;}

/* ####################################################################################*/

h2.date
{
text-align:right;
margin-top:0px;
margin-bottom:5px;
font-size:100%;
font-family:courier;
padding-top:2px;
padding-bottom:2px;
padding-right:4px;
color:#555555;
background-color:#cccccc;
}

.left  {
  float: left;
 /* width: 150px;*/
  border: thin silver solid;
  margin: 3px;
  padding: 0.1em;
}
.left p {
  text-align: right;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}





.right  {
  	float: right;
 	/* width: 150px;*/
 	 border: thin silver solid;
 	 margin: 3px;
 	 padding: 0.1em;
}
.right p {
  	text-align: left;
  	font-style: italic;
  	font-size: -2;
  	text-indent: 0;
}





div.blue {/* blue paragraphs*/
	text-align: left;
	color:#000000;
	width: 95%;
	background-color:#99ccff;
	border:1px solid #000000;
	padding: 1px;	
	margin-bottom:5px;
	margin-left:auto; 
	margin-right:auto;
	}

div.blue hr{
	border: none 0;
	border-top: 1px solid #000;/*the border*/
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	} 


div.blue p{

	font-size: 9pt;
	padding: 0px 2px; 
	margin-top: 1px; 
	margin-bottom: 7px; 
	}


/* ####################################################################################*/

table.prime td { padding:0px 5px; }

/* side bar*/
td.sidebar
	{
	text-align: center;
	vertical-align: top; 
	width: 200px;
	background-color: #e7e7e7;
	padding: 1px 3px;   
	}



/* ####################################################################################*/

/* ####################################################################################*/












/* begin css tabs */

ul#tabnav { /* general settings */
text-align: right; /* set to left, right or center */
margin: 0 0 0 0; /* set margins as desired */
font: bold 11px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid #555555; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}

ul#tabnav li.on{ /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

ul#tabnav li.on a{ /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #555; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #ccc; /* set unselected tab background color as desired */
color: #555; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #e7e7e7; /* set desired hover color */
}

/* end css tabs */


