@charset "utf-8";
/* CSS Document */
img, div { behavior: url(iepngfix.htc) }
/* {
margin:0;
padding:0;
}
/*color panel*/
.cbg{ background-color:#297a92;}
.caccount { color:#65acd9;}
.darkblue {color:#316ca7;}
.headbar {color:#709ec4;}
.menudrop{color:#dcd2c5;}
.lightblue {color:#80b9de;}



/*img related elements*/
/*general img css*/
img {
border:none;
}
/*specific img css*/
.ibg {
    background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-color:#297a92;
}

.box{
width:177px;
height:22px;
float:left;
margin-top:2px;
}



/*font metters*/
html body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

.textlog {
font:Arial, Helvetica, sans-serif;
font-weight:bold;
color:white;
font-size:16px;
}

input {
font-weight:normal;
}

.smallf{
font-size:11px;
font-weight:bold;
float:left;
margin:10px 0 0 16px;
}

html>body .smallf {
margin:10px 0 0 35px;
}

/*font:frutiger roman;
font:frutiger Black;
*/


a, a:link {
text-decoration:none;
color:black;
}
a:hover {
color:white;
}

div#footer a {
color:white;
text-decoration:none;

}

div#footer a:hover {
text-decoration:underline;
}

ul{
list-style:none;
display:inline;
}

ul li {
float:left;
}