h1 {
	color: black;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

p {
	color: black;
	font-family: Arial;
	font-size: 10pt;
}

.Normal_10B {
	color: black;
	font-family: Arial;
	font-size: 10pt;
}

.Normal_10W {
	color: white;
	font-family: Arial;
	font-size: 10pt;
}

.Normal_8W {
	color: white;
	font-family: Arial;
	font-size: 8pt;
}

.Normal_8B {
	color: black;
	font-family: Arial;
	font-size: 8pt;
}

.Normal_12B {
	color: black;
	font-family: Arial;
	font-size: 12pt;
}

.Normal_12W {
	color: white;
	font-family: Arial;
	font-size: 12pt;
}

.Bold_10W {
	color: white;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

.Bold_10B {
	color: black;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

.Bold_12W {
	color: white;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
}

.Bold_12B {
	color: black;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
}

.Tahoma_12B {
	color: black;
	font-family: Tahoma;
	font-size: 12pt;
	font-weight: bold;
}

.Tahoma_10B {
	color: black;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
}

.Tahoma_10 {
	color: black;
	font-family: Tahoma;
	font-size: 10pt;
}

.Tahoma_12 {
	color: black;
	font-family: Tahoma;
	font-size: 12pt;
}

.Normal_3W {
	font-family: Arial;
	font-size: 3pt;
}

.purple_1_line {
	border-bottom-color: rgb(173,61,187);
	border-bottom-style: solid;
	border-bottom-width: 1;
}

.purple_4_line {
	border-bottom-color: rgb(173,61,187);
	border-bottom-style: solid;
	border-bottom-width: 4;
}

.green_4_line {
	border-bottom-color: rgb(179,219,24);
	border-bottom-style: solid;
	border-bottom-width: 4;
}

.pink_4_line {
	border-bottom-color: rgb(219,26,179);
	border-bottom-style: solid;
	border-bottom-width: 4;
}

.health_4_line {
	border-bottom-color: rgb(162,225,32);
	border-bottom-style: solid;
	border-bottom-width: 4;
}

.food_4_line {
	border-bottom-color: rgb(126,240,38);
	border-bottom-style: solid;
	border-bottom-width: 4;
}

.input_field {
	background-color: #FFFFFF;
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
	font-family: Arial;
	font-size: 10pt;
}

.AWT_blue_4_line {
	border-bottom-color: rgb(111,152,219);
	border-bottom-style: solid;
	border-bottom-width: 4;
}

.AWT_orange_4_line {
	border-bottom-color: rgb(255,148,85);
	border-bottom-style: solid;
	border-bottom-width: 4;
}

.AWT_pink_4_line {
	border-bottom-color: rgb(224,176,201);
	border-bottom-style: solid;
	border-bottom-width: 4;
}

.AWT_red_4_line {
	border-bottom-color: rgb(230,89,105);
	border-bottom-style: solid;
	border-bottom-width: 4;
}

.AWT_green_4_line {
	border-bottom-color: rgb(196,242,132);
	border-bottom-style: solid;
	border-bottom-width: 4;
}

.padding_5 {
	padding: 5;
}

.padding_10 {
	padding: 10;
}

.pad10LR {
	border-bottom-width: 0;
	border-color: rgb(153,153,153);
	border-left-width: 1;
	border-right-width: 1;
	border-style: solid;
	border-top-width: 0;
	padding: 10;
}

.diary_header {
	border-bottom-color: rgb(153,153,153);
	border-bottom-style: solid;
	border-bottom-width: 4;
	color: black;
	font-family: Arial;
	font-size: 12pt;
}

.border1LR {
	border-bottom-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-right-width: 1px;
}

border1 {
	border-style: solid;
	border-width: 1px;
}
