@import url("main.css");
@import url("menu.css");

@import url("jquery.autocomplete.css");
@import url("jquery.tabelsorter.css");

html
{
	margin:				0px;
	padding:			0px;
}

a 
{
	text-decoration:	 none;
	color:				#0E33CC;
}
a:hover 
{
	text-decoration:	none;
	color:				#E91200;
}
A:active 
{
	color:				red;
}
A:visited 
{
	color:				#0106DD;
}

a.NewItem
{
	text-decoration:	 none;

	color:				red;
}

h1
{
	font-size:			14pt;
	color:				black;
	margin-top:			0px;
}

h2
{
	font-size:			13pt;
	color:				black;
}

img
{
	border:				0px;
}

#searchbox
{ 
	margin-top:6px;
	width:160px;
	height:13px;
	background: url(../images/search.png) no-repeat;
	background-position-x: 143px;
	border: 1px solid #999;
}
