/* --------------- Clear Defaults ------------------ */

H1, H2, H3 , H4, H5, H6, H7, FORM, P {
	margin: 0;
	padding: 0;
}

A {
	text-decoration: none;
}

/* --------------- Global Defaults ------------------ */

BODY, TD, TH, INPUT, SELECT, TEXTAREA {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
}

BODY, TD, TH {
	line-height: 1.3em;
}

.invisible {
	text-indent: -5000px;
	overflow: hidden;
	line-height: 0;
	font-size: 0px;
	padding: 0;
	margin: 0;
}

DIV.clearleft {
	clear: left;
}

DIV.clearboth {
	clear: both;
}

BLOCKQUOTE > STRONG {
	font-weight: normal;
}

.replacetext {
	text-indent: -5000px;
	overflow: hidden;
	line-height: 0;
	font-size: 0px;	
}

IMG {
	border: none;
}

UL.clearstyles,
UL.clearstyles LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.roundedcorners {
	behavior: url(/css/border-radius.htc);
	moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}


