@import url(/includes/css/layout.css);
@import url(/includes/css/forms.css);

/* --------------------------- Tags -------------------------- */

body
{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica;
	font-size: 10pt;
}

h1, h2, h3, h4, h5, h6
{
	color: #000;
	font-family: Arial, Helvetica;
	font-size: 12pt;
	font-weight: bold;
}

img, fieldset
{
	border: 0;
}

dt, dd, dl
{
	margin: 5pt 0 5pt 0;
}

dt
{
	font-weight: bold;
	display: block;
}

dd
{
	margin: 0;
	padding: 0;
}

object
{
	display: none;
}

/* --------------------------- End Tags -------------------------- */

/* --------------------------- Content -------------------------- */

div#page_container
{
	width: 100%;
	margin: 0px 0px 0px 0px;
	text-align: left;
}

div#main_menu, ul#navigation, div#footer
{
	display: none;
}

a, strong, address, div#content dt, div#content ul li span, .asterik, .error_msg
{
	color: #000;
}

form#contact-us input, form#contact-us textarea
{
	border: 1px #000 solid;
}

div#content_right
{
	overflow: visible;
	height: auto;
}

/* --------------------------- End Content -------------------------- */