html, body
{
    font-family: Tahoma,Verdana,Segoe,sans-serif;
    padding: 0px;
    margin: 0px;
    background-color: #ffffff;
/*    background-image: url(../images/gradient.png);
    background-repeat: repeat-x;
    background-color: #cee6f3; */
}

.tab {
    padding: 5px;
    border-bottom: 3px solid #5e89ec;
    text-align: center;
    font-family: arial, verdana;
  }
.tab-active {
    padding: 5px;
    border-left: 3px solid #5e89ec;
    border-top: 3px solid #5e89ec;
    border-right: 3px solid #5e89ec;
    text-align: center;
    font-family: arial, verdana;
    font-weight: bold;
  }
.tab-content {
    padding: 10px;
    border-left: 3px solid #5e89ec;
    border-right: 3px solid #5e89ec;
    border-bottom: 3px solid #5e89ec;
  }

.a_tab:link {  color: #0000AA;     FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none; }
.a_tab:visited {  color: #0000AA;     FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;}
.a_tab:hover {  color: #0000AA;      FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
text-decoration: underline;}

.lynx:link {  color: #0000AA;     FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none; font-size:14px;}
.lynx:visited {  color: #0000AA;     FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none; font-size:14px;}
.lynx:hover {  color: #0000AA;      FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
text-decoration: underline; font-size:14px;}

.Li:link {  color: #0000AA;     FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none; }
.Li:visited {  color: #0000AA;     FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;}
.Li:hover {  color: #0000AA;      FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
text-decoration: underline;}

.download:link {  color: #0000AA;     FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight: bold;
text-decoration: none; }
.download:visited {  color: #0000AA;     FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight: bold;
text-decoration: none;}
.download:hover {  color: #0000AA;      FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight: bold;
text-decoration: underline;}

.Ximg{
    border-width:3x;
    border-style:solid;
    border-color:#FFFFFF;
}

h1 {
    color: #4E7DC2;
    font-size:28px;
}
h1 a:link{
    color: #4E7DC2;
    text-decoration: none;
}
h1 a:visited{
    color: #4E7DC2;
    text-decoration: none;
}
h1 a:hover{
    color: #4E7DC2;
    text-decoration: underline;
}

.main_table{
	width: 970px;
/*	background-color: #f0f0f0;*/
	margin: 0px 0px 0px 0px;
    padding: 0px;
/*     border: 1px solid black;*/
}

.top_table{
	width: 100%;
    height: 75px;
    padding: 0px;
	margin: 0px 0px 0px 0px;

}
.top_td{
/*    background-image: url(../images/top_gradient.png);
    background-repeat: repeat-x;*/
    background-color: #ffffff;
    padding: 0px;
    margin: 0px;
}
.td_title{
    padding: 10px;
    margin: 0px;
    font-family:tahoma;
    font-size:55px;
    font-weight: bold;
}
.td_title a{
    color: #a6a6a6;
    text-decoration: none;
}

.newdiv{
    background-color: #eaf4f8;
    border: 1px solid gray;
    padding: 6px;
/*    width: 265px;*/
/* width: 150px;*/
}

.newdivX{
    background-color: #eaf4f8;
    border: 1px solid gray;
    margin: 0px 10px 10px 10px ;
    width: 680px;
}


.email {
width:250px;
height:27px;
font-family:tahoma;
font-size:20px;
border: 1px solid gray;
background-color:#ffffff;
color:#000000;
margin-left:0px;
margin-right:0px
}
.question{
font-size:16px;
font-weight: bold;
}
.answer{
font-size:14px;
color: #111111;
}
.inline{
display: inline;
}

a.ovalbutton{
background: transparent url('../images/oval-blue-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 13px Tahoma; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #494949; /*button text color*/
}

a.ovalbutton span{
background: transparent url('../images/oval-blue-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}
.generated{
font: normal 13px Tahoma;
}
.randomly{
border: 1px solid gray;
background-color: #ffffff;
}
.randomly_email{
width:150px;
border: none;
background-color: #eaf4f8;
text-decoration: underline;
}
.index{
color:#000000;
background-color: #ffffff;
font-family:tahoma;
font-size:21px;
border: none;
width:280px;
}
.email_list_title{
background-color: #ffffff;
font-weight: bold;
font-size:12px;
}
.white_block{
background-color: #ffffff;
font-weight: bold;
font-size:12px;
margin: 10px;
/*margin: 40px;
border: 1px solid black;*/
}
.email_list_title_td{
height: 90px;
font-size:12px;
}
.email_list_title a{
color: #000000;
text-decoration:none;
font-size:12px;
}
.email_list_title a:hover{
text-decoration:underline;
}

.first{
background-color:#f2f6f8;
}
.second{
background-color:#dce6ec;
}

.date{
font-size:12px;
color: #000000;
}

.from{
font-size:14px;
width:200;
}
.subject{
font-size:14px;
font-weight: bold;
font-weight: normal;
}
.subject a{
text-decoration:none;
color: #1a4963;
}
.subject a:hover{
text-decoration:underline;
}
.table_title{
background-color:#abd1dd;
font-weight: bold;
}
.list{
    background-color: #eaf4f8;
}
.features{
/*  border: 1px solid gray;*/
  width: 500px;
  text-align: left;
  color: #4E7DC2;
  font-size:18px;
}
.Xsmall{
font-size:10px;
}
.error {
    color: #FF5555;
}