body {
margin: 0px;
padding: 0px;
font-family: Verdana, helvetica, sans-serif;
font-size: 11px;
color: #000;
background: #D9D9DB;
text-align: left;
}

img{
    border:0px;
}



table {
margin: 0px;
padding: 0px;
font-family: verdana, helvetica, sans-serif;
font-size: 11px;
text-align: left;
color: #000;
}

.style1 {
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style2 {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style3 {
	color: #666666;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style4 {
	color: #225199;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style6 {
	color: #FF6600;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style7 {
	color: #E5B233;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style8 {
	color: #FF0000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style9 {
	color: #037DFF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style10 {
	color: #666666;
	font-size: 11px;
	font-family: tahoma;
}

a:link {
	color: #225199;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #225199;
}

a:active {
	text-decoration: none;
	color: #CCCCCC;
}

a:hover {
	text-decoration: none;
	color: #FF9900;
}

.a1:link {
	color: #027FFE;
	text-decoration: none;
}
.a1:visited {
	text-decoration: none;
	color: #027FFE;
}

.a1:active {
	text-decoration: none;
	color: #787A7B;
}

.a1:hover {
	text-decoration: none;
	color: #FF9900;
}

td.bgsearch {
background-image: url(../images/bg-searc.jpg);
}

td.bgsearch2 {
background-image: url(../images/bg-line-top.jpg);
}

td.bgred {
background-image: url(../images/bg-redn-grey.jpg);
}

table.bgheader {
background-image: url(../images/bg-header.jpg);
}

table.topnav {
height: 25px;
width: 100%;
background: #6A6A6C;
}



.error{
	color: #9e0b0f;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* BUTTONS */

.buttons a, .buttons button, .buttons input{
    display:block;
    float:right;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:100%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:3px 3px 3px 3px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

tr.standard {
    background: #e1e1e1;
}
tr.accent {
    background: #cecece;    
}

.invalid{
    color:#9e0b0f;
    padding:5px 5px 5px 5px;
}

#submit_res.none{
	height:0px;
    width:0px;
     background-image: none;
}
#submit_res.ajax-loading {
	height:15px;
    background-image: url(../images/spinner.gif);    
    background-repeat: no-repeat;
    background-position: center;
}
