h1, h2, h3, h4, div, p, td, th, tr
{
	margin: 0;
	padding: 0;
}

object, embed { outline: none; }

a { cursor: pointer; text-decoration: none; }

img { border: none; }

input { font-size: 90%; }

.P4 { padding: 4px; }
.P5 { padding: 5px; }
.P10 { padding: 10px; }
.P15 { padding: 15px; }
.P20 { padding: 20px; }
.MT10 { margin-top: 10px; }
.MB10 { margin-bottom: 10px; }

.RoundBorder5 {
-moz-border-radius:5px;
-webkit-border-radius:5px;
-opera-border-radius:5px;
}

.FloatBox, .Row, .FormCols
{
	/*width: 100%;*/
	display:block;
	clear: both;
	overflow: hidden;
}

.FloatLeft
{
	float: left !important;
}

.FloatRight
{
	float: right !important;
}

.Hidden { display: none!important; }

.HiddenFlash
{
    display:block!important;
    height:0!important;
    width:0!important;
    border:none!important;
    visibility:hidden!important;
}

.FormCols label
{
	display: block;
	float: left;
	margin-right: 20px;
}

.FormCols label span
{
	display: block;
	font-weight: bold;
	margin-bottom: 3px;
}

.FormRows label
{
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}

.FormRows label span
{
	display: block;
	margin-bottom: 3px;
}

.FormCheckboxList label
{
	display: block;
	margin-bottom: 5px;
}
.tw_header{ visibility :hidden !important;}