/* CSS Document */ 

body {
	background: #fff;
	color: #3C3C3C;
	font-family: arial, helvetica, sans-serif;
	margin-top: 2px;
	margin-left: 2px;
}

a:link {
	color: #CC6600;
	text-decoration: none;
}

a:hover { 
	color: #339999;
	text-decoration: none;
	}

a:visited { 
	color: #CC6600;
	text-decoration: none;
	}

td {
	font-size: 0.9em;
}

h1 {
	font-size: 1.1em;
	color:#CC6600;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 {
	font-size: 1.1em;
	color:#339999;
	margin-top: 0px;
	margin-bottom: 0px;
}

h3 {
	font-size: 1em;
	color:#CC6600;
	margin-top: 0px;
	margin-bottom: 0px;
}
h4 {
	font-size: 1em;
	color:#CC6600;
	margin-top: 10px;
	margin-bottom: 10px;
}
h5 {
	font-size: 1em;
	color:#339999;
	margin-top: 0px;
	margin-bottom: 10px;
}
.searchtitle {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.9em;
	color: #CC6600;
}

input.searchtxtfld
{
	border:1px solid #339999;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.9em;
	color:#3C3C3C;
	height: 20px;
	width: 120px;
} 

input.send 
{
	background:url(images/search.gif) no-repeat;
	border:none;
	width:21px;
	height:20px;
} 

input.send:focus 
{ 
	background:url(images/search_over.gif) no-repeat;
} 

.crumbbg {
	background:url(images/crumbbg.jpg) repeat-y;
	border:2px solid #339999;
	height:18px;
} 

.crumb {
	font-size: 0.75em;
	font-weight: bold;
}

.block {
	color: #3C3C3C;
	font-family: arial, helvetica, sans-serif;
	text-align: left;
	line-height: 18px;
	padding: 3px 8px;
}
.newsblock {
	color: #3C3C3C;
	font-size: 0.85em;
	font-family:arial, helvetica, sans-serif;
	padding: 2px 3px;
}
.footerbg {
	background: url(images/footer.gif) no-repeat;
	height: 70px;
}
.maintable {
	margin-top: 8px;
}

.centercell {
	padding: 0px 10px 0px 10px;
	margin-bottom: 10px;
}
.padcell {
	padding: 8px 10px 10px 8px;
}
.smalltext {
	font-size: 0.75em;
}
.largetext {
	font-size: 1.1em;
}
.abouttbl {
	border: thin solid #CC6600;
}
.orformtbl1 {
	border: thin solid #339999;
}
.orformtbl2 {
	border: thin solid #CC6600;
}
.reportul {
	list-style-position: outside;
	list-style-image: url(images/bullet2.gif);
	margin-top: 0;
	margin-bottom: 0;	
}
.popup {
	display:none;
	background:#ffffff;
	border:thin solid #339999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3C3C3C;
	padding: 8px;
	position: absolute;
	right: 10px;
	top:inherit;
	width:300px;
}
.orformtbl3 {
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CC6600;
	border-left-color: #CC6600;
}
.oldsite {
	padding: 5px 0px 0px 10px;
	font-size: 0.6em;
}

.b_normal {
	font-size:0.9ems;
	color:#CC6600;
	font-family:Arial,Helvetica,sans-serif
}

