BODY, DIV, TD, TH, SPAN, A, LABEL, INPUT, SELECT
{
	font-size: 11px;
	line-height: 14px; 
	font-family: verdana,sans-serif;
	color: inherit;
}

BODY
{
	margin: 10px;
	padding: 0px;
	color: #000000;
	background-color: #ffffff;
}

A, FORM, DIV, TH, TD, SPAN, TABLE, IMG, UL, LI, H1, H2, H3, H4, H5, DL, DT, DD, LABEL
{
	margin: 0px;
	padding: 0px;
}

P
{
	margin: 5px 0px 10px 0px;
	padding: 0px;
}

LI
{
	list-style: none;
}

DIV
{

}

TABLE
{
	border-collapse: collapse;
	border-spacing: 0;
	border-width: 0;
}
TD
{
	empty-cells: show;
}
TH
{
	empty-cells: show;
	text-align: left;
	font-weight: bold;
}

A
{
	text-decoration: none !important;
}

HR
{
	border-width: 0;
	border-top:1px solid #ccc;
	margin: 5px 0;
	padding: 0;
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.spacer10
{
	width: 10px;
	height: 10px;
}

.spacer20
{
	width: 20px;
	height: 20px;
}
.spacer40
{
	width: 40px;
	height: 40px;
}

.floatleft
{
	float:left;
}
.floatright
{
	float:right;
}
.overflowauto
{
	overflow:auto;
}
.clearfloat
{
	clear:both;
}
.nowrap
{
	white-space:nowrap;
}
.bold
{
	font-weight: bold !important;
}
.uppercase
{
	text-transform: uppercase;
}

*:focus {
  outline: none !important;
}

.textcenter {
	text-align: center;
}
.positionrelative {
	position: relative;
}
.positionbottom {
	position: absolute;
	bottom: 0;
	width: 100%;
}