div, table, tr, td, img, ul, li, span, p, form {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

body, div, table, tr, td, img, ul, li, p, select, input, textarea, a, label, h1, button {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

img.button:hover {
    cursor: pointer;
    cursor: hand; /* IE 5.x */
}

.normalText {
	font-weight: normal;
}

.boldText {
	font-weight: bold;
}

.italicText {
	font-style: italic;
}

.underlineText {
	text-decoration: underline;
}

.redText {
	color: #7A0202;
}

.greyText {
	color: #666666;
}

.greenText {
	color: #2F7922;
}

.redBoldText {
	font-weight: bold;
	color: #7A0202;
}

.greenBoldText {
	font-weight: bold;
	color: green;
}

.redItalicText {
	height: 15px;
	font-style: italic;
	color: #7A0202;
}

.smallText {
	font-size: 8pt;
}

.nineText {
	font-size: 9pt;
}

.tenText {
	font-size: 10pt;
}

.bigText {
	font-size: 12pt;
}

.required {
	font-size: 9pt;
	font-weight: bold;
	color: #FF0000;
}
input.radiusDisabled {
	color: #666666;
}

.hidden {
	display: none;
}
