/* Body */

body { background-color: #FFFFFF; }

p { font-family: arial,helvetica,sans-serif; font-size: 12px }

/* Classes */

.title { margin-top: -2px; margin-bottom: -2px }
.indent { margin-left: 25px }
.small { font-size: 9px }
.copyright { font-size: 9px; margin-top: -2px; margin-bottom: -2px  }
.tenpx { font-size: 10px }
.center { text-align: center }
.right { text-align: right }
.red { color: #f41313 }
.blue { color: #06018E }
.green { color: #11C60A }
.yellow { color: #F4F113 }

.tabu
{
	margin-top: -2px;
	margin-bottom: -2px;
	border-bottom: black;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	padding: 0px 0px 6px 0px;
}
.tabt
{
	margin-top: -2px;
	margin-bottom: -2px;
	padding: 6px 0px 6px 0px;
	font-weight: bold;
}
.tabh
{
	margin-top: -2px;
	margin-bottom: -2px;
	padding: 6px 0px 6px 4px;
	font-weight: bold;
	font-size: 14px;
	background-color: #c3cbfa;
	border-color: black;
	border-width: 1px 0 1px 0;
	border-style: solid;
}

/* Hyperlinks */

A:link { text-decoration: none; font-family: verdana; color: #06018E }
A:active { text-decoration: none; font-family: verdana; color: #FFFFFF }
A:visited { text-decoration: none; font-family: verdana; color: #F41313 }
A:hover { text-decoration: none; font-family: verdana; color: #FF9900 }

/* Headings */

h1 { font-family: arial,helvetica,sans-serif; font-size: 36px; font-weight: bold }
h2 { font-family: arial,helvetica,sans-serif; font-size: 24px; font-weight: bold }
h3 { font-family: arial,helvetica,sans-serif; font-size: 18px; font-weight: bold }
h4 { font-family: arial,helvetica,sans-serif; font-size: 14px; font-weight: bold; margin-bottom: -4px; margin-top: 10px }

/* Table */

tr { }
th { font-family: arial,helvetica,sans-serif; font-size: 12px; font-weight: bold }
td { font-family: arial,helvetica,sans-serif; font-size: 12px }

/* Lists */

dl { }
dt { font-family: arial,helvetica,sans-serif; font-size: 12px }
dd { font-family: arial,helvetica,sans-serif; font-size: 12px }

ol { font-family: arial,helvetica,sans-serif; font-size: 12px }

ul { font-family: arial,helvetica,sans-serif; font-size: 12px }




