/* COMMON v.1.5.6
/* Forma Design
/* Developer Angel Vachev 
/* angel@formadesign.bg
/* ---------------------------------------------- */
/* ---  COMMON STYLES  -------------------------- */
/* ---------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: white;
}
body, form, span, div, table, td, th, tr, em, cite, select, input {
	font-family:  arial, verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #312F2D;
	font-weight: normal;
}
/* ---------------------------------------------- */
/* ---  LINKS STYLES  --------------------------- */
/* ---------------------------------------------- */
a, a:link, a:active, a:visited{
	color: Black;
	text-decoration: underline;
}
a:hover{
	color: #e96419;
	text-decoration: underline;
}
/* ---------------------------------------------- */
/* ---  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;
}
