*
{
	margin:					0;
	padding:				0;
}
html, body
{
	height:					100% !important;
}
body, textarea, input, select
{
	font-family:			Arial;
	font-size:				12px;
}
h1
{
	font-size:				20px;
	margin:					0;
}
h2
{
	font-size:				18px;
	margin:					0 0 15px;
}
h3
{
	font-size:				16px;
	margin:					0 0 10px;
}
h4
{
	font-size:				14px;
	margin:					0 0 5px;
}
p
{
	margin:					7px 0;
}
img
{
	border:					none;
}
ul
{
	list-style-type:		bullet;
	margin-left:			20px;
}
ol
{
	margin-left:			20px;
}
a
{
	text-decoration:		underline;
	cursor:					pointer;
	color:					red;
}
a:hover
{
}
:focus
{
	-moz-outline-style:		none;
}
:root
{
	overflow-y:				scroll !important;
}
td
{
	vertical-align:			top;
}
hr
{
	border:					none;
	background:				#000;
	color:					#000;
	height:					1px;
}

/* CMS */
#cms-extra-menu
{
	position:				absolute;
	right:					3px;
	top:					3px;
}
#cms-extra-menu span
{
	color:					#BBB;
}
#cms-extra-menu, #cms-extra-menu a
{
	color:					white;
	font-size:				12px;
}
