body { 
  text-align:           justify;
  font-family:          Verdana, Arial, helvetica, sans-serif;
  line-height:		1.2;
  background-color:     #ffffff;
  margin-top:		0px;
  margin-left:		0px;
}

.banner {
  background-color:     #f7f9e3;
}

.main {
  background-color:     #efefef;
}

.sidebg {
  background-image: url("../images/sidebg.png");
}

.side {
  background-color:	#c291d9;
}

.fill1 {
  background-color:	#004080;
}

.black {
  background-color:     black;
}

.white {
  background-color:     white;
}

.textwhite {
  color: white;
}

.textkeywords {
  color: #0a0a0a;
}

a:link {
  color:                purple;
  background-color:     inherit;
}

a:active {
  color:                red;
  background-color:     inherit;
}

a:visited {
  color:                purple;
  background-color:     inherit;
}

a:hover {
  color:                purple;
  background-color:     inherit;
}

.colortext {
  color:			#800080;
  font-size:		10pt;
}

.colortexttitle {
  color:			#800080;
  font-size:		12pt;
}

.nano {
  font-size:		7pt;
  margin-top:		0px;
  text-align:		justify;
}

.nanoleft {
  font-size:		7pt;
  margin-top:		0px;
  text-align:		left;
}

.nanoright {
  font-size:		7pt;
  margin-top:		0px;
  text-align:		right;
}

.nanocenter {
  font-size:		7pt;
  margin-top:		0px;
  text-align:		center;
}

.micro {
  font-size:		8pt;
  margin-top:		0px;
  text-align:		justify;
}

.microleft {
  font-size:		8pt;
  margin-top:		0px;
  text-align:		left;
}

.microright {
  font-size:		8pt;
  margin-top:		0px;
  text-align:		right;
}

.microcenter {
  font-size:		8pt;
  margin-top:		0px;
  text-align:		center;
}

.minor {
  font-size:		10pt;
  margin-top:		0px;
  text-align:		left;
}

.minorleft {
  font-size:		10pt;
  margin-top:		0px;
  text-align:		left;
}

.minorright {
  font-size:		10pt;
  margin-top:		0px;
  text-align:		right;
}

.minorcenter {
  font-size:		10pt;
  margin-top:		0px;
  text-align:		center;
}

.mediumleft {
  font-size:		12pt;
  margin-top:		0px;
  text-align:		left;
}

.mediumright {
  font-size:		12pt;
  margin-top:		0px;
  text-align:		right;
}

.mediumcenter {
  font-size:		12pt;
  margin-top:		0px;
  text-align:		center;
}


.divider {
border-right: 1px #E0E0E0 solid;
border-color: grey;
}

.subnav {
  border-style: solid;
  border-width: 1px;
  border-color: #004080;
  background-color: #f4f2f2;
  color: black;
}

.subnav2 {
  border-style: solid;
  border-width: 1px;
  border-color: black;
  background-color: #dee5eb;
  color: black;
}

.backgroundimage {
  background-image: url(.."/images/background1.jpg");
}

.submenu {
  border-style: solid;
  border-width: 1px;
  border-color: black;
  background-color: #fcf3e0;
  color: black;
}

.tabletop {
  border-style: solid;
  border-width: 1px;
  border-color: black;
  background-color: #607da6;
  color: black;
}

.tablemain {
  border-style: solid;
  border-width: 1px;
  border-color: black;
  background-color: #e5e5e5;
  color: black;
}

.subnavlinka {
  font-weight: normal;  
  text-decoration: none;
  text-align: right;
  color: navy;
  margin: 		0 0 0 0;
  font-size: 8pt;
}

.subheading {
  font-size: 18pt;
  font-weight: normal;
  text-decoration: none;
  color: black;
  margin:               0 0 0 0;
}

.subpage {
  font-size: 14pt;
  font-weight: normal;
  text-decoration: none;
  text-align: justify;
  color: black;
}

.subpageright {
  font-size: 12pt;
  font-weight: normal;
  font-type: "times new roman";
  text-decoration: none;
  text-align: right;
  color: white;
}

.subtitle {
  font-size: 12pt;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
  color: purple;
}

.subtitlecenter {
  font-size: 12pt;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  color: black;
}

.subminor {
  font-size: 8pt;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
  color: black;
}

.subminorright {
  font-size: 10pt;
  font-weight: normal;
  text-decoration: none;
  text-align: right;
  color: white;
}

.subminorleft {
  font-size: 10pt;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
  color: white;
}

.submicro {
  font-size: 8pt;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  color: black;
}

.indent {
  text-indent: 20px;
  text-align: left;
}




.marginless {
   margin: 0px 0px 0px 0px;
}

.tinybreak {
   margin: 0px 0px 3px 0px;
}

.smallbreak {
   margin: 0px 0px 5px 0px;
}

.medbreak {
   margin: 0px 0px 10px 0px;
}

.break {
   margin: 0px 0px 20px 0px;
}




.bold {
  font-weight: bold;
}

