@import url('classes.css');
@import url('divs.css');
@import url('topmenu.css');

html
{
	margin: 0; padding: 0;
}
body
{
	margin: 0;
	padding: 0;
	background: #dedede url(../upload/images-master/bg_body.jpg) repeat-x;
	font-size: 11px;
	font-family: verdana;
}

button, input, select, textarea
{
	background: #767676;
	color: #fff;
	font-weight: bold;
	border-top: 1px solid #777;
	border-left: 1px solid #666;
	border-right: 1px solid #666;	
	border-bottom: 1px solid #555;
	-moz-border-radius: 2px;
	font-size: 1em;
	padding: 2px;
}
button:hover
{
	background: #666666; 
	color: #F5A437;
	cursor: pointer;
}
button
{
	width: auto;
	overflow: visible;
}
input, select, textarea
{
	background: #fff;
	font-weight: normal;
	padding: 3px 2px 3px 2px;
	color: #000;
}

a
{
	text-decoration: none;
	color: #5058A3;
}

a:hover
{
	color: #DE8F22;
}

h3
{
	font-size: 1.1em;
	margin: 0 0 4px 0;
}


h4
{
	font-size: 1em;
	margin: 0 0 4px 0;
	color: #353B75;
}

hr
{
	border: 0;
	border-top: 1px solid #ccc;
	background: #ccc;
	height: 1px;
	display: block;
}

object, object:active, object:focus, object:hover
{
	border: 0;
	outline: none;
}

