/* standard font - don't set the font with html - this take care about it
modify only in html if you change it to bold or italic or different color */
body {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #FFFFFF;
	background-image: url(images/background_new_site.gif);
}

/* text format td for netscape browser
standard font - don't set the font with html - this take care about it
modify only in html if you change it to bold or italic or different color */
td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

/* h1 tag rules - very important
margin-bottom delete the standard html margin below the h-tags
margin-left indent the line 5 pixel
please modify the color or size to whatever you prefer */
h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11pt;
	background-color: transparent;
	margin-bottom: 0px;
	margin-left: 5px;
}

h2 {
	color: #000000;
	font-size: 8pt;
	font-weight : lighter;
	background-color: transparent;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* text link rules for standard text links on the site
- hover is important if you have links over 2 lines
- visited color is important to show the visitor which page they visited
already but you can change that or comment it out */
a:link {
	color: #000000;
	background-color: transparent;
}

a:visited {
	color: #663333;
	background-color: transparent;
}
a:active {
	color: #FF0000;
	background-color: transparent;
}

a:hover {
	color: #990000;
	background-color: transparent;
}

a.c4 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 80%;
	background-color: transparent;
}

p.c5 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: transparent;
}

span.c1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: transparent;
}

span.c2 {
	color: #999999;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: transparent;
}

span.c3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: transparent;
}

/* the navi class rules the text link within the left side navigation
- hover is important if you have links over 2 lines
- visited color is important to show the visitor which page they visited
already but you can change that or comment it out */
.navi{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
.navi a:link {
	color: #000000;
	background-color: transparent;
}

.navi a:visited {
	color: #663333;
	background-color: transparent;
}
.navi a:active {
	color: #FF0000;
	background-color: transparent;
}

.navi a:hover {
	color: #FFFFFF;
	background-color: transparent;
}
/* end left side navigation rules */
