body {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size:11px;
    background: #E6E6E6;
    color: #000;
    margin: 0;
    padding: 0;
}


a:link, a:visited, a:active {
    color: #999999;
	text-decoration:none;
	font-size:11px;
}

a:hover {
    color: #000000;
	text-decoration:none;
	font-size:11px;
}

a img {
    border: none;
    text-decoration: none;
}

div.hr {
    height: 1px;
    border-bottom: 1px solid Gray;
    clear: both;
    margin: 10px 0;
	font-size:11px;
}
table{
	font-size:11px;
}
hr {
    display: none;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 18px;
}

.submitrow {
    clear: both;
    text-align: center;
    padding: 25px;
}

#infos {
    background-color: #f7f6f3;
    margin-bottom: 10px;
}

.clear {
    clear: both;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.clearl {
    clear: left;
}

.max {
    width: 99%;
}

html > body .max {
    width: 100%;
}

.mandatory {
    color: #c00;
}

/*          Round corners           */

.bl {background: url(../images/bl.gif) 0 100% no-repeat; width: 100%} 
.br {background: url(../images/br.gif) 100% 100% no-repeat} 
.tl {background: url(../images/tl.gif) 0 0 no-repeat} 
.tr {background: url(../images/tr.gif) 100% 0 no-repeat; padding:10px} 

/*          Tables      */

table.data {
    border: 1px solid #f7f6f3;
}

table.data th {
    background: #b3ac99;
    color: #fff;
    padding: 2px 5px;
    border-right: 1px solid #fff;
}

table.data th a:link, table.data th a:visited, table.data th a:hover {
    color: #fff;
}

table.data td {
    padding: 2px 5px;
    border-bottom: 1px solid #f7f6f3;
}

td.center {
    text-align: center;
}

td.right {
    text-align: right;
}

/*          Contextual help         */

a.tooltip {
    position: relative;
    z-index: 24;
}

a.tooltip:hover {
    z-index: 25;
    background: transparent;
}

a.tooltip span {
    display: none;
}

a.tooltip:hover span {
    position: absolute;
    display: block;
    top: 0;
    left: 20px;
    border: 2px solid #e6bd00;
    background: #fff4c3;
    width: 200px;
    padding: 0.5em;
    text-decoration: none;
    color: #000;
    font-size: 11px;
    text-align: left;
}


a.tooltip img {
    border: none;
    vertical-align: middle;
    cursor: help;
}

/*          Header          */

#header {
    height: 75px;
    background: url(../images/header.jpg) repeat-x;
    width: 100%;
    text-align: center;
}

#headercontent {
    text-align: left;
    margin: 0 auto;
    width: 760px;
}

#logo {
    float: left;
    border: none;
}

#headerright {
    height: 10px;
    width: 640px;
    margin-left: 120px;
}
#footerleft {
    height: 10px;
    width: 640px;
    margin-left: 120px;
}

#loginarea {
    float: right;
    height: 37px;
    padding: 5px 0;
}

#loginarea form {
    margin: 0;
    padding: 0;
}

#top_menu {
    height: 37px;
    clear: right;
}

#top_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}

#top_menu li {
    margin: 0 0 0 10px;
    padding: 0 0 0 2px;
    display: inline;
    font-size: 11px;
    font-weight: normal;
}

#bottom_menu {
    height: 37px;
    clear: left;
}

#bottom_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}

#bottom_menu li {
	text-align: left;
    margin: 0 0 0 10px;
    padding: 0 0 0 2px;
    display: inline;
    font-size: 11px;
    font-weight: normal;
}

/*          Content         */

#content {
    width: 100%;
    text-align: center;
}

#main {
    text-align: left;
    margin: 0 auto;
    width: 760px;
}

/*          Footer          */

#footer {
    text-align: center;
    color: Gray;
    font-size: 11px;
    margin-bottom: 15px;
}

/*          Home            */

#homebanner {
    background: url(../images/bg-banner.jpg);
    height: 220px;
    margin-bottom: 10px;
}

#homebanner .br {
    height: 220px;
}

#homebanner .tr {
}

#homebanner h1 {
    margin: 0;
    padding: 5px 0;
    font: 36px Georgia, Times, serif;
    /* color: #512200; */
}

#homebanner img {
    float: left;
    margin-right: 10px;
}

#homebanner input {
    font-size: 16px;
    font-weight: bold;
}

#homecategs {
    margin-bottom: 10px;
}

.threecats {
    width: 253px;
    float: left;
}

.threecats h2 {
    border-bottom: 1px solid;
    font-size: 20px;
    margin: 0 25px 10px 0;
}

.threecats ul {
    margin: 0;
    padding: 0 0 0 15px;
}

.threecats p {
    text-align: center;
}

.viewcontent {
    width: 253px;
    float: left;
}

.viewcontent h2 {
    font-size: 20px;
    margin: 0 25px 10px 0;
}

.viewcontent ul {
    margin: 0;
    padding: 0 0 0 15px;
}

.viewcontent p {
    text-align: center;
}


/*				Comparison			*/

div.chart {
	width: 100%;
}

div.chart table {
	margin: auto;
}

.chart th {
	padding: 1em 1.5em;
}

.chart td {
	border-top: 1px solid #ddd;
	padding: 0.2em 0;
	margin: 0;
}

/*          Signup          */

#signup ul, #signup li {
    list-style: none;
    display: inline;
    margin: 0;
    padding: 0 15px 0 0;
}

#signup td {
    width: 25%;
}

p#cost {
	display: inline;
	padding: 5px;
	background: #fff4c3;
	border: 2px solid #e6bd00;
	font-weight: bolder;
	font-size: 2em;
}

/*          Accountct         */
.Accountctdept {
    width: 28%;
    float: left;
}

#popup img {
    display: block;
}
.msgs2{
	color:#990033;	
	font-size: 13px;	
}
.selectboxes_css{
	border:solid 1px #999999;
}
.bottom_new_link{
	text-decoration:none;
}
.bottom_new_link:hover{
	text-decoration:none;
	color:#000000;
}
.bottom_new_td_first{
	padding-left:10px;
	width:16%;
}
.bottom_new_td_next{
	padding-left:10px;
	border-left:solid 1px #CCCCCC;
}
input{ 
	border: solid 1px #999999;
}
textarea{
	border: solid 1px #999999;
}
select{
	border: solid 1px #CCCCCC;
	list-style-position: inside;
	list-style-type: disc;	
}
.newsCopy {
/*
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
*/   
   margin: 0px 5px 0px 0px;
   padding: 0px 0px 0px 0px;   
   overflow: auto;
   voice-family: "\"}\""; 
   voice-family:inherit;
   height: 250px;
   scrollbar-arrow-color: #A6A6A6; 
   scrollbar-base-color: #A6A6A6; 
   scrollbar-track-color: #A6A6A6; 
   scrollbar-face-color: #A6A6A6; 
   /*scrollbar-shadow-color: white; */
   scrollbar-highlight-color: white; 
   scrollbar-3d-light-color: white; 

}

html>body .newsCopy {
/*
  height: 250px;
  scrollbar-arrow-color: yellow; 
  scrollbar-base-color: black; 
  scrollbar-dark-shadow-color: yellow; 
  scrollbar-track-color: green; 
  scrollbar-face-color: blue; 
  scrollbar-shadow-color: white; 
  scrollbar-highlight-color: silver;  
  scrollbar-3d-light-color: black; 
*/  
}
.newsCopy p {
/*
      margin: 0 0 10px 0;
      padding: 0 0 5px 0;
      border-bottom: 1px solid #DDD;
*/	  
}

