body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.bodywhite {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
}

table {padding: 0px;}

.td_table {
vertical-align:text-top;
}

.text_footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
	text-decoration: none;
	margin-right: 10px;

}


.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.textsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.textbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	font-weight:bold;

}

.border {
border-bottom: 1px;
border-bottom-color:#FFFFFF;
border-bottom-style: dashed;
}

.div_content
{
background-color:#4c004b;
width:620px;
height:465px;
overflow: auto;
padding-left: 15px;
padding-right: 15px;
padding-top: 10px;
}

/* ------------------------- link styles ------------------------*/
/* --- general links ---*/

a:link {
	color: #FF6600
}

a:visited {
	color: #FF3300
}

a:hover {
	color: #FF6600;
}

a:active {
	color: #FF6600;
}

/* --- footer links big---*/
a.leftmenubold:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

a.leftmenubold:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

a.leftmenubold:hover {
	color: #8f047d;
	text-decoration: none;
	font-weight: bold;
}

a.leftmenubold:active {
	color: #8f047d;
	text-decoration: none;
	font-weight: bold;
}


/* listamatic */
#navcontainer ul
{
list-style-type: none;
text-align: left;
}

 #navcontainer ul li 
 { display: inline; 
 }

#navcontainer ul li a
{
background: transparent url(../img/list-active.gif) left center no-repeat;
display:inline;
padding-left: 10px;
padding-right: 10px;
text-align: left;
font: normal 11px;
text-decoration: none;
font-weight:bold;
color: #ccc;

}

#navcontainer ul li a:hover
{
background: transparent url(../img/list-off.gif) left center no-repeat;
color: #fff;
}

#navcontainer ul li a#current
{
background: transparent url(../img/list-off.gif) left center no-repeat;
color: #666;
}
