body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #434343;
	background-color: #9d9d9d;
	margin: 0px;
	padding: 0px;
}


td.c {
	text-align:center;
	background:url('/images/button_bg.gif');
	height:21px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 13px;
	color: White;
	border-left:1px solid #78878e;
	border-right:1px solid #29333c;
	border-top:1px solid #1e1d23;
	border-bottom:1px solid #6f6e73;
	cursor: pointer;
	}

td.cs {
	text-align:center;
	background:url('/images/button_bg_select.gif');
	height:21px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 13px;
	color: White;
	border-left:1px solid #78878e;
	border-right:1px solid #29333c;
	border-top:1px solid #1e1d23;
	border-bottom:1px solid #6f6e73;
	cursor: pointer;
	}


img {
	border:0;
	display:block;
}

.nill {
	border:0;
	display:inline;
}

table.cnt_marg {
	margin-top:20px;
}

table.cnt_marg2 {
	margin-top:20px;
	margin-right:4px;
}

table.cnt_marg2 a {
	font-family:Tahoma;
	color:#8d8d8d;
}

table.cnt_marg2 a.bold_link {
	font-weight:bold;
	text-decoration:none;
}


p {
	margin:0;
	padding:0;
	margin-bottom:12px;
}

p.cnt_head {
	font-family:Tahoma;
	font-size:15px;
	text-transform:uppercase;
	font-weight:bold;
}

table.right_block {
	margin-right:3px;
}

table.right_block strong {
	color:#8d8d8d;
}

table.right_block .big_links a {
	font-size:12px!important;	
}

table.right_block .sml_links a {
	font-size:11px!important;
	padding-left:15px;	
}

table.right_block a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#434343;
	text-decoration:none;
	display:block;
	border:1px solid #f9f9f9;
	padding:5px;
}

table.right_block a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#8d8d8d;
	text-decoration:underline;
	display:block;
	border:1px solid #f7f7f7;
	background:#f2f2f2;
}

table.tbl_bl {
	border:1px solid #bdbdbd;
	border-top:0;
}

tr.tbl_head {
	background:url(images/tbl_hbg.gif);
	text-align:center;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;	
}

tr.tbl_head td {
	border-bottom:1px solid #8baabc;
}

tr.tbl_wh {
	background:#FFFFFF;
	font-size:11px;
	text-align:center;
}

tr.tbl_gr {
	background:#f2f2f2;
	font-size:11px;
	text-align:center;
}

tr.tbl_wh td, tr.tbl_gr td {
	border-bottom:1px solid #fafafa;
}
*/

form {
	padding:0;
	margin:0;
}

tr.tbl_wh input, tr.tbl_gr input {

	height:16px;
	border:1px solid #8d8d8d;
}



