BODY.sbs {
    background-image: url('sbs/back.jpg');
    background-position: center top;
    background-attachment: fixed;
}

BODY.tips {
    background-image: url('tips/back3.jpg');
    background-position: top right;
    background-attachment: fixed;
}

BODY.seminars {
    background-image: url('seminars/back.jpg');
    background-position: bottom right;
    background-attachment: fixed;
}

BODY.sdt {
    background-image: url('sdt/back.jpg');
    background-position: bottom left;
    background-attachment: fixed;
}

BODY { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 0 0 0 0;
    margin-left: 3em;
    margin-right: 3em;
    margin-top: 125px;
    margin-bottom: 2em;
    font-size: 11pt;
}

BODY.popup {
	margin-top: 2em;
}

IMG {
	 border: solid 1px;
}

.left, .right {
	margin-bottom: 1em;
}

.right {
    float: right;
    margin-left: 1em;
    text-align: right;
    clear: right;
}

.left {
    float: left;
    margin-right: 1em;
    text-align: left;
    clear: left;
}

H2 { 
	text-align: center;
    color: firebrick;
    font-size: 14pt;
}

H3 {
    color: green;
    font-size: 11pt;
}

H4 {
	color: darkblue;
}

A {
    color: blue;
    text-decoration: none;
    font-weight: bold;
}

A:hover {
    color: white;
    background-color: darkgreen;
}

A.noText, A.noText:hover {
    background-color: transparent;
    outline-color: invert;
}
P.center { 
	text-align: center; 
}

TABLE {
    font-size: 11pt;
}

UL {
	list-style-type: square;
}

TABLE.fullWidth {
	width: 100%;
}