a:link {
    text-decoration: none;
    color: Black;
}

a:visited {
    text-decoration: none;
    color: Black;
}

a:hover {
    text-decoration: underline;
    color: Black;
}

body {
	background-color: #EEEBE2;
}

h3, h4 {
    margin-bottom: 3px;
}

.spacer-h {
	width: 3px;
}

.spacer-v {
	height: 3px;
}

.row-0 {
	background-image: url(images/back_0.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 15px;
}

.row-1-0 {
	background-image: url(images/back_1_outer.jpg);
	background-repeat: no-repeat;
	width: 20px;
	height: 79px;
}

.row-1-1 {
	background-image: url(images/back_1.jpg);
	background-repeat: no-repeat;
	height: 79px;
}

.row-1-2 {
	width: 20px;
	height: 79px;
}

.row-2-1 {
	background-image: url(images/back_2_left.jpg);
	background-repeat: no-repeat;
	width: 250px;
	height: 304px;
}

.row-2-2 {
	background-image: url(images/back_2_right.jpg);
	background-repeat: no-repeat;
	width: 567px;
	height: 304px;
}

.row-2-2 div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	padding-left: 60px;
	padding-right: 60px;
}

.row-2-2 div ul li {
	margin-left: -20px;
}

.row-3-1 {
	background-image: url(images/back_3_left.jpg);
	background-repeat: no-repeat;
	width: 543px;
	height: 256px;
}

.row-3-1 div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
    color: #EEEBE2;
	padding-top: 15px;
	padding-left: 15px;
}

.row-3-2 {
	background-image: url(images/back_3_right.jpg);
	background-repeat: no-repeat;
	width: 274px;
	height: 256px;
}

.row-4 {
	border-left: 1px solid #D2CDBD;
	border-right: 1px solid #D2CDBD;
}

.row-4-1 {
	padding: 35px;
	width: 50%;
}

.row-4-2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	padding: 35px;
	width: 50%;
}

.row-5 {
	background-color: #D2CDBD;
	height: 44px;
}

.row-5-1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	padding-left: 20px;
}

.row-5-2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	padding-right: 20px;
}

#modalContainer {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
    margin: auto;
    z-index: 9999;
    background-image: url(images/semi-transparent.gif);
    visibility: hidden;
}

#modalWindow {
    border: 2px solid #D2CDBD;
    background: #EEEBE2;
}

#modalWindowBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.dialog-headline {
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	font-size: 10pt;
	text-align: left;
    background-color: #D2CDBD;
    color: #000000;
    padding-top: 5px;
    padding-left: 15px;
    padding-bottom: 4px;
    border-top: 1px solid #D2CDBD;
    border-left: 1px solid #D2CDBD;
    border-bottom: 1px solid #D2CDBD;
}

.dialog-headline-btn {
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	font-size: 10pt;
    background-color: #D2CDBD;
    color: #000000;
    padding-top: 5px;
    padding-left: 15px;
    padding-bottom: 4px;
    border-top: 1px solid #D2CDBD;
    border-left: 1px solid #D2CDBD;
    border-bottom: 1px solid #D2CDBD;
}