﻿body {
    background: url(images/bg.jpg) #FFFFFF repeat-x left top;
	margin: 5px;
    font-family:Trebuchet MS;
    font-size:11px;
}
a 
{
	color:Maroon;
	text-decoration:underline;
}
.hdr
{
    font-family:Trebuchet MS;
    font-size:13px;
    color:Maroon;
    font-weight:bold;
}
.msg
{
    font-family:Trebuchet MS;
    font-size:12px;
    color:Red;
    font-weight:bold;
}
.Copyright
{
  font-family:Trebuchet MS; 
  font-size:9px;
  color:Silver; 
}
.Copyright A:link
{
    color:Silver;
}

.Copyright A:visited
{
    color:Silver;
}
.tblborder
{
	background-color:White;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
}
.btn
{
    font-weight: bold; 
    font-size:12px; 
    cursor: hand; 
    height: 21px; 
    border-color:#000000; 
    border-width:1px;
}
.lorlogo
{
	font-family: Script MT Bold;
	font-weight: bold;
	font-size: x-large;
	color: Maroon;
}
.lorhdr, .lorhdr a
{
	font-family: Script MT Bold;
	font-weight: bold;
	font-size: 14px;
	color: Maroon;
	text-decoration:underline;
}
.TabArea
{
    background-color: White;
    font-family:Trebuchet MS;
    font-size:11px;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    padding: 0 10px 0 10px;
    width:745px;
    z-index:-25;
    text-align:justify;
}