body{
background-color: #;
background-image:url('bg.png');
background-repeat: repeat-y;
font-family: tahoma;
color:#7E7E7E;
font-size: 9pt;
cursor: normal;
text-align: justify;
}

h1{
color:#444444;
font-family:georgia;
font-size:8pt;
font-weight:bold; 
font-style: italic;
background:#E2DEDE;
line-height: 8pt;
letter-spacing:0;
text-align:left;
text-transform:normal;
margin-bottom: 2px;
margin-top: 0px;
padding:2px;
}

h2{
color:#444444;
font-family:trebuchet ms;
font-size:7pt;
line-height: 12px;
text-align:left;
font-weight:normal;
background-color:#E2DEDE;
margin-bottom: 0px;
margin-top: 0px;
padding:0px;
border-bottom:1px dashed;
border-bottom-color:444444;

}

b, strong	{
	color: #9a77b7;
	}
 
i,em	{
	color: #583a72;
	}
 
u	{
	color: #000000;
	}

a:link       { text-transform: uppercase; font-size: 10px; font-family: Tahoma; color: 
               #685987; font-weight: bold; text-decoration:none }
a:active       { text-transform: uppercase; font-size: 10px; font-family: Tahoma; color: 
               #685987; font-weight: bold; text-decoration:none }
a:visited       { text-transform: uppercase; font-size: 10px; font-family: Tahoma; color: 
               #836bb9; font-weight: bold; text-decoration:none }
a:hover       { text-transform: uppercase; font-size: 10px; font-family: Tahoma; color: 
               #9a77b7; font-weight: bold; text-decoration:none;
}

input, textarea, option, select {
font-family: georgia;
font-size: 10px; 
	text-decoration: none;
	color: #6f6f6f;
                  border: 1px #6f6f6f solid;
                  background: transparent;
                  }