body {
	margin: 0; padding: 0;
	font-size: 0.7em;
}

/* Text */

.norm {
	/*font-family: Tahoma, Verdana, "Arial CE", Geneva, sans-serif;*/
	font-family: Verdana;
	color:black;
	line-height: 1.5em;
}

.menu {
	color: #DF2823;
}

.norm a:link, .norm a:active {
	color: #DF2823;
	text-decoration: underline;
}

.norm a:visited {
	color: #DF2823;
	text-decoration: underline;
}

.norm a:hover {
	text-decoration: none;
	background-position: 0px 3px;
	background-position: bottom;
}


.mainmenu, .mainmenu a:active, .mainmenu a:link, .mainmenu a:visited {
/*	font-family: Tahoma, Verdana, "Arial CE", Geneva, sans-serif;*/
	font-family: Verdana;
	font-size: 1em;
	color: #fff;
	text-decoration: none;
}

.mainmenu a:hover {
	text-decoration: underline;
}

.mainmenu a.selected {
	text-decoration: underline;
}


h1, h2, h3, h4 {
	/*font-family: Tahoma, Verdana, "Arial CE", Geneva, sans-serif;*/
	font-family: Verdana;
	font-size: 1.1em;
	/*color: #425261;*/
	color:black;
	margin: 0; padding: 0;
}

h1 {
	font-size: 1.6em;
	margin-bottom: 5px;
/*	color: #EF4F4B;*/
}

h2 {
	font-size: 1.1em;
/*	color: #EF4F4B;*/
}

h3 {
	font-size: 1em;
	text-transform: uppercase;
	color: #DF2823;
}

h2.main_content a {
	color:black;
}




/*h4 {
	font-size: 11px;
	color: #685954;
	font-weight: bold;
}*/

.imgdef {
	/*font-family: Tahoma, Verdana, "Arial CE", Geneva, sans-serif;*/
	font-family: Verdana;
	font-size: 10px;
	color: #96A0AA;
	padding: 0 5px 0 5px;
}

form, input {
	/*font-family: Tahoma, Verdana, "Arial CE", Geneva, sans-serif;*/
	font-family: Verdana;
	font-size: 1em;

}

.time {
	/*font-family: Tahoma, Verdana, "Arial CE", Geneva, sans-serif;*/
	font-family: Verdana;
	font-size: 0.9em;
	/*color: #96A0AA;*/
	color: gray;
}


/*my*/

.select_tr_table {
	background-color: #E9E9E9;
	font-size: 1em;
}

.content_table {
	border-width: 0px 5px 0px 5px; 
	border-style: solid; 
	border-color: #ffffff;
}

.buxus_table_first_row {
	background-color: #e9e9e9;
	font-weight: bold;
}

.buxus_table_first {
	background-color: #e9e9e9;
}

div.bx-table table
{
	border-collapse: collapse;
	font-family: Verdana;
}
div.bx-table td, div.bx-table th
{
	border: 1px solid #685954;
	padding: 2px 5px;
	font-size: 11px;
	color: #685954;
}
#references_table th
{
	text-align: left;
	font-size:10px;
	padding:3px;
}

#references_table td
{
	text-align: left;
	font-size:10px;
	padding:3px;
}

#references_table th.header 
{ 
    background-image: url('../../images/design/bg.gif');     
    cursor: pointer; 
    font-weight: bold; 
    background-repeat: no-repeat; 
    background-position: center right; 
    padding-left: 5px; 
    margin-left: -1px;
    background-color: silver; 
}

#references_table th.headerSortDown 
{ 
    background-image: url('../../images/design/desc.gif');
     
}

#references_table th.headerSortUp 
{ 
    background-image: url('../../images/design/asc.gif');  
} 
.tablesorter
{
  border:1px solid silver;
}