/* CSS Document */

body{
	margin: 0px 0px 0px 0px;
	background-image: url('../layout/bg.jpg');
	background-repeat: repeat-x;
	font-family: Arial;
	color: #666666;
}

body.contentpane{
	text-align: left;
	background-color: #ffffff;
}

.container{
	text-align: left;
	border-left: 2px solid #FAD34E;
	border-right: 2px solid #FAD34E;
}

.container2{
	border-left: 2px solid #FAD34E;
	border-right: 2px solid #FAD34E;
	border-bottom: 2px solid #FAD34E;
}


.fullcontainer{
	border: 1px solid #FAD34E;

}
.fullcontainer a {
	font-size: 10px;

}
.tdlink a {
	font-size: 11px;

}

.container3 {
	border-left: 2px solid #FAD34E;
	border-right: 2px solid #FAD34E;

}
.container3 td {
	font-size: 11px;
	color: #999999;
}

a:link { color: #0066CC;  }
a:visited { color: #0066CC; }
a:active { color: #0066CC;  }
a:hover { color: #0066CC;  }

a.b:link { color: #666666; text-decoration: none; }
a.b:visited { color: #666666; text-decoration: none; }
a.b:active { color: #666666;  text-decoration: none; }
a.b:hover { color:  #999999; text-decoration: underline;  }




 a.top-nav {

    margin-left: 2px;
    padding-left     : 5px;
    padding-right    : 5px;
    padding-top      : 3px;
    padding-bottom   : 1px;

    background       : transparent;
  
}

 a.top-nav:hover {

    background       : #FAD34E;   
}


td {
 	font-family: Arial;
	font-size: 12px;
	color: #666666;
}


 a.menu {

	color: #999999;
	font-weight: bold;
text-decoration: none;
  
}

 a.menu:hover {

	color: #EA9F15;
	font-weight: bold;
text-decoration: none;
}

li    {
        list-style-type: square;
        color: #EA9F15;
}



