.clsCMOn {
	color: #FFFFFF;
	font-size : 8pt;
	text-decoration : none;
  padding: 2px 2px;
  font-weight: bold;
}
.clsCMOver
{
	color: #FFFFFF;
	font-size : 8pt;
	text-decoration : none;
  padding: 2px 2px;
  font-weight: bold;
}



BODY, P, TD, LI {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}

BODY {
	background-color: #9A2C25;
	background-image: url(../images/back.jpg);
	background-position: center 19px;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
}

BODY.introPage {
	background-color: #FFFFFF;
	padding: 10px;
}
BODY.printPage {
	background-color: #FFFFFF;
	padding: 10px;
}

FORM {
	margin: 0px;
}

A:link {
	color: #CDCDCD;
	font-weight: normal;
	text-decoration: none;
}
A:visited {
	color: #CDCDCD;
	font-weight: normal;
	text-decoration: none;
}
A:hover {
	color: #CDCDCD;
	font-weight: normal;
	text-decoration: underline;
}

UL LI {
	list-style-type: disc;
}

HR {
	height: 1px;
	border: 0px solid #9EC45E;
}

.small {
	font-size: 8pt;
}
TD.small A {
	color: #FFFFFF;
}

.mainTable {
	/*background-color: #FFFFFF;*/
	border: 0px solid #9EC45E;
	margin-top: 10px;
}

.menuBar {
	width: 2px;
	vertical-align: top;
	font-size: 8pt;
	/*background-color: #9A2C25;*/
	background-image: url('../images/contents_bg.gif');
	background-repeat: repeat;
	background-position: 0px 0px;
	padding: 1px 1px;
	padding-top: 14px;

}
.logoBar {
	padding: 5px;
	/*background-color: #9A2C25;*/
	background-image: url('../images/top_bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
.contentsCell {
	padding: 10px;
	/*background-color: #9A2C25;*/
	background-image: url('../images/contents_bg.gif');
	background-repeat: repeat;
	background-position: 0px 0px;
}
.contentsCellPrint {
	padding: 10px;
}
.title {
	font-size: 13pt;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.formTitles {
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
}

.formTitlesSep {
	font-weight: bold;
	border-bottom: 1px solid #9EC45E;
}

INPUT.inputText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px inset #9A2C25;
	font-size: 8pt;
	color: #000000;
	background-color: #FFFFFF;
}
TEXTAREA.inputText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px inset #9A2C25;
	font-size: 8pt;
	color: #000000;
	background-color: #FFFFFF;
}
SELECT.inputText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px inset #9A2C25;
	font-size: 8pt;
	color: #000000;
	background-color: #FFFFFF;
}
INPUT.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px outset #9A2C25;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #9A2C25;
}

#pegadas {
	width: 110px;
	height: 180px;
	background-image: url(../images/pegadas.gif);
	margin-top: 50px;
}

