html, body {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	position: relative;
//	background: #1C7BE7;
//	color: #330099;
	color: #393939;
	font-weight:normal;
	margin: 0px auto;
	padding: 0;
    background-image: url("../images/om-back.gif");
    background-position: center top;
    background-repeat: repeat;
}

	
#maincontent {
    padding: 0px 10px 10px 10px; 
}

a:link, a:active, a:visited {
	color: #194DB4;
	text-decoration: none;
}
a:hover {
	color: #7499E3;
}

.clearfix:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

   .topNavLink   { font-family: arial;
                   font-size: 8pt;
                   cursor: hand;
                   color: #5D0E4E;
                   text-decoration: none;
                   
                   font-weight: bold;
                 }
   .NavBar	{ //font-family: arial;
                   font-size: 10pt;
                   cursor: hand;
                   //color: #FFFFFF;
                   text-decoration: none;
                   font-weight: bold;
                 }
   .NavBarOn	{ //font-family: arial;
                   font-size: 10pt;
                   cursor: hand;
                   color: #330099;
                   text-decoration: none;
                   font-weight: bold;
                 }
   A.databaseLink:link,
   A.datebaseLink:active,
   A.databaseLink:visited { font-family: arial;
                   font-size: 10px;                 
                   color: #5D0E4E;
                   background: #DCD6F1;
				   border: 1px solid #271468;
                   text-decoration: none;
                   font-weight: bold;
				   width: 60px;
				   padding: 2px 2px 2px 2px;
				   margin-top: 3px;
				   display: block;
                 }
 A.databaseLink:hover { font-family: arial;
                   font-size: 10px;                 
                   color: #932B7E;
                   background: #DCD6F1;
				   border: 1px solid #271468;
                   text-decoration: none;
                   font-weight: bold;
				   width: 60px;
				   padding: 2px 2px 2px 2px;
				   margin-top: 3px;
				   display: block;
                 }
   .dbLink { font-family: arial;
                   font-size: 8pt;                 
                   cursor: hand;
                   color: #5D0E4E;
                   background: #E1E1FF;
                   text-decoration: none;
                   font-weight: bold;
                 }
   .databaseLinkon { //font-family: arial;
                   font-size: 8pt;                 
                   cursor: hand;
                   color: #000000;
                   background: #aeaed7;
                   text-decoration: none;
                   font-weight: bold;
                 }
   A.sidebarLink:link,
   A.sidebarLink:active,
   A.sidebarLink:visited  { 
	font-family: Arial, Helvetica, sans-serif;
   	font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
	display: block;
	background-color: #7B7BD8;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px solid #000000;
	text-indent: 4px;
	width: 100%;
 }
 A.sidebarLink:hover  { 
	//font-family: Arial, Helvetica, sans-serif;
   	font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
	display: block;
	background-color: #8E8EF9;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px solid #000000;
	text-indent: 4px;
	width: 100%;
 }
 
 h1, h2, h3 {
	//font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1.4em;
	color: #330099;
	font-variant: small-caps;
	font-style:italic;
    text-shadow: 3px 3px 3px #cc9;
	padding: 1px 0px 0 8px;
}
h2,h3 {
	font-size: 1.3em;
}

.clearboth {
	clear: both;
}

.searchLink { font-family: arial;
                   font-size: 8pt;                 
                   cursor: hand;
                   color: #5D0E4E;
                   background: #E1E1FF;
                   text-decoration: none;
                   font-weight: bold;
                   float: left;
}

#searchBox {
  background-color: #FFFFFF;
  -moz-transition: all 0.7s ease 0s;
  border: 1px solid #D1D1D1;
  border-radius: 20px 20px 20px 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
  font: bold 12px Arial,Helvetica,Sans-serif;
  margin: 5px;
  padding: 3px 7px;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  width:200px;
}

.searchBoxInput {
    background-color: transparent;
    border: 0 none;
    color: #8C8C8C;
    font: 12px/18px Verdana,Geneva,sans-serif;
    height: 18px;
    margin: 0;
    padding: 0;
    width: 150px;
}

#searchBox input[type="image"] {
  vertical-align: middle;
}

.dbResultsLink { font-family: arial;
                   font-size: 8pt;                 
                   cursor: hand;
                   color: #5D0E4E;
                   background: #E1E1FF;
                   text-decoration: none;
                   font-weight: bold;
                   width: 120px;
                   margin: 5px;
                   padding: 2px 10px;
                   float: left;
}

.marquee {
    font-family: "Times New Roman", Times, serif;
    text-align:left;
	background-color: #E9E9F7;
	padding: 15px;
	margin: 3px auto;
	width: 93%;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px; /* future proofing */
    -khtml-border-radius: 10px; /* for old Konqueror browsers */
    overflow: hidden; /*keeps nested divs from braking on ff */
    height: 1%; /*keeps nested divs from braking on ff */
}

.marquee_title {
	font-size: 1.3em;
	font-variant: small-caps;
	font-style:italic;
	font-weight: bold;
}

.marqueeImage {
    background: none repeat scroll 0 0 #000000;
    box-shadow: 5px 5px 10px -3px #000000;
    float: left;
    margin: 10px 20px 10px 10px;
    max-height: 200px;
    max-width: 180px;
    padding: 5px;
}

.simple {
    font-family: "Times New Roman", Times, serif;
    text-align:left;
	background-color: #EEEEFF;
	padding: 15px;
	margin: 3px auto;
	width: 93%;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px; /* future proofing */
    -khtml-border-radius: 10px; /* for old Konqueror browsers */
    overflow: hidden; /*keeps nested divs from braking on ff */
}
.simpleTitle {
	font-size: 1.3em;
	font-variant: small-caps;
	font-style:italic;
	font-weight: bold;
}

.simpleContact {
    float: left;
    padding: 5px;
    margin: 10px;
    width: 45%;
    background-clip: padding-box;
}

.mkt_category {
	//font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1.0em;
    font-variant: small-caps;
}

 .menu_title {
 	color: #ececff;
	background-color: #5536B8;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
	text-indent: 4px;
	font-size: 14px;
	width: 180px;
 }
   .buttonLink  { font-family: arial;
                   font-size: 10pt;
                   cursor: hand;
                   color: #5D0E4E;
                   background: #EEEEFF;
                   text-decoration: none;
                   font-weight: bold;
                   margin: 5px 10px;
                   padding: 5px;
                 }

//   body, table   { font-family: arial;
//                   font-size: 12pt;
//                 } 

   p {
    text-indent: 15px;
    text-align: justify;
   }

                 
 a.bpVuProfile       { font-family: verdana;
 	               color: red;
                       text-decoration: none;
                       font-size: 13px;
                       font-weight: normal;
                     }
 a.bpVuProfile:hover { color: #428484;
                     }
 a.bpWebShop         { font-family: verdana;
 	               color: red;
 	               font-size: 13px;
                       text-decoration: none;
                     }
 a.bpWebShop:hover { color: #428484;
                     }
	  a.bp1LM{
	   color: red;
	   font-family: courier new;
	   font-size: 14px;
	   font-weight: bold;
	   line-height: 16px;
	   text-decoration: none;
	  }
	  a.bp1LM:hover{
	   color: green; 
	  }
	  a.bp1MI{
	   color: red;
	   font-family: courier new;
	   font-size: 13px;
	   line-height: 15px;
	   text-decoration: none;
	  }
	  a.bp1MI:hover{
	   color: green;
	  }
	  a.bp2MI{
	   color: red;
	   font-family: courier new;
	   font-size: 12px;
	   line-height: 14px;
	   text-decoration: none;
	  }
	  a.bp2MI:hover{
	   color: green;
	  } 
	  .special_field {
	   width:5px;
	   visibility:hidden;
	  }               

.button {
    border: 1px solid #006;
    background: #CCCCFF;
	font-size: 12px;
	margin: 0 0 0 1px;
	padding: 2px;
}

.button:hover {
    border: 1px solid #FF0000;
    background: #EEEEFF;
}

/*network rotator*/
#rotatorgroup {
    position: relative;
    width: 400px;
    z-index: 0;
}
#rotatorgroup img {
    height: 60px;
    width: 400px;
}
#rotatorgroup #prev {
    display: none;
}
#rotatorgroup:hover #prev {
    background-color: #ccccff;
    cursor: pointer;
    display: block;
    height: 22px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 30px;
    width: 20px;
    z-index: 10;
}
#rotatorgroup #next {
    display: none;
}
#rotatorgroup:hover #next {
    background-color: #ccccff;
    cursor: pointer;
    display: block;
    height: 22px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 30px;
    width: 20px;
    z-index: 1000;
}
