/*
html {
	height: 100%;
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
}
*/

* 			{	margin: 0; padding: 0; }

a 			{ outline: 0; }

:focus 		{ outline: 0; }

img, a img, :link img, :visited img { border: 0; }

abbr, acronym, dfn {
	cursor: help;
	border-bottom: 1px dotted #aaa;
}

em 			{ font-style: italic; }

strong 		{ font-weight: bold; }

.left 		{ float: left; }
.right		{ float: right; }
.center 	{ text-align: center; }

img.center	{
	display: block;
	margin: 0 auto;
}

.verdana	{ font-family: Verdana, sans-serif; }
.trebuchet	{ font-family: "Trebuchet MS", sans-serif; }
.helvetica	{ font-family: Helvetica, sans-serif; }
.arial		{ font-family: Arial, sans-serif; }
.georgia	{ font-family: Georgia, serif; }
.times		{ font-family: Times, sans-serif; }

.grey 		{ color: #bbb; }

.caps		{ text-transform: uppercase; }

.clear {
	clear: both;
	position: relative;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}