/* CSS Document */
body
{
margin:0px;
background-color:#000000;
}
.tile01
{
background-image:url(../images/tile01.jpg);
background-repeat:repeat-x;
}
.heading
{
font-family:Verdana;
font-size:12px;
color:#000000;
text-decoration:none;
font-weight:bold;
}
.text
{
font-family:Verdana;
font-size:12px;
color:#000000;
text-decoration:none;
font-weight:normal;
text-align:justify;
line-height:1.5em;
}
a.text:link
{
font-family:Verdana;
font-size:12px;
color:#000000;
text-decoration:none;
font-weight:normal;
text-align:justify;
line-height:1.5em;
}
a.text:visited
{
font-family:Verdana;
font-size:12px;
color:#000000;
text-decoration:none;
font-weight:normal;
text-align:justify;
line-height:1.5em;
}
a.text:hover
{
font-family:Verdana;
font-size:12px;
color:#2C18A7;
text-decoration:none;
font-weight:normal;
text-align:justify;
line-height:1.5em;
}
.top-tile-top
{
background-image: url(../images/tbl-top-tile.jpg);
background-repeat:repeat-x; 
}
.top-tile-bottom
{
background-image: url(../images/tbl-bottom-tile.jpg);
background-repeat:repeat-x; 
}
.top-tile-lt
{
background-image: url(../images/tbl-top-ceter-tile.jpg);
background-repeat:repeat-y; 
}
.top-tile-rt
{
background-image: url(../images/tbl-top-ceter-tile1.jpg);
background-repeat:repeat-y; 
}
.boder-t-b-l
{
border-bottom:1px solid #333333;
border-top:1px solid #333333;
border-left:1px solid #333333;
border-right:1px solid #333333;
}
.boder-r-b-l
{
border-bottom:1px solid #333333;
border-left:1px solid #333333;
border-right:1px solid #333333;
}
.boder-b-r
{
border-bottom:1px solid #333333;
border-right:1px solid #333333;
}
