@charset "utf-8";
/* CSS Document */

body
{
font-size:9pt;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin:0px;
background-image:url(../images/background.gif);
background-repeat:repeat-x;
}
a:link {
	color: black;
	text-decoration: none;
}
a:visited {
	color: black;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: underline;
}
a[href^="mailto:"] 
{
  background: url(../images/email.png) no-repeat right top;
  padding-right: 15px;
  
  font-weight:bold;
  text-decoration:none;
}

.left
{
font-size:10pt;
text-indent:1em;
font-weight:bold;
}
.leftmini
{
font-size:10pt;
text-indent:1em;
font-weight:bold;
}
.copyright
{
font-size:8pt;
text-align:center;
line-height:150%
}
.title
{
font-size:10pt;
text-align:center;

font-weight:bold;
line-height:1.5;
}
.index
{
line-height:1.5;
font-size:9pt;
}
.text
{
line-height:1.5;
}
.tabletext
{
line-height:3.0;
font-size:8pt;
}
.text_ch
{
line-height:1.7;
text-indent:2em;
}
li
{
line-height:1.5;
}
.red_text
{
line-height:1.5;
color:red;
}
.red_text_big
{
line-height:1.5;
color:red;
font-size:11pt;
}