html, body, form, form p {
	margin: 0px auto; padding: 0px;
	height: 100%;
}
html, body, form, form p, p, textarea, td, ul, ol {
	/*font-size: 11px;*/
	font-size: 12px;
	/*font-size: 110%;*/
	line-height: 17px;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
}

/* Neutralize styling:
   Elements with a vertical margin: */
	h1, h2, h3, h4, h5, h6, p, pre,
	blockquote, ul, ol, dl, address {
	margin: 0px;
	padding: 0px;
}

/* styles for headings 0056a2*/

h1 	{ color: #0056a2; font-size: 16px; margin-bottom: 10px; }/*#0a2143*/
h2 	{ color: #0056a2; font-size: 12px; margin: 20px 0px 2px 0px; }/*#333333*/
h3	{ color: black; font-size: 12px; margin: 0 0 20px 0; }/*#3C4C6B*/

p 	{ margin-bottom: 5px; }

ul	{ margin-bottom: 15px; list-style: url(/fileadmin/img/bullet.gif); }

/* links */
a:link{ color:#283360; text-decoration:none; }
a:visited{ color:#283360; text-decoration:none; }
a:hover, a:active { color:#9aa0c0; }

/* Apply left margin:
   Only to the few elements that need it: */
li, blockquote, dd { margin-left: 1.5em; }

a img { border:none; }

/* reusable classes */
.clear { clear:both; }
