

.body-style{
	color: #4e4e4e;
	background-color: #f5f5f5;
}

a {
	text-decoration: none;
	color: #4e4e4e;
}

/*
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #e4e4e4;
}
*/

light-link {
	text-decoration: none;
	color: #4e4e4e;
}

dark-link {
	text-decoration: none;
	color: #ffffff;
}

.pointer {
	cursor: pointer;
}

.button-style1 {
	background-color: #808080;
	color: #ffffff;
	width: 90px;
	border-radius: 3px;
	border: 1px solid #dcdcdc;
	cursor: pointer;
}

.dark-mode .button-style1 {
	background-color: #f5f5f5;
	color: #606060;
	border-radius: 3px;
	border: 1px solid #dcdcdc;
	cursor: pointer;
}

.dark-mode{
 	color: #ffffff;
	background-color: #505050;
}

.dark-mode a{
 	color: #ffffff;
	background-color: #606060;
}

.dark-mode .table-style1{
 	color: #ffffff;
	background-color: #606060;
}

.main-style{
	margin: 0px auto;
	border: 0px solid
}

.header-style{
	margin: 0px auto;
	border: 0px solid
}

.table-style1{
	padding: 0px 0px 5px 10px;
	border: 1px solid #dcdcdc;
	border-radius: 10px;
	margin: 5px auto;
	background-color: #e8e8e8;
}

.header-cell2 {
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: Helvetica, sans-serif;
	font-size: initial;
	font-weight: 600;
}

.col-style1 {
	width: 150px;
	min-width: 120px;
}

.col-style2 {
	width: 350px;
	min-width: 150px;
}

.col-style3 {
	width: 500px;
	min-width: 270px;
}

.image-cell {
	padding: 5px 0px 5px 0px;
}

.text-cell {
	padding-left: 5px;
	font-family: Helvetica, sans-serif;
	font-size: initial;
	font-weight: normal
}

.text24 {
	font-family: Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
/*	color: #4e4e4e;  */
 	text-decoration: none;
}

.text22 {
	font-family: Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
/*	color: #4e4e4e;  */
	text-decoration: none;
}

.text16 {
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
/*	color: #4e4e4e;  */
	text-decoration: none;
}

.image-header {
	padding-left: 10px;
}

.text-header {
	padding-left: 20px;
}
.button-right {
	display: flex;
	justify-content: center;
	align-items: end;
}	

.image-center {
	margin: 0 auto;
	display: block;
	border-radius: 5px;
	border: 1px solid #dcdcdc;
}

