* LANDING PAGE LAYOUT STYLE */

/* it is required that you set 100% on these before you start */ 

html, body { 
margin-top: -10px;
font-family: tahoma, verdana, sans-serif;
font-color: #555555;
font-size: 8pt;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
height: 100%; 
text-align: center; /* quirky IE center */

}

body {background-color: #a21b1b;}

/*body {background: url(/cmsms/images/bg_body1.gif) repeat;}*/


html {scrollbar-base-color: #660000;}



h1 {font-size:18pt;}

h2 {font-size:16pt;}

h3 {font-size:14pt;}

h4 {font-size:12pt;}

h5 {font-size:10pt;}



td {
font-family: Arial, Helvetica, sans-serif;
}


th {
font-family: Arial, Helvetica, sans-serif;
}


/* MAIN MENU FONT STYLE */

a.menu_top	{

font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
color: #FFCC99;
text-decoration: none;
font-variant: normal;
font-weight: bold;

}


a.menu_top:visited	{

font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
color: #FFCC99;
text-decoration: none;
font-variant: normal;
font-weight: bold;

}

a.menu_top:active	{
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
color: #FFCC99;
text-decoration: none;
font-variant: normal;
font-weight: bold;

}


a.menu_top:hover	{

font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
color: #F2BFBF;
text-decoration: underline;
font-variant: normal;
font-weight: bold;
background-color: transparent;

}


/* LINK FONT STYLES */


a	{

font-size: 10px;
font-family: Verdana, Helvetica, cursive;
color: WhiteSmoke;
text-decoration: none;

}



a:visited	{

color: #eaeaea; text-decoration: none;

}

a:active	{
color: #eaeaea; text-decoration: none;

}

a:hover	{

font-size: 10px;
font-family: verdana, helvetica, sans-serif;
color: gray;
background-color: transparent;
text-decoration: none;

}


.separator {

font-size: 1em;
color: #FFB38C;
font-weight: 400;

}


form	{

font: 11px Arial, Helvetica, sans-serif;
padding: 0px;
margin: 0px;

}


.form	{
font: 11px Arial, Helvetica, sans-serif;
padding: 5px;
color: #5781AB;
background-color: transparent;

}


td input, td textarea {
background-color: #ffffff;

}


submit {
background-color: #ffffff;
font-color: #cccccc;
}

.submit	{
font-color: #cccccc;
}


/* PAGE STRUCTURE STYLE - XHTML TABLE */

/* everything gets nested in the container so it can be centered, and the height is calculated from this div because it will allways be as tall as the longest column + header + footer */ 

#wrapper_outer {
margin: auto; /* strict center */
margin-top: 0px;
width: 873px; 
height: 641px;
/* min-height: 768px; */
/* height: 100%; *//* this acts like min-height, it will stretch past this if it has to.. */ 
text-align: left; /* reset text alignment */
vertical-align: top;
background-image: url(/cmsms/images/bg_landing.jpg);
background-repeat: no-repeat;
background-position: top left;
background-color: transparent;
color: black;
border: #660000 solid 0px;
display: block;
}

.top_bar {
margin-top: px;
height: 0px;
width: 818px;
background-image: url(/cmsms/images/bar_top.jpg);
background-repeat: no-repeat;
background-position: top left;
background-color: tranparent;
border-top: #5890BC solid 0px;
border-left: #5890BC solid 0px;
border-right: #5890BC solid 0px;
display: block;
}

#wrapper_header {
margin: auto;
margin-top: 0px;
padding-bottom: 10px;
width: 838px;
background-image: url(/cmsms/images/bg_trim1.gif);
background-repeat: repeat;
background-position: top left;
background-color: white;
border-top: #990000 solid 1px;
border-left: #990000 solid 1px;
border-right: #990000 solid 1px;
display: block;
}

#landing_top {
margin-top: 5px;
margin-left: 6px;
width: 850px;
height: 535px;
background-image: url(/cmsms/images/landing_image_main.jpg);
background-repeat: no-repeat;
background-position: top left;
background-color: transparent;
display: block;
}

#landing_bottom {
margin-top: 0px;
margin-left: 0px;
width: 535px;
height: 80px;
padding-left: 16px;
padding-right: 16px;
position: relative;
left: 2px;
top: 185px; /* value is -15px when video box is active */
color: #eaeaea;
background-color: transparent;
display: block;
}

#landing_bottom_right {
margin-top: 0px;
margin-left: 0px;
width: 228px;
height: 80px;
padding-left: 40px;
padding-right: 5px;
position: relative;
top: 130px;/* value is -96px when video box is active */
left: 599px;
color: #eaeaea;
background-color: transparent;
display: block;
}

#main_nav {
margin: auto;
margin-bottom: 0px;
width: 818px;
height: 40px;
background-image: url(/cmsms/images/bg_nav2.jpg);
background-repeat: no-repeat;
background-position: top left;
background-color: transparent;
border: #000000 solid 0px;
border-left: #990000 solid 1px;
border-right: #990000 solid 1px;]
border-bottom: #660000 solid 1px;
Vertical-align: center;
text-align: center;
}

#wrapper_main {
margin: 0 auto; /* strict center */
margin-bottom: 10px; 
width: 840px;
/*height: 100%; this acts like min-height, it will stretch past this if it has to.. */ 
text-align: center; /* reset text alignment */
vertical-align: top;
border: #990000 solid 1px;
color: black;
background-color: #FFFFFF;

}

#footer_box {
margin: 0 auto;
width: 350px;
text-align: left;
}


.top_left {
height: 0px;
background-color: #FFF7F2;

}


.top_right {
height: 0px;
background-color: #FFF7F2;

}


.top_mid {
height: 0px;
background-color: #FFF7F2;

}


.top_nav_left {
height: 0px;
background-color: #FFF7F2;
border-left: #5890BC solid 0px;

}


.top_nav_right {
height: 0px;
background-color: #FFF7F2;
border-right: #F2BFBF solid 0px;

}

.top_nav_mid {
height: 0px;
background-color: #FFF7F2;

}



.side_left {
width: 200px;
background-image: url(/cmsms/images/bg_trim1.gif);
background-repeat: repeat;
background-position: top left;
background-color: #FFF7F0;
border-left: #F2BFBF solid 0px;
border-right: #F2BFBF solid 1px;
border-bottom: #FFF7F2 solid 0px;
vertical-align: top;

}

.side_right {
height: 600px;
background-image: url(/cmsms/images/bg_main_top2.jpg);
background-repeat: repeat-x;
background-position: top left;
background-color: #FFFFFF;
border-right: #F2BFBF solid 0px;

}


.mid_main {
background-image: url(/cmsms/images/bg_main_top2.jpg);
background-repeat:repeat-x;
background-position: top left;
background-color: #FFFFFF;
text-align: left;
vertical-align: top;
}

.btm_left {
width: 200px;
background-image: url(/cmsms/images/bg_trim1.gif);
background-repeat: repeat-x;
background-position: top left;
background-color: F2BFBF;
border-top: #440000 solid 1px;
border-right: #FFF7F2 solid 0px;
color: #d54a00;
}


.btm_mid {
height: 38px;
color: #d54a00;
background-image: url(/cmsms/images/bg_trim1.gif);
background-repeat: repeat-x;
background-position: top left;
background-color: transparent;
border-top: #440000 solid 1px;
text-align: left;
text-indent: 50px;
}

.btm_right {
background-image: url(/cmsms/images/bg_trim1.gif);
background-repeat: repeat-x;
background-position: top left;
background-color: transparent;
border-top: #440000 solid 1px;
border-right: #FFF7F2 solid 0px;
}




/* MENU STYLE */

.menu_main {
margin-top: 5px;
background-color: transparent;
text-align: center;
vertical-align: center;
}


.menu_box {
margin-top: 0px;
height: 1.2em;
text-align: center;
vertical-align: center;
}


/* MAIN CONTENT BOX AND HEADER STYLE */

div.main_box_hdr {
margin-left: 10px;
width: 460px;
background-color: transparent;
border-bottom: solid #990000 1px;
}

div.main_box_content {
margin-right: 0px;
margin-left: 5px;
width: 495px;
height: 100%;
font-size: 11px;
font-family: tahoma, verdana, sans-serif;
font-weight: normal;
color: #555555; 
text-align: left;
background-color: transparent;
vertical-align: top;
border-bottom: #eaeaea solid 0px;
/* display: block; */
}


/* LEFT SIDE CONTENT BOX CONFIGURATION */

div.left_box1 {
width: 200px;
margin-right: 0px;
min-height: 425px;
height: 425px;
font-size: 11px;
font-family: tahoma, verdana, sans-serif;
font-weight: normal; 
color: #555555;
background-image: url(/cmsms/images/bg_side_top3.jpg);
background-repeat:repeat-x;
background-position: top left;
background-color: transparent;
padding-top: 15px;
text-align: left;
vertical-align: top;
}

.side_content_box {
margin: auto;
width: 180px;
padding: 5px;
font-size: 11px;
font-family: tahoma, verdana, sans-serif;
font-weight: normal; 
color: #555555;
background-image: url(/cmsms/images/bg_main_top2.jpg);
background-repeat: repeat;
background-position: top left;
background-color: transparent;
text-align: left;
vertical-align: top;
border: #660000 solid 1px;
}

.side_box_hdr {
margin-bottom: 5px;
padding-left: 5px;
font-size: 12px;
font-family: tahoma, verdana, sans-serif;
font-weight: bold;
font-variant: small-caps;
color: #CC0000;
border-bottom: #990000 solid 1px;
}

.video_box_outer {
width: 258px;
height: 200px;
position: relative;
left: 25px;
top: 146px;
padding-top: 16px;
font-size: 11px;
font-family: tahoma, verdana, sans-serif;
font-weight: normal; 
color: #555555;
background-image: url(/cmsms/images/bg_video.gif);
background-repeat: no-repeat;
background-position: top left;
background-color: transparent;
text-align: left;
vertical-align: top;
border: #660000 solid 0px;
}

.video_box_inner {
margin: auto;
position: relative; left: 15px;

}




/* LOWER MAIN SECTION CONFIGURATION */


#main_box_lwr {
margin-right: 0px;
width: 500px;
text-align: left;
}

#mid_main_lower {
/* min-height: 200px;
height: 200px; */
}


td.lwr_lft {
margin-left: 5px;
margin-right: 5px;
background-image: url(/cmsms/images/mid_btm_bg.gif);
background-repeat: repeat-x;
background-position: bottom;
border-top: #F2BFBF solid 1px;
border-right: #F2BFBF solid 1px;
vertical-align: top;
}

td.lwr_rgt {
margin-left: 5px;
margin-right: 5px;
background-image: url(/cmsms/images/mid_btm_bg.gif);
background-repeat: repeat-x;
background-position: bottom;
border-top: #F2BFBF solid 1px;
border-right: #F2BFBF solid 0px;
vertical-align: top;
}


/* PRIMARY CONTENT STYLES */

.content {
margin-top: 2px;
margin-left: 5px;
margin-right: 5px;
font-family: arial, helvetica, verdana, sans-serif;
font-size: 11px;
font-weight: normal;
color: #555555;
text-align: left;

}


.pic {
float: left;
margin-top: 5px;
margin-left: 8px;
margin-right: 4px;
margin-bottom: 0px;
border: solid #CC7F7F 1px;
vertical-align: middle;
}

.pic1 {
margin: auto;
margin-top: 7px;
width: 175px;
height: 175px;
border: solid #CC7F7F 0px;
background-color: transparent;
vertical-align: middle;
text-align: center;
}

.site_pic {
float: left;
margin-top: 0px;
margin-left: 1px;
margin-right: 1px;
margin-bottom: 4px;
border: solid #CC7F7F 1px;
vertical-align: middle;
}

.image_box1 {
margin: auto;
margin-top: 8px;
margin-bottom: 8px;
width: 180px;
height: 180px;
background-image: url(/cmsms/images/bg_img2.gif);
background-repeat: repeat;
background-position: top left;
background-color: #FFF7F2;
border: solid #990000 1px;
vertical-align: middle;
text-align: center;

}

.section_line {
width: 490px;
border-bottom: solid #CC7F7F 1px;
}


/* TABLE LIST FONT STYLE */


table.pic_tbl {
color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
}

p.list_title {
color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}


/* COPYRIGHT STYLE */

ul.copyright {
margin: 0;
width: 300px;
list-style: none;
text-align: center;

}


.copyright	{ COLOR: #660000; FONT: 9px verdana, arial, sans-serif; text-align: center;}

.copyrgt_txt a:link { color: #660000; FONT: 9px verdana, arial, sans-serif; text-align: center;}

.copyrgt_txt a:active { color: #660000; FONT: 9px verdana, arial, sans-serif; text-align: center;}

.copyrgt_txt a:visited { color: #660000; FONT: 9px verdana, arial, sans-serif; text-align: center;}

.copyrgt_txt a:hover { color: #cc0000; FONT: 9px verdana, arial, sans-serif; text-align: center;}





/* MISCELLANEOUS TEXT STYLES */

.subtitle {FONT: 16px Arial, Helvetica, sans-serif; COLOR: #CC0000; font-weight: bold; font-variant: small-caps;}

.para_intro {color: #cc0000; font-weight: bold; font-variant: none;}

.just 		{text-align: justify; align:left;}

.nojust		{text-align: left;}

.center		{text-align: center;}




/* SITE FONT STYLES */


.light_font {font-family:Arial, Helvetica, sans-serif; color: #5890BC;}

.medium_font {font-family:Arial, Helvetica, sans-serif; color: #3A5876;}

.dark_font {font-family:Arial, Helvetica, sans-serif; color: #2E455C;}

.accent_font {font-family:Arial, Helvetica, sans-serif; color: #5781AB;}



/* OTHER FONT COLOR STYLES */

.header_font {font-family: "Info Text Caps", Tahoma, Arial, Verdana, sans-serif;}

.font_script {font-family: "Lucida Calligraphy", Arial, Helvetica, cursive; font-size: 14px; color: #ffffff}

.black {font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000}

.black_bold {font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #000000}

.black16 {font-size:16.0pt; font-family:Arial, Helvetica, sans-serif; color: #000000}

.black14 {font-size:14.0pt; font-family:Arial, Helvetica, sans-serif; color: #000000}

.black12{font-size:12.0pt; font-family:Arial, Helvetica, sans-serif; color: #000000}

.black11 {font-size:11.0pt; font-family:Arial, Helvetica, sans-serif; color: #000000}

.black10 {font-size:10.0pt; font-family:Arial, Helvetica, sans-serif; color: #000000}

.blackv {font-family:Arial, Helvetica, sans-serif; color: #000000}

.black_boldv {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #000000}

.black16v {font-size:16.0pt; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000}

.black14v{font-size:14.0pt; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000}

.black12v{font-size:12.0pt; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000}

.black11v {font-size:11.0pt; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000}

.black10v {font-size:10.0pt; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000}

.blacktms {font-family:Times New Roman, Times, serif; color: #000000}

.blacktms16 {font-size: 16.0pt; font-family: Times New Roman, Times, serif; color: #000000}

.blacktms14 {font-size: 14.0pt; font-family: Times New Roman, Times, serif; color: #000000}

.blacktms12 {font-size: 12.0pt; font-family: Times New Roman, Times, serif; color: #000000}

.blacktms10 {font-size: 10.0pt; font-family: Times New Roman, Times, serif; color: #000000}

.red {font-family:Arial, Helvetica, sans-serif; color: #ff0000}

.red_bold {font-family:Arial, Helvetica, sans-serif; color: #ff0000}

.red16 {font-size:16.0pt; font-family:Arial, Helvetica, sans-serif; color: #ff0000}

.red14 {font-size:14.0pt; font-family:Arial, Helvetica, sans-serif; color: #ff0000}

.red12 {font-size:12.0pt; font-family:Arial, Helvetica, sans-serif; color: #ff0000}

.red10 {font-size:10.0pt; font-family:Arial, Helvetica, sans-serif; color: #ff0000}

.blue16 {font-size:16.0pt; font-family:Arial, Helvetica, sans-serif; color: #000066}

.blue14 {font-size:14.0pt; font-family:Arial, Helvetica, sans-serif; color: #000066}

.blue12 {font-size:12.0pt; font-family:Arial, Helvetica, sans-serif; color: #000066}

.blue10 {font-size:10.0pt; font-family:Arial, Helvetica, sans-serif; color: #000066}

.burgundytms {font-family:Times New Roman, Times, serif; color: #990000}

.burgundytm16 {font-size:16.0pt; font-family:Times New Roman, Times, serif; color: #990000}

.burgundytm12 {font-size:12.0pt; font-family:Times New Roman, Times, serif; color: #990000}

.burgundytm10 {font-size:10.0pt; font-family:Times New Roman, Times, serif; color: #990000}

.burgundy {font-family:Arial, Helvetica, sans-serif; color: #990000}

.burgundy16 {font-size:16.0pt; font-family:Arial, Helvetica, sans-serif; color: #990000}

.burgundy14 {font-size:14.0pt; font-family:Arial, Helvetica, sans-serif; color: #990000}

.burgundy12 {font-size:12.0pt; font-family:Arial, Helvetica, sans-serif; color: #990000}

.burgundy10 {font-size:10.0pt; font-family:Arial, Helvetica, sans-serif; color: #990000}

.burgundyv {font-family: Verdana, Arial, Helvetica, sans-serif; color: #990000}

.burgundy16v {font-size:16.0pt; font-family: Verdana, Arial, Helvetica, sans-serif; color: #993366}

.burgundy14v {font-size:14.0pt; font-family: Verdana, Arial, Helvetica, sans-serif; color: #993366}

.burgundy12v {font-size:12.0pt; font-family: Verdana, Arial, Helvetica, sans-serif; color: #993366}

.burgundy10v {font-size:10.0pt; font-family: Verdana, Arial, Helvetica, sans-serif; color: #993366}

.burgundy09v {font-size:9.0pt; font-family: Verdana, Arial, Helvetica, sans-serif; color: #993366}

.burgundy_boldv {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #993366}

.burgundy_bold16v {font-size:16.0pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #993366}

.burgundy_bold14v {font-size:14.0pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #993366}

.burgundy_bold12v {font-size:12.0pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #993366}

.burgundy_bold10v {font-size:10.0pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #993366}

.black_bold {font-family:Arial, Helvetica, sans-serif; font-weight: bold; color: #000000}

.black_bold16 {font-size:16.0pt; font-family:Arial, Helvetica, sans-serif; font-weight: bold; color: #000000}

.black_bold14 {font-size:14.0pt; font-family:Arial, Helvetica, sans-serif; font-weight: bold; color: #000000}

.black_bold12{font-size:12.0pt; font-family:Arial, Helvetica, sans-serif; font-weight: bold; color: #000000}

.black_bold10 {font-size:10.0pt; font-family:Arial, Helvetica, sans-serif; font-weight: bold; color: #000000}

.blue_bold {font-family:Arial, Helvetica, sans-serif; font-weight: bold; color: #000066}

.blue_bold16 {font-size:16.0pt; font-family:Arial, Helvetica, sans-serif; font-weight: bold; color: #000066}

.blue_bold14 {font-size:14.0pt; font-family:Arial, Helvetica, sans-serif; font-weight: bold; color: #000066}

.blue_bold12 {font-size:12.0pt; font-family:Arial, Helvetica, sans-serif; font-weight: bold; color: #000066}

.blue_bold10 {font-size:10.0pt; font-family:Arial, Helvetica, sans-serif; font-weight: bold; color: #000066}

.ltblue_bold {font-family:Arial, Helvetica, sans-serif; font-weight: bold; color: #0000ff}

.ltblue_bold16 {font-size:16.0pt; font-family:Arial, Helvetica, sans-serif; font-weight: bold; color: #0000ff}

.ltblue_bold14 {font-size:14.0pt; font-family:Arial, Helvetica, sans-serif; font-weight: bold; color: #0000ff}

.ltblue_bold12 {font-size:12.0pt; font-family:Arial, Helvetica, sans-serif; font-weight: bold; color: #0000ff}

.ltblue_bold10 {font-size:10.0pt; font-family:Arial, Helvetica, sans-serif; font-weight: bold; color: #0000ff}

.ltblue_bold8 {font-size:8.0pt; font-family:Arial, Helvetica, sans-serif; font-weight: bold; color: #0000ff}

.red_bold16 {font-size:16.0pt; font-family:Arial, Helvetica, sans-serif; font-weight: bold; color: #FF0000}

.red_bold14 {font-size:14.0pt; font-family:Arial, Helvetica, sans-serif; font-weight: bold; color: #FF0000}

.red_bold12 {font-size:12.0pt; font-family:Arial, Helvetica, sans-serif; font-weight: bold; color: #FF0000}

.red_bold10 {font-size:10.0pt; font-family:Arial, Helvetica, sans-serif; font-weight: bold; color: #FF0000}

.red_dark_bold16 {font-size:16.0pt; font-family:Arial, Helvetica, sans-serif; font-weight: bold; color: #CC0000}

.red_dark_bold14 {font-size:14.0pt; font-family:Arial, Helvetica, sans-serif; font-weight: bold; color: #CC0000}

.red_dark_bold12 {font-size:12.0pt; font-family:Arial, Helvetica, sans-serif; font-weight: bold; color: #CC0000}

.red_dark_bold10 {font-size:10.0pt; font-family:Arial, Helvetica, sans-serif; font-weight: bold; color: #CC0000}

.burgundy_bold16 {font-size:16.0pt; font-family:Arial, Helvetica, sans-serif; font-weight: bold; color: #990000}

.burgundy_bold14 {font-size:14.0pt; font-family:Arial, Helvetica, sans-serif; font-weight: bold; color: #990000}

.burgundy_bold12 {font-size:12.0pt; font-family:Arial, Helvetica, sans-serif; font-weight: bold; color: #990000}

.burgundy_bold10 {font-size:10.0pt; font-family:Arial, Helvetica, sans-serif; font-weight: bold; color: #990000}

.mustard_bold {font-family:Arial, Helvetica, sans-serif; font-weight: bold; color: #CC9900}

.mustard_bold16 {font-size:16.0pt; font-family:Arial, Helvetica, sans-serif; font-weight: bold; color: #CC9900}

.mustard_bold14 {font-size:14.0pt; font-family:Arial, Helvetica, sans-serif; font-weight: bold; color: #CC9900}

.mustard_bold12 {font-size:12.0pt; font-family:Arial, Helvetica, sans-serif; font-weight: bold; color: #CC9900}

.mustard_bold10 {font-size:10.0pt; font-family:Arial, Helvetica, sans-serif; font-weight: bold; color: #CC9900}

.orange_bold16 {font-size:16.0pt; font-family:Arial, Helvetica, sans-serif; font-weight: bold; color: #FF9900}

.orange_bold14 {font-size:14.0pt; font-family:Arial, Helvetica, sans-serif; font-weight: bold; color: #FF9900}

.orange_bold12 {font-size:12.0pt; font-family:Arial, Helvetica, sans-serif; font-weight: bold; color: #FF9900}

.orange_bold110 {font-size:10.0pt; font-family:Arial, Helvetica, sans-serif; font-weight: bold; color: #FF9900}

.green_bold16 {font-size:16.0pt; font-family:Arial, Helvetica, sans-serif; font-weight: bold; color: #009900}

.green_bold14 {font-size:14.0pt; font-family:Arial, Helvetica, sans-serif; font-weight: bold; color: #009900}

.green_bold12 {font-size:12.0pt; font-family:Arial, Helvetica, sans-serif; font-weight: bold; color: #009900}

.green_bold10 {font-size:10.0pt; font-family:Arial, Helvetica, sans-serif; font-weight: bold; color: #009900}

.green_bold {font-family:Arial, Helvetica, sans-serif; font-weight: bold; color: #009900}

.white_bold16 {font-size:16.0pt; font-family:Arial, Helvetica, sans-serif; font-weight: bold; color: #FFFFFF}

.white_bold14 {font-size:14.0pt; font-family:Arial, Helvetica, sans-serif; font-weight: bold; color: #FFFFFF}

.white_bold12 {font-size:12.0pt; font-family:Arial, Helvetica, sans-serif; font-weight: bold; color: #FFFFFF}

.white_bold10 {font-size:10.0pt; font-family:Arial, Helvetica, sans-serif; font-weight: bold; color: #FFFFFF}

.white_bold {font-family:Arial, Helvetica, sans-serif; font-weight: bold; color: #FFFFFF}
