/* Element-generic declarations */
body {
    font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
    margin: 0px;
    padding: 0px;
} 

#lang {
    position: absolute;
    top: 10px;
    right: 100px;
    z-index: 100;
}

/* remove border from link images */
a img {
border: 0px;
}

a,
a:visited {
	color: #000000; 
	text-decoration: none;
	background: none; 
	font-size: 12px;
} 

a:hover {
      color: #000000;
      text-decoration: none;
} 

a.toplink,
a.toplink:active,
a.toplink:visited {
	/*color: #ffffff; */
	text-decoration: none;
	background: none; 
	font-size: 10px;
} 

a.toplink:hover {
      color: #000000;
      text-decoration: none;
} 

a.bottomlink,
a.bottomlink:active,
a.bottomlink:visited {
	color: #999999; 
	text-decoration: none;
	background: none; 
	font-size: 12px;
} 

a.bottomlink:hover {
      color: #000000;
      text-decoration: none;
} 

a.accountlink,
a.accountlink:active,
a.accountlink:visited {
	color: #ffffff; 
	text-decoration: none;
	background: none; 
	font-size: 12px;
        font-weight: normal;
} 

a.accountlink:hover {
      color: #000000;
      font-weight: normal;
      font-size: 12px;
} 

a.accountlinkbar,
a.accountlinkbaractive,
a.accountlinkbar:visited {
   font-size: 14px;
   color: #ffffff;
}

a.accountlinkbar:hover {
   font-size: 14px;
   color: red;
}

a.mailto,
a.mailto:active,
a.mailto:visited {
	color: #999999; 
	text-decoration: none;
	background: none; 
}

a.mailto:hover {
      color: #000000;
      text-decoration: none;
}  


form {
display: inline; 
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: black;
}

h1 {
	font-size: 24px;
	line-height: 24px;
}

h2 {
	font-size: 16px;
	line-height: 24px;
}

h4 {
	font-size: 14px;
}

table {
  border: 0;
}

td {
	font-size: 12px;
} 

td.accounttopbar {
   font-size: 14px;
   background-color: #000000;
   color: #ffffff;
   text-align: left;
} 



.fieldprompt {
color: #666666; 
font-size: 11px;
font-weight: bold;
vertical-align: top;
text-align:left;
border-bottom: none;
}

table.wrapper {
	border: none;
	background: white;
}

table.wrapper td.topNavigation {
        font-size: 8pt; 
        /*color: #ffffff; */
        text-align: center; 
        /*background-color: #999999*/
 }
table.wrapper td.bottomBar {
        font-size: 8pt; color: #ffffff; background-color: #999999
        }

table.wrapper td.bottomNavigation {
        font-size: 8pt; 
        color: #999999; 
        text-align: center; 
        background-color: #ffffff
       }

table.home_page_left {
        width: 90%;
	border: none;
	background: white;
}

table.home_page_left td.navigation 
         {width: 30%; vertical-align: top; font-size: 10pt; color: #999999; 
         text-align: left; background-color: #ffffff}

table.home_page_left td.image-side 
         {width: 70%; vertical-align: top; background-color: #ffffff}

/* IDs */

#loggedinblock
   {
   color: #5a4a4a; font-size: 14px; text-align: center; 
   }

/* end IDs */

.companyAdMain{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FF0000;
	text-align:center;
	font-weight:bold;
}
.companyAdSub{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-align:center;
	font-weight:bold;
	font-style:italic;
}

.jsvalidation {
  color: red;
}

/* Testimonials */
div.testimonial {
    width: 600px;
    background-color: #efefef;
    padding: 3px 5px 10px 15px;
    margin-bottom: 10px;
    border-top: solid 1px #ddd;
    color: #4c4c4c;
}

.testimonial  blockquote {
    width: 600px;
    margin-left: 0px;
}
.testimonial cite {
    font-style: normal;
    font-size: 90%;
}
