<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 

Main Styles

This CSS file contains main styles for the tag selectors.

*/

h1, h2, h3, h4, h5, h6, p, ol, ul, li {
color: #000000;
}


h1 {
color: #0099cc;
font-size: 25px;
}

h2 {
font-size: 1.5em;
}

h3 {
font-size: 1em;
font-weight: bold;
}

h4 {}

h5 {}

h6 {}

p, dt, dd, li { font-size: 16px; line-height: 130%; margin-bottom: 10px; }

p {  }


  dt { font-weight: bold }
  dd { margin: 0 0 10px }

a {
color: #0099cc;
}

ul {
font-size: 0.8em;
}

label {
font-size: 0.8em;
}

em { color: #FF0000; }

code { display: block; margin-bottom: 10px; line-height: 150% }

hr { color: #ccc; background-color: #ccc; border: none; height: 1px}

/*Custom*/

p.des, p.des-head { /*font-size: 16px; */font-weight: 100; }
p.des strong {font-weight: bold}
p.des-head { color: #0487b3; margin-bottom: 10px; font-weight: 600 }

table#no-border-slim { border: none; }
	table#no-border-slim td, table#no-border-slim th { padding: 3px; } 

/* Other */

.clear-both {
clear: both;
height: 1px;
}

.non-visible {
display: none;
color: #999999;
}

/* END - Main Styles */

</pre></body></html>