body {
	margin: 0px;
	background-color: #FFFFFF;
}

form {
	padding: 0px;
	margin: 0px;
}
.style1 {
	color: #787878;
	font-size: 11px;
	font-family: tahoma;
	text-decoration:none
}
.style2 {
	color: #6A9F00;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}
.style3 {
	color: #787878;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
	text-decoration:none
}
.style4 {
	color: #FFFFFF;
	font-size: 10px;
	font-family: tahoma;
	font-weight: bold;
	text-decoration:none
}
.style5 {
	color: #5a5a5a;
	font-size: 11px;
	font-family: tahoma;
	text-decoration:none
}
.style6 {
	color: #629400;
	font-size: 12px;
	font-family: tahoma;
	font-weight: bold;
}
.style7 {
	color: #629400;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}
.style8 {
	color: #629400;
	font-size: 11px;
	font-family: tahoma;
	text-decoration:none
}
.style9 {
	color: #787878;
	font-size: 11px;
	font-family: tahoma;
	text-decoration:none
}
.style10 {color: #d10000;
	font-size: 11px;
	font-family: tahoma}
.style11 {
	color: #cc7823;
	font-size: 11px;
	font-family: tahoma;
}
.style12 {
	color: #5a5a5a;
	font-size: 11px;
	font-family: tahoma;
	text-decoration:none
}

/*********************************************************************************
** TABLE STYLE
*********************************************************************************/
.table {
	border-collapse: collapse;	
	empty-cells: show;
	background-color:  #333333;
}

.table td {
	background-color: white;
}

th {
	background-color: #999999;
	text-align: left;
}

.row_even td {
	vertical-align:center;
	background-color: #F1F1F1;
}

.row_odd td {
	vertical-align:center;
	background-color: #ffffff;
}

/*
input {
	width: 220px;
	
}
*/

.container_header {
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
}

/*********************************************************************************
** PAGING
*********************************************************************************/

div.paging {
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}


.menuItem a:link, .menuItem a:visited{
    color: #5A5A5A;
    text-transform: uppercase;
    font-size: 10px;
}
