/* CSS Document */

body 
{
  background-color:#6B9DFE;
  margin:0px;
  padding:0px;
}

#topImage
{
  background-image:url('image/topImage.jpg');
  background-repeat: no-repeat;
}

#LeftMenu
{
  font-family:Arial,Helvetica,sans-serif;
  font-size:11pt;
  font-weight:bold;
}
#LeftMenu a 
{
  height:25px;
  padding-top:5px;
  padding-left:10px;
  text-decoration:none;
  voice-family:inherit;
}

#LeftMenu a:link, #LeftMenu a:visited 
{
  background:transparent url(image/left_menu.jpg) repeat;
  display:block;
  color:#000077;
}

#LeftMenu a:hover, #LeftMenu a:active 
{ background: transparent url(image/left_menu_bg.jpg) repeat;
  padding-left:15px;
  color:#999999;
}

#BottomMenu 
{ color : #FFFFFF;
	font-size : 9pt;
	font-family : Arial, Tahoma,Verdana;
	font-weight: bold;
}
#BottomMenu a 
{	color : #FFFFFF;
	text-decoration: none;
}
#BottomMenu a:hover 
{ color : #294A7B;
}


#white 
{ background-color:#FFFFFF;
  font-family:Verdana,sans-serif;
}

#litegreen
{ background-color:#D7FFD7;
  font-family:Verdana,sans-serif;
  font-size:10pt;
}

#greentext
{ color:#007700;
  font-family: Arial;
}

p 
{ color:#333333;
  font-size:10pt;
  line-height:normal;
  margin:9px 12px;
}

p.list
{ margin:6px 30px;
}

h2 
{ color:#000066;
  display:block;
  font-family:Verdana,"Times New Roman",Times,serif;
  font-size:18px;
  font-weight:bold;
  margin:18px 18px 0px 12px;
  padding:0px;
}
h3
{ color:#000066;
  display:block;
  font-family:Verdana,"Times New Roman",Times,serif;
  font-size:16px;
  font-weight:bold;
  margin:8px 18px 0px 12px;
  padding:0px;
}

b
{ color:#0000DD;
}

ul.articles li 
{ color:#333333;
  font-family:Verdana;
  font-size:10pt;
  margin: 6px 30px
}

th
{ color:#333333;
  font-weight:bold;
  font-family:Verdana;
  font-size:10pt;
}

td
{ color:#333333;
  font-family:Verdana;
  font-size:10pt;
}

/* Below is used by Ecommerce Store */
TABLE.frame{border:1px solid #C5C6E4}
TR.capc{background-color:#C5C6E4;font-weight:bolder}
TR.data{background-color:#F0F0F9;text-align:justify;vertical-align:top}
TD.erro{background-color:#FFCCCC;color:#990000;font-weight:bolder;border:1px solid #660033;text-align:center}
TD.indent{padding-left: 30px}
TR.line{background-color:#C5C6E4}
TD.small{font-family:Arial;font-size:12px} /* Use by the template.profile.html */

