/* General */
body
{
	font-size: 8pt;
	margin:10px;
	color: #4f616f;
	font-family: Tahoma, Arial, Sans-Serif;

    
 }

h1
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-weight: bold;
	font-size: 10pt;
	color: #921823;
	font-family: Tahoma, Arial, Sans-Serif;
	background-color: #7c8f9d;

}

h2
{
	border-right: #000000 1px solid;
	padding-right: 2px;
	border-top: #000000 1px solid;
	padding-left: 2px;
	font-weight: bold;
	font-size: 9pt;
	padding-bottom: 2px;
	border-left: #000000 1px solid;
	color: #7c8f9d;
	padding-top: 2px;
	border-bottom: #000000 1px solid;
	font-family: Tahoma, Arial, Sans-Serif;
	background-color: #7c8f9d;
}

p
{
	font-size: 8pt;
	color: #4f616f;
	font-family: Tahoma, Arial, Sans-Serif;
}

li
{
	font-size: 8pt;
	color: #4f616f;
	font-family: Tahoma, Arial, Sans-Serif;
}


.tb_head
{
	width:100%;
border-bottom: #000000 1px solid;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	font-weight: bold;
	font-size: 10pt;
	color: #921823;
	font-family: Tahoma, Arial, Sans-Serif;
	background-color: #7c8f9d;

}



/* /General */

/* Login */
.table_login
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
        border-style: solid;
}

.th_login
{
	font-size: 10pt;
	font-weight: bold;
	color: #921823;
	font-family: Tahoma, Arial, Sans-Serif;
	background-color: #e5eaed;
}

.td_login
{
	font-size: 10pt;
	color: #215ba7;
	font-family: Tahoma, Arial, Sans-Serif;
	background-color: #e5eaed;
}

.td_login_error
{
	font-size: 10pt;
	color: #ff0000;
	font-family: Tahoma, Arial, Sans-Serif;
	background-color: #e5eaed;
}

.a_login
{
        font-size: 8pt;
        color: #000000;
        font-family: Tahoma, Arial, Sans-Serif;
        cursor: pointer;
        text-decoration: none;
}

/* /Login */

/* Info */
.table_info
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000  1px solid;
}

.td_info
{
	font-size: 10pt;
	color: #2e64ab;
	font-family: Tahoma, Arial, Sans-Serif;
	background-color: #e5eaed;
}
/* /Info */

/* Navigation */
.table_nav
{
	border-right: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
}

.td_nav
{
	font-size: 8pt;
        font-weight: bold;
	color: #921823;
	font-family: Tahoma, Arial, Sans-Serif;
	background-color: #7c8f9d;

}

.a_nav
{
	font-size: 7pt;
	font-weight: bold;
	color: #ffffff;
	
	font-family: Tahoma, Arial, Sans-Serif;
	text-decoration: none;
}

.a_nav:hover
{
	font-size: 7pt;
	font-weight: bold;
	color: #ffffff;
	
	font-family: Tahoma, Arial, Sans-Serif;
	text-decoration: underline;
}



/* /Navigation */

/* Content */
.table_content
{
	
	margin-top: 0px;	
         color: #4f616f;
}

.table_content2
{

         border: #000000 1px solid;
         background-color: #FFF;
         margin-left:auto;
         margin-right:auto;
         color: #4f616f;
}

.div_content
{

        overflow-y:auto;
        overflow-x:hidden;
        padding: 5px;
        text-align:left;
        background-color: #e5eaed;

}


.th_content
{
        width: 100%;
	font-weight: bold;
	font-size: 8pt;
	color: #ffffff;
	font-family: Tahoma, Arial, Sans-Serif;
	background-color: #7c8f9d;

}

.td_content
{
	font-size: 8pt;
	color: #4f616f;
	font-family: Tahoma, Arial, Sans-Serif;
	background-color: #e5eaed;
}

.a_content
{
	font-size: 7pt;
	color: #4f616f;
	font-style: italic;
	font-family: Tahoma, Arial, Sans-Serif;
	text-decoration: none;
        cursor: pointer;
}

.a_content:hover
{
	font-size: 7pt;
	color: #4f616f;
	font-style: italic;
	font-family: Tahoma, Arial, Sans-Serif;
	text-decoration: underline;
}
/* /Content */

/* Items */
.th_item
{
	font-weight: bold;
	font-size: 8pt;
	color: #b61c28;
	font-family: Tahoma, Arial, Sans-Serif;
	background-color: #7c8f9d;
}

.td_item
{
	font-size: 8pt;
	color: #4f616f;
	font-family: Tahoma, Arial, Sans-Serif;
	background-color: #e7e5e5;
}

.td_excl
{
	font-size: 8pt;
	color: #0000ff;
	font-family: Tahoma, Arial, Sans-Serif;
	background-color: #e7e5e5;
}
/* /Items */

/* Input */
.input_vt
{
	font-size: 8pt;
	color: #000000;
	font-family: Tahoma, Arial, Sans-Serif;
	background-color: #ffffff;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	width: 80px;
}

.input_05
{
	font-size: 8pt;
	color: #000000;
	font-family: Tahoma, Arial, Sans-Serif;
	background-color: #ffffff;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	width: 50px;
}

.input_10
{
	font-size: 8pt;
	color: #000000;
	font-family: Tahoma, Arial, Sans-Serif;
	background-color: #ffffff;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	width: 75px;
}

.input_15
{
	font-size: 8pt;
	color: #000000;
	font-family: Tahoma, Arial, Sans-Serif;
	background-color: #ffffff;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	width: 150px;
}

.input_30
{
	font-size: 8pt;
	color: #000000;
	font-family: Tahoma, Arial, Sans-Serif;
	background-color: #ffffff;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	width: 200px;
}

.button_08
{
	font-size: 8pt;
	color: #e7e5e5;
	font-family: Tahoma, Arial, Sans-Serif;
	background-color: #921823;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	width: 80px;
}

.button_15
{
	font-size: 8pt;
        font-weight: bold;
	color: #ffffff;
	font-family: Tahoma, Arial, Sans-Serif;
	background-color: #921823;
	border-right: #00000 1px solid;
	border-top: #00000 1px solid;
	border-left: #00000 1px solid;
	border-bottom: #000000 1px solid;
	width: 150px;
}
/* /Input */

