.blockfix {
	display: block;
}
.img {
        border: 1px solid #DEDEDE;
}

body {
        background: #FFFFFF;

}
p, .basic {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	background: transparent;
	font-size: 75%;
	color: #444444;
	margin-top: 0px;
}

h1 {
	font-size: 1.1em;
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	}

a {
        text-decoration: none;
	color: #444444;
}
a:hover {
	text-decoration: underline;
}
form {
        margin-bottom: 0px;
}
.line {
        background: #999999
}
.optiontext {
	font-family: Tahoma, Verdana, Arial, sans-serif;
        font-size: 70%;
        color: #666666;
	text-decoration: none;
}
.optiontext a {
        color: #666666;
        text-decoration: underline;
}
.optiontext a:hover {
        text-decoration: underline;
}
.optionformfield {
	font-family: Tahoma, Verdana, Arial, sans-serif;
        color: #666666;
        font-size: 70%;
        background: #FFFFFF;
}
.currentview {
        color: #FFFFFF;
        background:#000066;
	font-weight: bold;
        padding:1px;
}
.viewoption {
        color: #000066;
	font-weight: bold;
        padding:1px;
}
.viewoption a {
        color: #000066;
        text-decoration: none;
        padding:1px;
}
.viewoption a:hover {
        color: #FFFFFF;
        background:#000066;
        text-decoration: none;
        padding:1px;
}
.viewoptionsel {
        color: #FFFFFF;
        background:#000066;
	font-weight: bold;
        padding:1px;
}
.memmenuopt {
        font-size: 80%;
	color: #000066;
	font-weight: bold;
}
.memmenuopt a {
	color: #000066;
	text-decoration: none;
}
.memmenuopt a:hover {
        color: #FF0000;
        text-decoration: none;
}

/* footer */

.footer {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	background: transparent;
        color: #999999;
	font-size: 65%;
	margin-top: 3px;
	margin-bottom: 3px;
}
.footer a {
        color: #999999;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}

.footerhidden a {
	text-decoration: none;
}
.footerhidden a:hover {
        text-decoration: none;
}

/* classes */

.title {
        font-size: 80%;
	color: #000066;
	font-weight: bold;
	margin-bottom: 2px;
}
.title a {
        text-decoration: none;
        color: #000066;
}
.highlight {
        color: #000066;
	font-weight: bold;
}
.highlight a {
        text-decoration: none;
        color: #000066;
}
.highlight a:hover {
	text-decoration: underline;
}
.menuopt {
        font-size: 80%;
	color: #000066;
	font-weight: bold;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 10px;
        margin-right: 10px;
}
.menuopt a {
	color: #000066;
	text-decoration: none;
}
.menuopt a:hover {
        color: #FF0000;
        text-decoration: none;
}
.formfield {
	font-family: Tahoma, Verdana, Arial, sans-serif;
        color: #000066;
        font-size: 75%;
}
.formbutton {
	font-family: Tahoma, Verdana, Arial, sans-serif;
        font-size: 70%;
        font-weight: bold;
        background: #CCCCCC;
}
.small {
        font-size: 65%;
	color: #000066;
	margin-top: 2px;
	margin-bottom: 0px;
}


