/* CSS Document */

body{

background-image: url(images/bg.jpg);
background-repeat:repeat-x;
}

.style1 {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
color:#333333;
}

.style2 {font-weight: bold}

a {
color:#333333;
}

a:hover {
color:#EF4F01;
}

h1 {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
font-weight: bold;
}

h2 {
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:14px;
color:#333333;
font-weight:bold;
line-height:90px;
}