/* COMMON v.1.5.6
/* Forma Design
/* Developer Angel Vachev 
/* angel@formadesign.bg
/* ---------------------------------------------- */
/* ---  COMMON STYLES  -------------------------- */
/* ---------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}
html {
	height: 100%;
}
body {
	background-color: white;
	min-height: 100%; 
	position: relative; 
}

body, form, span, div, table, td, th, tr, em, cite, select, input {
	font-family:  verdana, Geneva, arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	color: #585858;
	font-weight: normal;
	
}
/* ---------------------------------------------- */
/* ---  LINKS STYLES  --------------------------- */
/* ---------------------------------------------- */
a, a:link, a:active, a:visited{
	color: #163577;
	text-decoration: none;
}
a:hover{
	color: #c4161c;
	text-decoration: none;
}
/* ---------------------------------------------- */
/* ---  TABLE STYLES  --------------------------- */
/* ---------------------------------------------- */
table{
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	margin: 0px;
	padding: 0px;
}
div, table {
	margin-left: auto;
	margin-right: auto;
}
/* ---------------------------------------------- */
/* ---  IMAGE STYLES  --------------------------- */
/* ---------------------------------------------- */
img{
	border: none;
	margin: 0px;
	padding: 0px;
}
/* ---------------------------------------------- */
/* ---  FORM STYLES  ---------------------------- */
/* ---------------------------------------------- */
form {
	display: inline;
}
/* ---------------------------------------------- */
/* ---  TEXT STYLES  ---------------------------- */
/* ---------------------------------------------- */
p {
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#footer { 
	position: absolute; 
	bottom:0; 
	width: 100%; 
	height: 16px; 
	color: white;
	background-color: Black;
	text-align: right;
	border-top: 1px solid Gray; 
} 
span.time {
	font-weight: normal;
	color: #ff5a00;
}

