/* CSS Style */
/* JRSiebz */
/* http://home.cinci.rr.com/jrsiebz/KoL/ */
/* Revised: 2005-04-25 */

/* Anchor Styles */

a:link {	color: black; }

a:visited {	color: black; }

a:active {	color: black; }

a.boldover{ font-weight: normal; } 

a.boldover:hover{ font-weight: bold; }

/* Body Styles */

body { background-color: #F5F5F5; }

.stylesmall 
{
  	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
}

.stylelabel
{
	text-align: left;
	font-size: large;
	font-weight: bold;
}

.titletext
{
	text-align: center;
	font-size: xx-large;
	font-weight: bold;
}

.noborder { border-style: none; }

/* Image Styles */

img { border-color: #000000; }

img.borderover1
{
	border-style: none;	
}

img.borderover1:hover
{
	border-style: solid;
	border-width: 1px;
}

img.borderover2
{
	border-style: solid;	
	border-width: 1px;
}

img.borderover2:hover
{
	border-style: solid;
	border-width: 2px;
}

img.imgoutline
{
	border-style: solid;
	border-width: 1px;
}

img.inline
{
	border-style: none;
	vertical-align: middle;
}

/* Paragraph Styles */

p.menu { text-align: center; }

p.footer { text-align: center; }

p.content
{
	text-indent: 16px;
	text-align: left;
}

/* Table Styles */

table.banner
{
	margin-left: auto;
	margin-right: auto;
}

thead
{ 
	background-color: #999999;
	text-align: center;
	font-weight: bold
}

td.haiku
{
	text-align: center;
	font-size: large;
	font-family: arial;
	background-color: #FFFFFF;
}