A:LINK, A:VISITED {
	color: #424242;
	text-decoration: none;
}

A:HOVER { 
	color: #2b2b2b;
	text-decoration: underline;
}

A:ACTIVE {
	color: #2b2b2b;
	text-decoration: underline;
}  

HTML, BODY {
	margin: 0;
	padding: 0;
}

BODY { 
	border: 0;
	margin: 0;
	padding: 0;
	height: 100%;
	max-height:100%;
}

BODY, TD, TH {
	font-family:  Helvetica, Tahoma, Arial, sans-serif;
	font-size: 14px;
}

SELECT, INPUT, TEXTAREA, BUTTON, LABEL {
	font-family:  Helvetica, Tahoma, Arial, sans-serif;
	font-size: 12px;
}

IMG, TABLE, TD, TH {
	border: 0;
	line-height:13px;
	font-size: 10px;
}

FORM {
	margin-top: 0;
	margin-bottom: 0;
}

P {
	margin: 0 0 10px 0;
}

HR {
	color: white;
	background:white;
	height: 1px;
	border-top: solid 1px #ccc;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	width: 100%;
	text-align: left;
}

INPUT, SELECT {
	margin: 0;
}

H1,H2,H3,H4,H5{
	padding:0;
	margin:5px 0 5px 0;
}

H1{
	font-size:18px;
}

H2{
	font-size:16px;
}

H3{
	font-size:14px;
}

H4{
	font-size:12px;
}

H5{
	font-size:10px;
}

UL, OL {
	padding: 0;
	margin: 0 0 10px 0;
}

LI{
	margin-left:15px;
	font-size:12px;

}

OPTGROUP {
	font-style: normal;
}