/* CSS Document */
body
{
margin:0px;
padding:0px;
background-image:url(../images/bg.gif);
}

.background
{
background-image:url(../images/background.jpg);
background-repeat:no-repeat;
height:950px;
width:1000px;
}

.btn_links
{
font-family:papyrus;
font-size:12px;
color:#000000;
font-weight:bold;
text-decoration:none;
}
a.btn_links
{
font-family:papyrus;
font-size:12px;
color:#000000;
font-weight:bold;
text-decoration:none;
}
a.btn_links:hover
{
font-family:papyrus;
font-size:12px;
color:#000000;
font-weight:bold;
text-decoration:underline;
}

.text1
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
line-height:18px;
padding-right:15px;
font-weight:normal;
text-decoration:none;
text-align:justify;
}

