/* Styles */
body, html{
background-image: url(/images/bg.gif);
background-repeat:repeat;
font-family:tahmoa, Arial, Helvetica, sans-serif;
font-size:12px;
color: #000000;
margin: 0px;

}
td{
font-size:12px;
}

td.bgfill_l{
background-image:url(/images/bgside.gif);
background-repeat: repeat-x;
background-position: top right;

}
td.bgfill_r{

background-image:url(/images/bgside.gif);
background-repeat: repeat-x;
background-position: top left;
}
td.bgbtm{
background-image:url(/images/bgb.gif);
background-repeat: repeat-x;
background-position: bottom;
background-color: #fddab4;
}
td.footer{
background-color: #fddab4;

}
td.cbr{
background-color: #fddab4;
background-image:url(/images/bgr.gif);
background-repeat: repeat-y;
background-position: right;
}
td.cbl{
background-color: #fddab4;
background-image:url(/images/bgl.gif);
background-repeat: repeat-y;
background-position: left;
}

td.bgl{
background-image:url(/images/bgl.gif);
background-repeat: repeat-y;
background-position: left;
width: 15px;
}
td.bgr{
background-image:url(/images/bgr.gif);
background-repeat: repeat-y;
background-position: right;
width: 14px;
}
.main{
background-color:#fff5d2;
}
.mainpad{
background-color:#fff5d2;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 7px;
padding-top: 15px;
}
.copyright{
font-size: 10px;
text-align:center;
padding: 5px;
}
a:link, a:visited{
font-weight: bold;
text-decoration: none;
color: #000000;
}
a:hover, a:active{
font-weight: bold;
text-decoration: underline;
color: #000000;
}
a img{
border: 0px none #000000;
}

h1, .FormHeaderText, .itm_title{
font-size: 16px;
font-weight: bold;
}
h2{
font-size: 14px;
font-weight: bold;
}
h3{
font-size: 14px;
font-weight: bold;
font-style:italic;
}
h4{
font-size: 12px;

font-weight: bold;
}
h5{ 
font-size: 11px;

font-weight: bold;
}
h6{
font-size: 10px;

font-weight: bold;
}
.menunormal
{
background-color: #f1ec99;
	border: solid 1px #000000;

}
.menuhighlight
{
background-color: #f7f5cb;
	border: solid 1px #000000;
}
.menunormal td a:link, .menunormal td a:visited, .menuhighlight td a:link, .menuhighlight td a:visited{
font-weight: 700;
color: #000000;
margin-left: 5px;
}
table.menu_table{
	border-collapse: collapse;
	border: solid 1px #000000;
}
a.menu{
font-weight: normal;
}
a.menu_parent{
font-weight: bold;
}
a.menu_small{
font-size: 9px;
font-weight: normal;
}
.block
{
	border: 1px solid #000000;
	background-color:#fef6d6;
	padding: 7px;
	margin-top: 10px;
	font-size: 10px;
}
