body {
	background-color: transparent;
	font-size: 12px;	  
	text-align: left;  
	line-height: 1.4em;
	font-family: Arial;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


.tablerow1 {
	background-color: #BBBBBB;
}

thead {
	background-color: #FFBBBB;
}

tfoot {
	background-color: #BBBBFF;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Basic formats */

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

/* Global align classes */

.left {
	text-align: inherit;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.full {
	text-align: justify
}

/* Image and table specific aligns */

img.left, table.left {
	float: left;
	text-align: inherit;
}

img.center, table.center {
	margin-left: auto;
	margin-right: auto;
	text-align: inherit;
}

img.center {
	display: block;
}

img.right, table.right {
	float: right;
	text-align: inherit;
}

/*  ------------- Customized styles ---------------- */
p, h1, h2, h3, h4, h5, ul, ol{padding-bottom: 15px;}
h1 {	
	font: 30px/30px 'CreteRoundRegular';
	font-weight: normal;
	color: #333;
}
h2{
	font: 24px/24px 'CreteRoundRegular';
	font-weight: normal;
	color: #333;
}
h3{
	font: 20px/20px 'CreteRoundRegular';
	font-weight: normal;
	color: #333;
}
h4{
	font: 18px/18px 'CreteRoundRegular';
	font-weight: normal;
	color: #333;
}
h5{
	font: 16px/16px 'CreteRoundRegular';
	font-weight: normal;
	color: #333;
}
ul, ol{
	margin-left: 20px;
	line-height: 20px;
}
ul li{
	list-style-image: url("../images/li.gif");
}
table{
	width: 100%;
	background: #fff;
	border-collapse: collapse;
	margin-bottom: 20px;
}