/* CSS Document */

/* ---------------------------------------- 01 :: common site definitions */
* {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

html, body { width: 100%; height: 100%; }

html, body, div, button {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 8.5pt;
	color: #383000 !important;
}
form {
	margin: 0px;
	padding: 0px;
	border: 0px;
	margin: 0px 2px 0px 0px;
	font-size: 8,5pt;
	color: #383000 !important;
}
select {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 8pt;
	color: #383000 !important;
}
h1 {
	padding: 0px;
	border: 0px;
	font-size: 8.5pt;
	color: #383000;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 10px;
}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	color: #383000 !important;
}

h2 {
	padding: 0px;
	border: 0px;
	font-size: 8.5pt;
	color: #383000;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 10px;
	font-weight: normal;
	}
	
h2 a:link, h2 a:visited {
	text-decoration: underline;
}

h2 a:active, h2 a:hover {
	text-decoration: underline;
	color: #FF6000 !important;
}

h3 {
	padding: 0px;
	border: 0px;
	font-size: 8.5pt;
	color: #383000;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 10px;
	font-weight: normal;
}

h3 a:link, h3 a:visited, h3 a:hover, h3 a:active {
	color: #383000 !important;
}

h4 {
	padding: 0px;
	border: 0px;
	font-size: 8.5pt;
	color: #383000;
	margin-top: 2px;
	margin-right: 4px;
	margin-bottom: 12px;
	margin-left: 6px;
	font-weight: normal;
}

h4 a:link, h4 a:visited, h4 a:hover, h4 a:active {
	color: #383000 !important;
}

h5 {
	padding: 0px;
	border: 0px;
	font-size: 8.5pt;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 10px;
	font-weight: normal;
}
	
h5 a:link, h5 a:visited {
	text-decoration: underline;
}

h5 a:active, h5 a:hover {
	text-decoration: underline;
	color: #FF6000 !important;
}

h6 {
	padding: 0px;
	border: 0px;
	font-size: 8.5pt;
	color: #383000;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 14px;
	font-weight: normal;
}

h6 a:hover, h6 a:link {
	text-decoration: none;
	color: #FF0000;
}

textarea, input {
	margin: 0px; 
	padding: 0px; 
	font-size: 8.5pt;
}

table, td {
	font-size: 8.5pt;
}

a:link {
	color: #F00;
	text-decoration: none;
}

a:visited {
	color: #F00;
	text-decoration: none;
}

a:hover, a:active {
	color: #F00;
	text-decoration: underline;
}

/* ---------------------------------------- 01 :: end */
.price {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 8.5pt;
	color: #FF0000;
	font-weight: bold;
	left: 4px;
	right: 4px;
}
/* ---------------------------------------- 02 :: useful shortcuts */
.split { clear: both; }
.red { color: #FF0000 !important; font-size: 10pt; }
.green { color: #336600 !important; }
.blue { color: #0000FF !important; }
.white { color: #FFFFFF !important; }
/* ---------------------------------------- 02 :: end */