/* <!-- */
/* General styles */
body {
	background-color:#fff;
	font-size: 13px;
	font-family: "Arial", "Helvetica", "sans-serif";
}

* {
	margin: 0px;
}

h1 {
	font-size: 18px;
	margin-top: 10px;
}

h2 {
	font-size: 15px;
	margin-top: 8px;
}

h3 {
	font-size: 13px;
	margin-top: 5px;
	color:#069;
}

h4 {
	font-size: 13px;
	margin-top: 5px;
	color: #666;
}

h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited
{
	color:#69C;
}

p {
	text-align:justify;
	margin:auto;
	padding:inherit;
}

blockquote
{
	margin: 5px 0 5px 18px;
}

a, a:visited {
	color: #333;
}

a:hover {
	color: #963;
}

table {
	border: none;
	/*background:#E3E9F1;*/
}

tr {}

tr.odd {
	/*background-color: #FFFFFF;*/
}

th {
  background-color: #CCC; 
	padding:3px 0 0 0;
}

td {
	padding:3px;
}

table.table_customize_1{
	border:#999 solid 1px;
	background:#DED;
}

table.table_customize_1 tr{

}

table.table_customize_1 tr.odd {

}

table.table_customize_1 th{
	
}

table.table_customize_1 td{
}

ul {
	list-style-image: url(ball_blue.gif);
	padding-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

table {
}


ol {
	padding-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

ul li {
}

/* --> */

