.normal					{ font-family: Tahoma, Sans-Serif, MS Sans Serif; font-style: normal; text-decoration: none; }

.regular					{ font-weight: normal; } 
.bold						{ font-weight: bold; } 
.italic						{ font-style: oblique; } 
.bold_italic			{ font-weight: bold; font-style: oblique; } 
.underline				{ text-decoration:underline; } 

.white						{ color: #FFFFFF }
.black					{ color: #000000 }
.violet						{ color: #713699 }
.blue						{ color: #0072BC }
.red							{ color: #DD0000 }
.green					{ color: #266902 }
.pink						{ color: #EC008C }
.orange					{ color: #FF6606 }
.gray						{ color: #9FB8BF }
.yellow					{ color: #F5ED09 }

.s05						{ font-size: 5pt; } 
.s06						{ font-size: 6pt; } 
.s07						{ font-size: 7pt; } 
.s08						{ font-size: 8pt; } 
.s09						{ font-size: 9pt; } 
.s10						{ font-size: 10pt; } 
.s11						{ font-size: 11pt; } 
.s12						{ font-size: 12pt; } 
.s13						{ font-size: 13pt; } 
.s14						{ font-size: 14pt; } 
.s15						{ font-size: 15pt; } 
.s16						{ font-size: 16pt; }
.s17						{ font-size: 17pt; } 
.s18						{ font-size: 18pt; }
.s19						{ font-size: 19pt; } 
.s20						{ font-size: 20pt; }
.s25						{ font-size: 25pt; }
.s30						{ font-size: 30pt; }
.s35						{ font-size: 35pt; }

body						{ font-family: Tahoma, Sans-Serif, MS Sans Serif; font-style: normal; text-decoration: none; font-size: 9pt; }
td								{ font-family: Tahoma, Sans-Serif, MS Sans Serif; font-style: normal; text-decoration: none; font-size: 9pt; }
h1							{ font-weight: bold; font-size: 11pt; padding: 0px; margin: 0px; }
h2							{ font-weight: bold; font-size: 10pt; padding: 0px; margin: 0px; }
h3							{ font-weight: bold; font-size: 13pt; padding: 0px; margin: 0px; }
p								{ margin: 0px; }

.pdd_05				{ padding-top: 5px; }
.pdd_08				{ padding-top: 8px; }
.pdd_16				{ padding-top: 16px; }
.pdd_24				{ padding-top: 24px; }
.pdd_32				{ padding-top: 32px; }
.pdd_left05			{ padding-left: 5px; }
.pdd_right05		{ padding-right: 5px; }
.pdd_left10			{ padding-left: 10px; }
.pdd_right10		{ padding-right: 10px; }
.brd_top				{ border-top: #000000 1px solid; }
.brd_bottom			{ border-bottom: #000000 1px solid; }
.brd_left					{ border-left: #000000 1px solid; }
.brd_right				{ border-right: #000000 1px solid; }
.dash_top				{ border-top: #9FB8BF 1px dashed; }
.dash_bottom		{ border-bottom: #9FB8BF 1px dashed; }
.dash_left				{ border-left: #9FB8BF 1px dashed; }
.dash_right			{ border-right: #9FB8BF 1px dashed; }
.box_pdd12			{ padding-left: 12px; padding-right: 12px; }
.box_w01				{ padding-top: 3px; padding-bottom: 3px; padding-left: 5px; border-bottom: #FFFFFF 1px solid; }
.box_w02				{ padding-top: 3px; padding-bottom: 3px; border-left: #FFFFFF 1px solid; border-bottom: #FFFFFF 1px solid; }
.bg_white				{ background-color: #FFFFFF; }

.x_bg						{ background-repeat: repeat-x; background-position: left top; }
.y_bg						{ background-repeat: repeat-y; background-position: left top; }
.bg							{ background-repeat: no-repeat; background-position: center center; }

a:link, a:active, a:visited { color: #EC008C; text-decoration:none; font-size: 8pt }
a:hover { color: #000000; text-decoration:underline; font-size: 8pt }
a.black_menu:link, a.black_menu:active, a.black_menu:visited { color: #000000; text-decoration:underline; font-size: 10pt }
a.black_menu:hover { color: #000000; text-decoration:underline; font-size: 10pt }
a.black_link:link, a.black_link:active, a.black_link:visited { color: #000000; text-decoration:underline; font-size: 8pt }
a.black_link:hover { color: #000000; text-decoration:underline; font-size: 8pt }
a.orange_link:link, a.orange_link:active, a.orange_link:visited { color: #FF6606; text-decoration:underline; font-size: 8pt }
a.orange_link:hover { color: #FF6606; text-decoration:underline; font-size: 8pt }

h6							{  text-align: justify; text-indent: 0.5in; overflow: hidden;  height: 16pt;  }

a.smenu:link, a.smenu:active, a.smenu:visited  { font-weight: bold; text-decoration:none; text-align: left; padding-left: 10px; color: #9FB8BF; padding-top: 1px; border-top: #E6E6E6 1px dashed; border-bottom: #E6E6E6 1px dashed; border-left: #E6E6E6 1px dashed; border-right: #E6E6E6 1px dashed; background-color: #FFFFFF; width: 180px; height: 20px; font-size: 9pt }
a.smenu:hover { font-weight: bold; text-decoration:none; text-align: right; padding-right: 10px; color: #FFFFFF; padding-top: 1px; border-top: #804FA0 1px solid; border-bottom: #804FA0 1px solid; border-left: #804FA0 1px solid; border-right: #804FA0 1px solid; background-color: #804FA0; width: 180px; height: 20px; background-repeat: no-repeat; filter: alpha(opacity=100); font-size: 9pt }
