/* 
 Basement Systems CSS by Evan Islam
 http://www.basementsystems.com
*/

 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #F1F9F4;
	font-family: verdana;
}

.text1 {font-size : 10pt; text-decoration:none;}
a.text1:links, a.text1:visited, a.text1:active {font-size : 10pt; text-decoration:none; font-weight: bold;}
a.text1:hover {font-size : 10pt; color : #14640B; text-decoration: underline; }

.text2 {font-size : 9pt; text-decoration:none;}
a.text2:links, a.text2:visited, a.text2:active {font-size : 9pt; text-decoration:none; font-weight: bold;}
a.text2:hover {font-size : 9pt; color : #14640B; text-decoration: underline; font-weight: bold;}

.textsmall {font-size : 8pt; text-decoration:none;}
a.textsmall:links, a.textsmall:visited, a.textsmall:active {font-size : 8pt; text-decoration:none; }
a.textsmall:hover {font-size : 8pt; color : #14640B; text-decoration:underline; }


.textbig {font-size : 12pt; color : #14640B; text-decoration:none;}
.textbigbold {font-size : 12pt; color : #14640B; text-decoration:none; font-weight: bold;}

/* menu at the header */
.top		{font-size : 10pt; font-family : arial; color : #FFFFFF; text-decoration:none;}
a.top:links, a.top:visited, a.top:active		{font-size : 10pt; font-family : arial; color : #FFFFFF; text-decoration:none;}
a.top:hover	{font-size : 10pt; font-family : arial; color : #FFFFFF; text-decoration : underline;}

/* menu for the left hand side */
a.menulinks	{font-size : 10pt; color : #22994A; text-decoration:none; font-weight: bold;}
a.menulinks:hover {font-size : 10pt; color : #22994A; text-decoration : underline; font-weight: bold;}


/* The general footer... */
.footerlinks		{ font-size : 8pt; color : #12480C; text-decoration:none;}
a.footerlinks		{ font-size : 8pt; color : #12480C; text-decoration:none; font-weight: none;}
a.footerlinks:hover	{ font-size : 8pt; color : #12480C; text-decoration:underline;}
	

hr { color: #113E07; height:1ps;}



/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright		{ color: #444444; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}

input, textarea, select {
	color : #206206;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #123803; background-color: #DCEBD7;
}

table.table1	{ border: #113E07; border-style: solid; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; background-color: #ffffff;}
table.table2	{ border: #113E07; border-style: solid; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px;}
td.td1	{background-color: #113E07; color: #ffffff; font-weight: bold; font-size : 10pt; }