/* CSS Document */

*{
	margin:0;
	padding:0;
}


html, body{
font-family: Trebuchet, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
background-color: #FFE6BF;
}

table,td {
font-family: Trebuchet, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #2C2C2C;
}

.table_low{
width:211px;
height:9px;
background-position:center;
background-image:url(images/bottom.png);
}

.table_right{
width:1px;}

.table_left{
width:1px }

.table_top{
background-image:url(images/top.png);
width:211px;
height:52px;
background-position:center;
background-color: #FFFFFF; }

.table_bg{
width:211px;
background-color:#FFECBF;
 }

a:hover {
color:#B37D00;
text-decoration:none;
font-size: 12px;
font-family: Trebuchet, Arial, Helvetica, sans-serif;
}

a:link {
color:#B37D00;
text-decoration:none;
font-size: 12px;
font-family: Trebuchet, Arial, Helvetica, sans-serif;
}

a:visited {
color:#B37D00;
text-decoration:none;
font-size: 12px;
font-family: Trebuchet, Arial, Helvetica, sans-serif;
}

a:active {
font-family: Trebuchet, Arial, Helvetica, sans-serif;
color:#B37D00;
text-decoration:none;
font-size: 12px;
}

h2
{
  font-size: 14px;
  text-decoration: none;
  color: #3300CC;
  text-align: center;
}
