/* CSS Document */

body{
      margin: 0;
      padding: 0;
      background-image: url(back.jpg);
            font-family : Arial, Georgia, Times, serif;
      font-size : 13px;
      font-weight : normal;
      color : #4C0B11;
      line-height : 130%
}

.pic{
	  background: url(images/back_tab.jpg) no-repeat;
}



h1{
      font-family : Arial, Georgia, Times, serif;
      font-size : 16px;
      font-weight : bold;
      color : #A00040;
      background-color : transparent;
      border-bottom: 1px solid #000000
}

h2{
      font-family : Arial, Georgia, Times, serif;
      font-size : 14px;
      font-weight : bold;
      color : #4C0B11;
      background-color : transparent;
      margin-top : 3px;
      margin-bottom : 0px
}

h3{
      font-family : Arial, Verdana, "Trebuchet MS", Georgia, Times,serif;
      font-size : 13px;
      font-weight : bold;
      color : #4C0B11;
      line-height : 130%;
      margin-top : 0px;
      margin-bottom : 0px
}


ul{
      font-family : Arial, Verdana, "Trebuchet MS", Georgia, Times,serif;
      font-weight : normal;
      color : #000;
      line-height : 150%;
      margin-bottom : 3px
}

.box{
      font-family : Arial, Verdana, "Trebuchet MS", Georgia, Times,serif;
      font-size : 12px;
      font-weight : normal;
      color : #000;
      line-height : 130%
}



a{
	 color : #000000;
     text-decoration : underline;
}

a:hover{
     color : #F0EAEA;
     text-decoration : none;
     background-color : #FF9933
}

.back a{
	 color : #000000;
     text-decoration : underline;
     background-image: url(images/backlink.gif);
     background-repeat: no-repeat;
 	 background-position: left;
 	 padding-left:14px;
}

.back a:hover{
     color : #F0EAEA;
     text-decoration : none;
     background-color : #A00040;
     background-image: url(images/backlink.gif);
     background-repeat: no-repeat;
 	 background-position: left;
 	 padding-left:14px;
}

.mail a{
	 color : #000000;
     text-decoration : underline;
     background-image: url(images/mail.gif);
     background-repeat: no-repeat;
 	 background-position: left;
 	 padding-left:14px;
}

.mail a:hover{
     color : #F0EAEA;
     text-decoration : none;
     background-color : #A00040;
     background-image: url(images/mail.gif);
     background-repeat: no-repeat;
 	 background-position: left;
 	 padding-left:14px;
}

.download a{
	 color : #000000;
     text-decoration : underline;
     background-image: url(images/download.gif);
     background-repeat: no-repeat;
 	 background-position: left;
 	 padding-left:14px;
}

.download a:hover{
     color : #F0EAEA;
     text-decoration : none;
     background-color : #A00040;
     background-image: url(images/download.gif);
     background-repeat: no-repeat;
 	 background-position: left;
 	 padding-left:14px;
}

.news a{
	 color : #000000;
     text-decoration : underline;
}

.news a:hover{
     color : #F0EAEA;
     text-decoration : none;
     background-color : #A00040;
}


.navi a{
	 font-family: Arial, Verdana, "Trebuchet MS", Georgia, Times,serif;
     font-size : 13px;
     color: #F0EAEA;
     font-weight : bold;
     text-decoration: none
}

.navi a:hover{
     font-family: Arial, Verdana, "Trebuchet MS", Georgia, Times,serif;
     font-size : 13px;
     color: #F0EAEA;
     text-decoration : none
}