body	{
margin:0px;
padding:0px; }


a	{
						color:#333333;
						text-decoration:underline;
						}


.text {
        font-family: tahoma, verdana, arial, sans-serif;
        font-size: 11px;
        font-weight: normal;
        color: #333333;
	line-height: 16px;
	word-spacing: 1px }


.searchbox {
        font-family: tahoma, verdana, arial, sans-serif;
        font-size: 10px;
        font-weight: normal;
        color: #cccccc;
	line-height: 12px;
	word-spacing: 1px }



.text-header {
        font-family: tahoma, verdana, arial, sans-serif;
        font-size: 17px;
        font-weight: bold;
        color: #333333;
        line-height: 22px;  }


.text-large {
        font-family: verdana, arial, sans-serif;
        font-size: 22px;
        font-weight: bold;
        color: #333333;
        line-height: 28px;  }
		


.table-header { background-color: #f1f1f1; }



/* TOP MENU */


em, i {
						font-style:normal;
						}						

.topmenu td	{

						font-family:Tahoma;
						color:#A3A3A3;
						font-size:11px;
						}
							
.topmenu a	{
			
						color:#383838;
						font-size:11px;
						text-decoration:none;
						}
.topmenu a:hover	{
						color:#383838;
						font-size:11px;
						text-decoration:underline;
						}
.topmenu i a	{
						color:#DBDBDB;
						font-size:10px;
						text-decoration:none;
						text-transform:uppercase;
						line-height:26px;
						}
.topmenu i a:hover	{
						color:#DBDBDB;
						font-size:10px;
						text-decoration:underline;
						text-transform:uppercase;
						}	



/* Navigation style */
div.navigation {
        margin:0px auto;
        width:75%;
        background-color:#F2F2F2;
        border:1px solid #DFDFDF;
        font-size:12px;
}
div.navigation span, div.navigation a {
        padding:5px 4px;
        color:blue;
		text-decoration:none;
}
div.navigation a:hover {
        background-color:#000000;
        color:#fff;
        text-decoration:none;
}
div.navigation .current {
        background-color:#000000;
        color:#fff;
}
