
html, body, ul, ol, li, h1, h2, h3, h4, h5, h6, p, form, div, fieldset, form  { margin: 0; padding: 0; border: 0; }

body {
font-family: Verdana, Arial, sans-serif; font-size: 9pt; background-color: #eeeeee; color: #000000; text-align:center;
}

h1 { font-size: 16pt; font-weight: normal; color: #999999; }
h1#title { font-size: 13pt; font-weight: bold; color: #ff0078; }
h1#profile { font-size: 12pt; font-weight: bold; color: #ffffff; }
h2 { font-size: 13pt; font-weight: bold; }
h2#name { color:#FF0078; }
h3 { font-size: 11pt; }
h3#large { font-size: 18pt; color:#FF0078; } 
h4 { font-size: 10pt; }


			
			

p { text-align: left; }
.align_left { text-align: left; }
.align_right { text-align: right; }

a:link { color: #0033cc; text-decoration:none; }
a:visited { color: #0033cc; text-decoration:none; }
a:hover { color: #990000; text-decoration:underline; }
a:active { color: #990000; text-decoration:underline; }


a.menu:link  { 
  color: #ffffff; text-decoration:none; font-size: 8pt; 
  padding-left: 15px;
  position: relative;
  background-image: url(../images/bullet.gif);
  background-repeat:no-repeat; 
  background-position: center left;
  }
  
  
a.menu:visited { 
  color: #ffffff; text-decoration:none; font-size: 8pt; 
  padding-left: 15px;
  position: relative;
  background-image: url(../images/bullet.gif);
  background-repeat:no-repeat; 
  background-position: center left;
}



a.menu:hover { color: #ffffff; text-decoration:underline;  font-size: 8pt; 
  padding-left: 15px;
  position: relative;
  background-image: url(../images/bullet.gif);
  background-repeat:no-repeat; 
  background-position: center left;
}


a.menu:active { 
  
  color: #ffffff;  text-decoration:underline;  font-size: 8pt; 
  padding-left: 15px;
  position: relative;
  background-image: url(../images/bullet.gif);
  background-repeat:no-repeat; 
  background-position: center left;
  
 }

a.companion:link  { 
  color: #ffffff; text-decoration:none; font-size: 8pt; 
  padding-left: 15px;
  position: relative;
  background-image: url(../images/bullet_green.gif);
  background-repeat:no-repeat; 
  background-position: center left;
  }
  
  
a.companion:visited { 
  
  color: #ffffff; text-decoration:none; font-size: 8pt; 
  padding-left: 15px;
  position: relative;
  background-image: url(../images/bullet_green.gif);
  background-repeat:no-repeat; 
  background-position: center left;

}
a.companion:hover { 
  color: #ffffff; text-decoration:underline;  font-size: 8pt; 
  padding-left: 15px;
  position: relative;
  background-image: url(../images/bullet_green.gif);
  background-repeat:no-repeat; 
  background-position: center left;
}

a.companion:active { 
  color: #ffffff;  text-decoration:underline;  font-size: 8pt; 
  padding-left: 15px;
  position: relative;
  background-image: url(../images/bullet_green.gif);
  background-repeat:no-repeat; 
  background-position: center left;
 }

.content_xxlg { font-size: 10pt; }
.content_xlg { font-size: 9pt; }
.content_lg { font-size: 8.75pt; line-height: .4cm; } 
.content_md_lg { font-size: 8.5pt; line-height: .4cm; }   
.content_md { font-size: 8pt; line-height: .4cm; }  
.content_sm { font-size: 7.5pt; line-height: .4cm; }  
.content_sm_x { font-size: 7pt; line-height: .4cm; }  

.white { color: #ffffff; }
.magenta { color: #ff0078; }
.dark_red { color: #990000; }
.light_gray { color: #eeeeee; }
.bold { font-weight: bold; }
.regular { font-weight: regular; }
.gray { color:#666666; }
.medium_gray { color: #999999; }
.center { text-align: center; }
.border_gray { border: 1px solid #eeeeee; }
.border_gray2px { border: 2px solid #cccccc; }
.blue { color:#0033cc; }
.orange { color: #ff6800; }



.teal_bdg { background-color: #ECF6F8; }

.border_gray_top { border-top: 1px solid; #eeeeee;  }
.border_magenta_bottom { border-bottom: 1pt solid; #ff0078; }
.border_magenta_left { border-left: 1pt solid; #ff0078; }
.border_magenta_right { border-right: 1pt solid; #ff0078; }

.title_border { border-bottom: 1pt solid #cccccc; }

