/* Evil PeacockÕs External CSS File */
/* assign font to several tags to overcome Netscape nested table bug */
body, table, th, td { font-family: Verdana, Arial, sans-serif; }

body
{
	color: white;
	font-size: 11px;
	background: #666699;
	margin-left: 0px;
	margin-top: 0px;
}

/* redefine font size for tables for PCs -  not sure if this is an IE 5.5 bug or not */
table, th, td { font-size: 11px; }

p
{
	line-height: 17px;
	font-size: 12px;
}

sup
{
	font-size: 10px;
	line-height: 11px;
}

sub
{
	line-height: 11px;
	font-size: 10px;
}

a:link
{
	color: #FFFFCC;
	background: transparent;
	text-decoration: none;
}

a:visited
{
	color: #FFFF99;
	text-decoration: none;
	background: transparent;
}

a:active
{
	color: #FFFF00;
	text-decoration: underline;
	background: #663366;
}

a:hover
{
	color: #FFFF00;
	background: transparent;
	text-decoration: underline;
}

blockquote
{
	font-weight: 400;
	font-size: 12px;
}

hr
{
	color: white;
	background: transparent;
}

ul
{
	font-weight: 400;
	line-height: 16px;
}

ul li { list-style-image: url(images/bullet.gif); }

h4
{
	color: #99CCFF;
	background: #336699;
	margin-bottom: -6px;
	font-weight: 700;
	font-size: 13px;
}

h2
{
	color: #ffc;
	background: transparent;
	font-size: 14px;
	font-weight: 700;
}

h6
{
	font-size: 12px;
	font-weight: 700;
}

/* Classes */
.small
{
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	line-height: 14px;
}

.med
{
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	line-height: 14px;
}

/* End class declarations */

