.Classic				{ font-style: normal; text-decoration: none; font-weight: normal; }
.Tahoma				{  font-style: normal; text-decoration: none; font-weight: normal; }

.Regular					{ font-weight: normal; }
.Bold						{ font-weight: bold; }
.Italic						{ font-style: oblique; }
.Bold_Italic				{ font-weight: bold; font-style: oblique; }
.Underline				{ text-decoration:underline; }

.Size_M					{ font-size: 8pt; }
.Size_S					{ font-size: 10pt; }
.Size_X					{ font-size: 12pt; }
.Size_XL					{ font-size: 20pt; }

.LoveBlue				{ color: #18A2DE }
.Brown						{ color: #C5973B }
.RedBlood				{ color: #94120C }
.GrayDark				{ color: #404040 }
.Green						{ color: #316538 }
.Yellow						{ color: #FAFD02 }
.Gray						{ color: #9C969C }
.GrayTopic				{ color: #CCCCCC }
.LightGrey				{ color: lightgrey }
.Orange					{ color: orange }
.Pink						{ color: deeppink }
.Gold						{ color: #FFCC00 }

.Violet						{ color: #9601A8 }
.Blue						{ color: #146FE2 }
.Red							{ color: #DD0000 }
.White						{ color: #FFFFFF }
.Black						{ color: #000000 }

.Br_Space				{ font-style: normal; text-decoration: none; font-size: 3pt; font-weight: normal; color: #FFFFFF }

.mrg_t						{ margin-top: none; }
.mrg_b						{ margin-bottom: none; }
.mrg_l						{ margin-left: none; }
.mrg_r						{ margin-right: none; }
.pdd_t						{ padding-top: 5px; }
.pdd_b						{ padding-bottom: 5px; }
.pdd_l						{ padding-left: 10px; }
.pdd_r						{ padding-right: 10px; }
.report_pdd_t			{ padding-top: 3px; }
.report_pdd_b			{ padding-bottom: 3px; }
.report_pdd_l			{ padding-left: 6px; }
.report_pdd_r			{ padding-right: 6px; }
.brd_t						{ border-top: #000000 1px solid; }
.brd_b						{ border-bottom: #000000 1px solid; }
.brd_l						{ border-left: #000000 1px solid; }
.brd_r						{ border-right: #000000 1px solid; }
.brd_m						{ border-right: #E5E7DF 1px solid; }

a:link, a:active, a:visited { color: #146FE2; text-decoration:none; }
a:hover { color: #DD0000; text-decoration:underline; }
