* { margin:0; padding:0; }
img { border:0; }
a { outline:0; }
body{font-family:Arial,Verdana;}
	/* MISC */
	
p, ul, table { font-size:1.35em; color:#352714; line-height:16.5px; }
p{margin-bottom:20px;}
table { text-align:center; margin-bottom:20px; border-bottom:1px solid #5a6a1e; border-collapse: collapse;}
	table td { padding:3px 10px 3px 10px; border-right:1px solid #5a6a1e; border-left:1px solid #5a6a1e; }
	table th { background:#5a6a1e; padding:5px 25px 5px 25px; color:#ffffff; font-weight:normal; font-size:16px;
		/* CSS 3 */
		-moz-border-radius-topleft: 10px;
		-webkit-border-top-left-radius: 10px;
		-moz-border-radius-topright: 10px;
		-webkit-border-top-right-radius: 10px;
		 /**/
	}
	table th.first_column { background:#5a6a1e url(images/th_left.png) no-repeat; }
	table th.last_column { background:#5a6a1e url(images/th_right.png) no-repeat top right; }
	table th a { color: #ffffff; text-decoration: underline;}
	table th a:hover { color: #ffffff; text-decoration: underline;}
	table tr.even td { background:#f1f3db; }
	table tr.even_row { background:#f1f3db; }
	table td.even_row { background:#f1f3db; }
	
	table tr.odd td { background:#ffffff; }
	table tr.odd_row { background:#ffffff; }
	table td.odd_row { background:#ffffff; }
	
ul { color:#5a6a1e; list-style:inside; line-height:22px; margin-bottom:20px; }
a { text-decoration:none; color:#dd4c26; }
a:hover { color:#ba2417; }
h1 { color:#dd4c26; font-size:2.2em; font-weight:bold; padding-bottom:5px; }
h2 { color:#5a6a1e; font-size:1.8em; font-weight:bold; padding-bottom:5px; }
h2.red { color:#dd4c26; font-size:2.0em; font-weight:normal;}
h3, h4 { color:#2B2111; font-size:1.6em; font-weight:bold; padding-bottom:5px; }
h4 { font-weight:normal; color:#0d699a;}
.ButtonStandard{display:inline-block;width:104px;height:30px;text-align:center;line-height:28px;background:url("images/btn_st.png") no-repeat 0 0;color:#dd4c26;text-decoration:none;}
.cl_b{clear:both;line-height:0;display:block;}
.fl_l{float:left !important;}
.fl_r{float:right !important;}
.separator{height:0;border-top:1px solid #dd4c26;margin-bottom:10px;}
