/*
	PAGE STYLES

colors{
	orange: #F64521;
	green: #33a23c;
	gray: #666666;
	
	//old orange: #f0572b;	
}
*/


/* DEFAULTS */
/* ====================================================================================== */

a{
	color: #F64521; /*  #33a23c;	*/
	text-decoration: none;
}

a:hover{
	color: #666;	
	text-decoration: none;
}

body, h1, h2, h3, h4, h5, p, li, input, textarea, select
{
	font-family: tahoma, trebuchet, helvetica, arial,  sans-serif;	
	line-height: 1.4em;
	color: #444444;
	text-align: left;	
}
h1, h2, h3, h4, h5, p, ul
{
	margin: 1em 0 0 0;
}
h1{
	color: #F64521;
	font-size: 1.2em;
	font-weight: bold;
}

h2{
	color: #000000;
	font-size: 1.0em;
	font-weight: bold;	
}

h3{
	color: #000000;
	/*#33a23c;*/
	font-size: 0.9em;
	font-weight: normal;
}
h4{
	color: #666666;
	font-size: 0.85em;
	font-weight: normal;
}
h5{
	color: #000000;
	font-size: 0.75em;
	font-weight: normal;
}
p, li
{
	font-size: 0.75em;
	font-weight: normal;
}
li{
	padding: 0 0 0 20px;
	margin: 0 0 0.4em 0px;
	text-align: left;
}
p.book{
	color: #333333;	
}

ol{
	list-style-position: outside;
	padding-left: 10px;
}

ul{
	list-style: none;
	padding: 10px 0 0 0px;
}
ul li
{
	background-image: url("images/list_bullet_666666_9px.gif");
	background-repeat: no-repeat;
	background-position: 0 2px;
}
input, textarea, select, option
{
	color: #666666;
	font-weight: normal;
	font-size: 11px;
}
img{
	border: none;
	padding: 0;
	margin: 0;
	display: block;
}
em{
	color: #33a23c;
 	font-style: normal;
}
hr{
	display: none;	
}
form{
	margin: 0;
	padding: 0;
}
table{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	text-align: center;	
}
table td{
	width: 100%;
	height: 100%;	
	margin: 0;
	padding: 20px 0;
	text-align: center;	
	vertical-align: top;
}

/* CLASSES ============================== */

.hide{
	display: none;	
}
.clear{ 
	margin: 0px;
	clear: both; 
}
.fleft{ 
	float: left;
}
.fright{ 
	float: right;
}
.block{
	display: block;	
}

/* fin */
