<?php include("colors.inc"); ?>
body {
        background-color: White;
}
ul,ol,li,div,td,th,address,blockquote,nobr,b,i {
	font-family: Verdana, Geneva, ArialHelvetica, sans-serif;
	font-size : 12px;
}
h1 {
	color : <?=$tablebgcolor?>;
	font-family: Verdana, Geneva, Arial,Helvetica, sans-serif;
	font-size : 15px;
}
h2a {
	color : #006A6A;
	font-family: Verdana, Geneva, Arial,Helvetica, sans-serif;
	font-size : 16px;
}
.h2b {
	color : #006A6A;
	font-family: Verdana, Geneva, Arial,Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}

.b1 {
	color : #006A6A;
	font-family: Verdana, Geneva, Arial,Helvetica, sans-serif;
	font-size : 12px;
	background : #CBE4E4;
}
.b1b {
	color : #006A6A;
	font-family: Verdana, Geneva, Arial,Helvetica, sans-serif;
	font-size : 12px;
	background : #CBE4E4;
	font-weight : bold;
}
.b2 {
	color : #006A6A;
	font-family: Verdana, Geneva, Arial,Helvetica, sans-serif;
	font-size : 16px;
	background : #CBE4E4;
}

.small {
        font-family : Verdana, Geneva, Arial,Helvetica, sans-serif;
        font-size : 10px;
}

.small2 {
	font-family : Verdana, Geneva, Arial,Helvetica, sans-serif;
	font-size : 10px;
}

.smallred {
	color: Red;
	font-family : Verdana, Geneva, Arial,Helvetica, sans-serif;
	font-size : 10px;
}

.red {
	color: Red;
	font-family : Verdana, Geneva, Arial,Helvetica, sans-serif;
	font-size : 12px;
}

.bigred {
	color: Red;
	font-family : Verdana, Geneva, Arial,Helvetica, sans-serif;
	font-size : 15px;
}

.redboldblink {
	color: Red;
	font-family : Verdana, Geneva, Arial,Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : blink;
	font-weight : bold;
}

.smallorange {
	color: #EC8E14;
	font-family : Verdana, Geneva, Arial,Helvetica, sans-serif;
	font-size : 10px;
}

.smallgrey {
	color: Gray;
	font-family : Verdana, Geneva, Arial,Helvetica, sans-serif;
	font-size : 10px;
}

.smallMaroon {
	color: Maroon;
	font-family : Verdana, Geneva, Arial,Helvetica, sans-serif;
	font-size : 10px;
}

.smallbold {
	font-family : Verdana, Geneva, Arial,Helvetica, sans-serif;
	font-size : 9px;
	font-weight : bold;
}

.smallboldmaroon {
	color: Maroon;
	font-family : Verdana, Geneva, Arial,Helvetica, sans-serif;
	font-size : 9px;
	font-weight : bold;
}

.grey {
	color: Gray;
	font-family : Verdana, Geneva, Arial,Helvetica, sans-serif;
}


.head {
        color : <?=$tablebgcolor?>;
        font-family : Verdana, Geneva, Arial,Helvetica, sans-serif;
        font-size : 12px;
}
.defaultcolor{
        color : <?=$tablebgcolor?>;
        font-family : Verdana, Geneva, Arial,Helvetica, sans-serif;
        font-size : 13px;
}
.dark{
	color : <?=$tablebgcolor?>;
	font-family : Verdana, Geneva, Arial,Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
}
.boldcolor{
        color : <?=$tablebgcolor?>;
        font-family : Verdana, Geneva, Arial,Helvetica, sans-serif;
        font-size : 13px;
        font-weight : bold;
}
.default{
        font-family : Verdana, Geneva, Arial,Helvetica, sans-serif;
        font-size : 13px;
 }


td.imgalt { font-size:8pt; font-weight:normal; color:<?=$tablebgcolor?>; }

td.headbig { font-size:12pt; font-weight:bold; color:<?=$tablebgcolor?>; }
td.head    { font-size:10pt; font-weight:bold; color:<?=$tablebgcolor?>; background-color:#E1EEF9; }

td.dheaderbig {
	font-size: 14pt;
	font-weight: normal;
	color: <?=$tablebgcolor?>;
	background-color: White;
}
td.dheader    {
	font-size:10pt;
	font-weight: normal;
	color:#FFFFFF;
	background-color:<?=$tablebgcolor?>;
}
a.dheader     {
	font-size:10pt;
	font-weight: normal;
	color:#FFFFFF;
	background-color:<?=$tablebgcolor?>;
}

tr.dheadernav    { background-color:#E1EEF9; }
td.dheadernav    { font-size:10pt; background-color:#E1EEF9; }
td.dheadernavact { font-size:10pt; font-weight:bold; color:<?=$tablebgcolor?>; background-color:#E1EEF9; }
a.dheadernav     { font-size:10pt; color:<?=$tablebgcolor?>; }

.darkhead {
	background : <?=$tablebgcolor?>;
	font-family : Verdana, Geneva, Arial,Helvetica, sans-serif;
	font-size : 13px;
	color : White;
	text-decoration : none;
}

.lightback {
	font-size: 11pt;
	background-color: #EEF7F7;
	color:<?=$tablebgcolor?>;
}

.lightbacksmall {
	font-size: 9pt;
	background-color: #EEF7F7;
	color:<?=$tablebgcolor?>;
}

.underlined {
	font-size:13pt;
	text-decoration : underline;
}

.formTXT {
	font-family: Verdana, Geneva, Arial,Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.formHeadTXT {
	font-family: Verdana, Geneva, Arial,Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #A51910;
	text-decoration: none;
}
.formTxtField {
	font-family: Verdana, Geneva, Arial,Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px dashed #999999;
	width: 100px;
}
.formTxtField150 {
	font-family: Verdana, Geneva, Arial,Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #EEF7F7;
	width: 150px;
}
.formTxtFieldMy {
	font-family: Verdana, Geneva, Arial,Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px dashed #999999;
}
.formSubmit {
	font-family: Verdana, Geneva, Arial,Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #A51910;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px dashed #A51910;
	width: 160px;
}
.formRequiredAsterix {
	font-family: Verdana, Geneva, Arial,Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 160px;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar #next a {
	font-size: 9pt;
	padding-right: 0px;
	text-align: right;
	}

#wp-calendar #prev a {
	font-size: 9pt;
	padding-left: 0px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar caption {
	font: bold 1.05em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	font-size: 9pt;
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
/*	padding: 0 0 0 30px; */
	padding: 0 0 0 0px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul li:before {
	content: "\00BB \0020";
	margin-left: 5px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {

	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {

	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0px 0 0;
	padding: 0;
	}
/* End Entry Lists */

