/*** Element restylings ***/

body,p,td
{
	font-family:Verdana,Arial;
	font-size:small;
	color:#333333;
}

input,select
{
	font-family:Verdana,Arial;
}

body,html
{
	text-align: center;
	margin: 0px;
	padding: 0px;
}

img
{
	border: 0px;
}

p
{
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

pre
{
	margin:0px 10px 10px 10px;
}

/*
no underline site wide
if change - need no underline on toolmenu and folders in folderlisting
*/
a, a:hover, a:visited
{
	color: #c90062;
	text-decoration:none;
}

a:hover
{
	text-decoration: underline;
}

a.nolink
{
	cursor:default;
}
a.nolink:hover
{
	text-decoration:none;
}

h1
{
	font-size:14px;
	padding-top:10px;
	clear:both;
}

h2
{
	font-family: Italia, Verdana,Optima, Arial, Helvetica, Sans Serif;
	font-size:13px;
	font-weight:bold;
	color: #c90062;
}

h3
{
	padding: 0px 0px 3px 0px;
	margin: 10px 0px 5px 0px;
	font-family: Italia, Verdana,Optima, Arial, Helvetica, Sans Serif;
	font-size:14px;
	color: #c90062;
	border-bottom: 1px solid #c90062;
}

hr
{
	height: 0px;
	border: 0px;
	border-top: 1px solid #c90062;
	margin: 12px 0px 6px 0px;
}

form
{
	padding: 0px;
	margin: 0px;
}
