@import url(design_main.css);
@import url(design_topmenu.css);
@import url(forumstyles.css);

body, html
{
	background: #fff;
	margin: 0;
	padding: 0;
	background: #007da3 url(../upload/bg1.jpg) top center no-repeat;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
}

html
{
	overflow-x: hidden;
}

a
{
	color: #111111;
	text-decoration: none;
	cursor: pointer;
}

* html a { cursor: hand; }

a:hover
{
	color: #0a678b;
	cursor: pointer;
}

* html a:hover { cursor: hand; }

br.Clear
{
	display: block;
	clear: both;
}

a img { border: 0;}


input.Text
{
	border: 1px solid #007b9f;
	padding: 2px;
	background: #fff; 
	color: #000;
	font-size: 11px;
}
textarea.Text
{
	border: 1px solid #007b9f;
	padding: 2px;
	background: #fff; 
	color: #000;
	font-size: 11px;
}

input, select, button, textarea 
{ 
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

#LinksContent img
{
	 width: 16px;
	 height: 16px; 
}
