html
{
	overflow-y: scroll;
	height: 100%;
}

body
{	
	position: relative;
	background: #5c5e5b url("/images/public/frame_bg.gif") repeat-y center top;
	
	color:#000000;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:14px;
	height: 100%;
	
	behavior:url("/inc/css/ie-hacks.htc");
}

img
{
	border:0;
}

ul, li, body, html, h1, h2, p, a, dl, dt, form
{
	margin: 0;
	padding: 0;
}

h1, h2, h4
{
	color:#333333;
	font-family: Arial, sans-serif;
	font-size:34px;
	line-height:1.1em;
	font-weight:normal;
	padding-bottom:10px;
}

h2
{
	font-size:24px;
}

h3
{
	font-size:15px;
	font-weight:normal;
	font-family: Arial, sans-serif;
	margin:0px;
	padding:0 0 5px 0;
}

h4
{
	font-size:16px;
	font-weight:bold;
	padding:0;
	margin:0;
}

a
{
	color:#463f9c;
}

a:hover
{
	color:#2b76ff;
	text-decoration: underline;
}

object
{
	outline: none;	
}


p, span
{
	font-family: Arial, sans-serif;
	font-size:14x;
	line-height:18px;
}

ul
{
	list-style: none;
}

li
{
	line-height:1.5em;
	padding-left:6px;
}

.visible
{
	visibility: visible;	
	display: inherit;
}

.hidden
{
	visibility: hidden;
	display: none;
}

code { 
	display:block;
	margin:1% 0%; 
	padding:1%; 
	background:#CADFED; 
	border:1px solid #ABCDEF;
}

