body {
    background-color : #FFFFFF;
    color : #555555;
	font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 11px;
}

/* **** Text - Start **** */
.Text_Title {
    color : #1C3866;
	font-size : 12px;
    font-weight : bold;
    text-align : left;
}

.Text_Title2 {
    color : #1C3866;
	font-size : 16px;
    font-weight : bold;
    text-align : center;
}

.Text_Normal {
    color : #555555;
    font-size : 11px;
    text-align : left;
}

.Text_Small {
    color : #555555;
    font-size : 9px;
    text-align : left;
}

.Text_Green {
    color : Green;
    font-size : 11px;
    font-weight : normal;
    text-align : left;
}

.Text_Orange {
    color : Orange;
    font-size : 11px;
    font-weight : normal;
    text-align : left;
}

.Text_Red {
    color : Red;
    font-size : 11px;
    font-weight : normal;
    text-align : left;
}
/* **** Text - End **** */

/* **** Links - Start **** */
a:Link, a:Visited {
    color : #000000;
	font-size : 11px;
    font-weight : normal;
    text-decoration : none;
}
a:Hover {
    color : #000000;
    text-decoration : underline;
}

/* **** CSS Sven **** */
.Table1HeaderCol1 {
    background-color : #ffb64b;
    border-color : Black;
    border-style : solid;
    border-width : 1px 0px 1px 1px;
    color : #1C3866;
    font-weight : bold;
    padding : 5px 5px 5px 5px;
	font-size : 14px;
}
.Table1HeaderCol2 {
    background-color : #ffb64b;
    border-color : Black;
    border-style : solid;
    border-width : 1px 1px 1px 0px;
    color : #1C3866;
    font-weight : bold;
    padding : 5px 5px 5px 5px;
	font-size : 14px;
}
.Table1HeaderCol3 {
    background-color : #ffb64b;
    border-color : Black;
    border-style : solid;
    border-width : 1px 1px 1px 1px;
    color : #1C3866;
    font-weight : bold;
    padding : 5px 5px 5px 5px;
	font-size : 14px;
}
.TableHeaderText {
	color : #1C3866;
    font-weight : bold;
	font-size : 14px;
}
.TableHeaderSubText {
	color : #1C3866;
    font-weight : normal;
	font-size : 12px;
}
.Table1Col1 {
    background-color : white;
    border-color : Black;
    border-style : solid;
    border-width : 1px 0px 1px 1px;
    font-weight : normal;
    padding : 5px 5px 5px 5px;
    vertical-align : top;
	font-size : 11px;
}
.Table1Col2 {
    background-color : White;
    border-color : Black;
    border-style : solid;
    border-width : 1px 1px 1px 0px;
    font-weight : normal;
    padding : 5px 5px 5px 5px;
    vertical-align : top;
	font-size : 11px;
}
}ul {
    margin-bottom: 0px;
	margin-left: 20px;
}
li {
    margin-bottom: 5px;
}
