body {
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	line-height: 150%;
	background-color: #fefefe;
	color: #808080;
	margin: 0px;
}

h1 {
    color: #F37924;
    font-size: 18px;
 	letter-spacing: 2px;
 	font-family: Verdana, sans-serif;
}

h2 {
    font-size: 16px;
 	letter-spacing: 2px;
 	font-family: Verdana, sans-serif;
}

h3 {
    font-size: 13px;
 	letter-spacing: 2px;
 	font-family: Verdana, sans-serif;
    margin-bottom: 5px;
}

td, p {
    font-size: 11px;
    color: #808080;
}

th {
    color: #5D88C4;
    font-size: 12px;
 	letter-spacing: 2px;
 	font-family: Verdana, sans-serif;
 	font-weight: bold;
}

a {
    color: #999999;
}

.bullet {
    list-style-type: none;
    list-style-image:url(../img/square_bullet.gif);
}

ul {
    margin-left: 15px;
    margin-top: 5px;
}

.noleftmargin {
    padding-left: 0px;
}

.nodec {
    text-decoration: none;
}

.strong {
    font-weight: bold;
    font-size: 12px;
}

.topbg {
	background-color: #EBE9E9;
    background-image: url(../img/topbg.jpg);
    layer-background-image: url(../img/topbg.jpg);
    background-repeat: repeat-x;
}

.menubg {
	background-color: #EBE9E9;
    background-image: url(../img/topbg_r2.jpg);
    layer-background-image: url(../img/topbg_r2.jpg);
    background-repeat: repeat-x;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}

.logobanner {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}

.lb {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #999999;
}

.rb {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999999;
}

.footer {
	background-color: #EBE9E9;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #5D88C4;
}

.leftpaddded {
    padding-left: 25px;
}

.menufirst {
    text-decoration: none;
    font-weight: bold;
	font-size: 14px;
    padding-right: 15px;
    letter-spacing: 2px;
}

.menulink {
    padding-left: 15px;
    padding-right: 15px;
	font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    text-decoration: none;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #F57923;
}

.menufirst:hover {
    color: #F57923;
}

.menulink:hover {
    color: #F57923;
}

.content {
    padding-right: 15px;
    text-align: justify;
/*    background-image: url(../img/memberabcn.gif); */
/*    layer-background-image: url(../img/memberabcn.gif); */
/*    background-repeat: no-repeat; */
/*    background-position: right bottom; */
}

.bgbuild {
/*    background-image: url(../img/bgbuild.jpg); */
/*    layer-background-image: url(../img/bgbuild.jpg); */
    background-repeat: no-repeat;
    background-position: left top;
}

.sublogo {
    color: #EBE9E9;
    font-size: 10px;
 	letter-spacing: 10px;
 	font-family: "Times New Roman";
 	font-weight: bold;
}

.orangeborder {
    border-color: #F37924;
	border-width: 1px;
	border-style: solid;
}


.darkblueborder {
    border-color: #243060;
	border-width: 3px;
	border-style: solid;
}


.greyborder {
    border-color: #dedede;
	border-width: 2px;
	border-style: solid;
}

.leftblock {
    background-color: #EBE9E9;
    width:202px;
    height: 100%;
}

.cellnopad {
    margin: 0px;
    padding: 0px;
}

#navman {
    display: none;
}

.menulinks {
    color: #243060;
    text-decoration: none;
    width: 100%;
    font-weight: bold;
}

.menulinks:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #f57923;
}

.orangehover:hover {
    color: #BE5E18;
}

.noborderbottom {
    border-bottom-width: 0px;
	border-bottom-style: none;
}

.nobordertop {
    border-top-width: 0px;
	border-top-style: none;
}

.noborderright{
    border-right-width: 0px;
	border-right-style: none;
}

.noborderleft {
    border-left-width: 0px;
	border-left-style: none;
}

.button {
    font-size: 12px;  //10px;
	font-weight: bold;
	height: 25px;
	background-color: #243060;
	border: 1px solid #BE5E18;
	color: #FFFFFF;
}

.button2 {
	background-color: #EBE9E9;
    background-image: url(../img/topbg_r2.jpg);
    layer-background-image: url(../img/topbg_r2.jpg);
    background-repeat: repeat-x;
	border: 1px none #ffffff;
}


.orange {
    color: #F37924;
}
.txtfield {
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
}