/* --------- tekst style's --------- */
.smallfont
{
	font-size: 10px;
}

.italic
{
	font-style: italic;
}

.bold
{
	font-weight: bold;
}

.blue
{
	color: #3c83c3;
}

.lightgray
{
	color: #a9a9a9;
}

.darkgray
{
	color: #4a4a4a;
}

.red
{
	color: #ff2523;
}

form
{
	margin: 0px;
	padding: 0px;
}

p 
{
	margin-top:0;
}


a
{
	color: #4a4a4a;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;	
}

a:hover 
{
	color: #3c83c3;
	text-decoration: underline;
}


.numering
{
	background-color: #e6e6e6;
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	margin: 3px;
	font-weight: bold;
}
/* --------- tekst style's --------- */
img, input
{
	border: 0;
	filter:expression( typeof XMLHttpRequest == "undefined" ? ( (typeof this.src == "string" && this.src.substr(this.src.length-4) == ".png" ? this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')" + (this.src="/images/layout/e.gif").substr(0,0) : "") ) : "");
}

.imgfloatleft
{
	float: left;
	margin: 0 10px 5px 0;
	border: 0;
}	

.imgfloatright
{
	float: right;
	margin: 0 3px 0 0;
	border: 0;
}	
