
body
{
	text-align: left;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}

img
{
	border: none;
}

table
{
	font-size: 11px;
	color: #333;
}


form
{
	margin: 0;
	padding: 0;
}

h1
{
	font-size: 15px;
	color: #315BB0;
}

h2
{
	font-size: 16px;
	color: #315BB0;
}

h3
{
	font-size: 14px;
	font-weight: bold;
	color: #315BB0;
}

h4
{
	font-size: 18px;
}

h5
{
	font-size: 11px;
}

h6
{
	font-size: 12px;
}


/* MAIN CONTAINER */
#container
{

}

#headercontainer
{

}

#logo
{

}

#topmenu
{

display: none;
}




#maincontainer
{

}



#leftcontainer
{

}


#rightcontainer
{

display: none;
}

#rightmenu
{

}

.bold
{
	font-weight: bold;
}

#rightmenu .menutable
{
	color: #000;

}

#rightmenu .menutable a
{
	color: #4B74C8;
	text-decoration: underline;
}

/* FOOTER CONTAINER */

#bar
{
	border-top: 4px solid #3560B8;
	float: left;
	width: 781px;
	height: 4px;
	font-size: 4px;
display: none;
}


#footer
{
	width: 781px;
	float: left;
	color: #999999;
display: none;
}

#footer a
{
	text-decoration: none;
	color: #999999;
}

#contacts
{
	float: left;
	margin-left: 3px;
	width: 640px;
}

#contacts ul
{
	margin: 0;
	padding: 0;
	list-style: none;

}

#contacts ul li
{
	display: inline;
	padding-right: 45px;
	
}
#contacts li a
{
	text-decoration: none;
}

#site
{
	float: right;

	margin-right: 5px;
}

