/** Element style definitions */

body,td,input
{
	font-family:Verdana,Tahoma,Arial,Helvetica,Sans Serif;
	font-size:9pt;
	color: #3e3d42;
}

.little, .little input
{
	font-size:8pt;
}

body,html
{
	margin: 0px;
	padding: 0px;
	height: 100%;
}

a
{
	/*color:#3e3d42;*/
	color:blue;
	text-decoration:none;
}

a:hover
{
	text-decoration:none;
	color: #b31b34;
}

.catmenuitem
{
	font-size:12pt;
	padding:5px;
	background-color:#ffffff;
}

h1
{
	/*background-image: url(/web_images/structure/box_top.jpg) ;
	color:white;
	font-size: x-small;
	padding:6px 0px 8px 10px;
	*/
	color:black;
	font-size:16pt;
	padding:6px 0px 8px 0px;
	margin:0px;
	font-weight:normal;
	font-family:Georgia,Times New Roman,Verdana,Arial;
	
}

h2
{
	color:#00008F;
	font-size:13pt;
}

.errors
{
	color:red;
}