﻿body 
{
    margin: 0;
    font-family: Arial;
    font-size: 11px;
}

table.sample th {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #FFFFFF;
	background-color: #A90230;
}

table.sample td {
	border-width: 1px;
	padding: 5px;	
	border-style: solid;
	border-color: #CCCCCC;
}

table.border 
{
    border: solid 1px #000000;
}

#box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 5px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #FCDFFF;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
}
#box-table-a td
{
	padding: 8px;
	background: #FCDFFF; 
	border-bottom: 1px solid #fff;
	color: #696565;
	border-top: 1px solid transparent;
}
#box-table-a tr:hover td
{
	background: #F778A1;
	color: #000000;
}

th
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
}

td
{
    font-family: Arial;
    font-size: 11px;
}

td.copyright
{
    font-family: Arial;
    font-size: 9px;
}

a:link {
    font-family: Arial;
    font-size: 11px;
    text-decoration: underline;
    color: #000000;
}

a:visited {
    font-family: Arial;
    font-size: 11px;
    text-decoration: underline;
    color: #999999;
}

a:hover {
    font-family: Arial;
    font-size: 11px;
    text-decoration: none;
    color: #8B0018;
}

a:active {
    font-family: Arial;
    font-size: 11px;
    text-decoration: underline;
    color: #000000;
}


.newsTxt1 {
  font-size: .8em;
  font-family: verdana, helvetica, arial, sans-serif;
}

.newsTxt2 {
  font-size: 1em;
  font-family: verdana, helvetica, arial, sans-serif;
  font-weight: bold;
}

input.textbox {
    font-family: Arial;
    font-size: 10px;
    border-width: 1px;
	border-style: outset;
	border-color: #999999;
}

input.button {
    font-family: Arial;
    font-size: 10px;
    border-width: 1px;
	border-color: #333333;
	background: #ffc000;
}

textarea 
{
    font-family: Arial;
    font-size: 10px;
    border-width: 1px;
	border-style: outset;
	border-color: #999999;
}

select
{
    font-family: Arial;
    font-size: 10px;
    border-width: 1px;
	border-style: outset;
	border-color: #999999;
}

.red {font-family: Garamond, Georgia, "Times New Roman", Times, serif; font-size:20px; color: rgb(169,5,51); font-weight:bold; } 
.redSmall {color:rgb(169,5,51);}
.linkImage
{
border-style:none; 
border-width:0;
}
.smallfont
{
     font-size: smaller;
}
.BTATitle {color: rgb(16,176,77); font-size: 12px; font-weight: bold;}
.BTAHighlight {color: rgb(16,176,77);}

.LeftContent
{
      float: left;

	  position: relative;
}
.RightContent
{
	position:relative;
	float: right;

}

