/* Presentation Stylesheet */ 

html,body { color: #2b2b2b; }
body { font: 12px Arial, Helvetica, Tahoma, sans-serif; }

p{
 margin:0.8em 0;
 line-height:1.4em
}

h1 { margin-top: 0.1em; margin-bottom: 0.1em; font-size: 24px; font-weight: normal; color: #260859; }
h2 { margin-top: 0.1em; margin-bottom: 0.1em; font-size: 18px; font-weight: normal; color: #260859; }
h3 { margin-top: 0.1em; margin-bottom: 0.1em; font-size: 16px; font-weight: normal; color: #260859; }
h4 { margin-top: 0.1em; margin-bottom: 0.1em; font-size: 14px; font-weight: normal; color: #260859; }

.smalltitle {
 margin-top: 0.1em;
 margin-bottom: 0.1em;
 font-size: 12px;
 font-weight: normal;
 color: #260859;
}

.hr { clear:both; height: 0; font-size: 0; line-height: 0; width: 100%; margin: 1em auto; }
.dotted { border-bottom: dotted 1px #cbd300; }
.dashed { border-bottom: dashed 1px #cbd300; }
.solid { border-bottom: solid 1px #cbd300; }

.floatleft { float: left; margin: 0 15px 15px 0; }
.floatright { float: right; margin: 0 15px 0 15px; }

.breadcrumb { font-size: 0.9em; text-align: right; margin: 8px 6px 5px 0; padding: 0; }
.breadcrumb a { color: #260859; font-size: 0.9em; text-decoration: none }

.lh-col { }
.rh-col { }

.footer p { font-size: 11px; color: #2b2b2b; margin:0 ;padding:10px 25px }

.search { font: 11px Arial, Helvetica, Tahoma, sans-serif; color: #646464; font-weight:bold; padding: 3px; }

a { color: #260859; text-decoration: none }

a.greylink { color: #666666; text-decoration: none; }
a.greylink:hover { color: #666666; text-decoration: none; }
a.whitelink { color: #ffffff; text-decoration: none; }
a.whitelink:hover { color: #ffffff; text-decoration: none; }

ul.sitemap { list-style-type: disc; margin: 0 0 0 30px; padding: 0px; line-height: 1.6em; }

img { border: 0; }

input { font-family: Arial, Helvetica, Tahoma, sans-serif; font-size: 1em; color: #2b2b2b; background:#e1e9cf; padding: 3px; }
textarea { font-family: Arial, Helvetica, Tahoma, sans-serif; font-size: 1em; color: #2b2b2b; background:#e1e9cf; padding: 4px; }
select { font-family: Arial, Helvetica, Tahoma, sans-serif; font-size: 1em; color: #2b2b2b; background:#e1e9cf; }


table.footerlinks
{
    padding: 0px;
	border-collapse: collapse; 
	border-spacing: 0;
	font-size: 0.8em;
}
table.footerlinks td
{
    padding: 2px;
	border: 0;
	border-spacing: 0;
}