DIV.Links		A   	       	{color:	#000033; text-decoration:none}
DIV.Links		A:link			{color:	#000033; text-decoration:none}
DIV.Links		A:visited		{color:	#000033; text-decoration:none}
DIV.Links		A:hover 		{color: #fffd98; text-decoration:none}


.text9 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #484D53;
}
.textprint {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}
.textforum {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #191970;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #333333;
}
.textle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
}
.textBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
}
.textColor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #003399;
}	
.textBoldColor {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
}
.textBoldColor2 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #CB632F;
}
.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #003399;
}
.formnewsletter {
	font-family: Lucida Console;
	font-size: x-small;
	color: #484D53;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url('bg_header.gif');
	border: 1px groove #191970
}
.bigbutton {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url('bg_header.gif');
	border: 1px groove #191970
}
.bgTable {
	background-color: #F2F2F2;
}
.bgTableLeftRight {
	background-color: #d5efff;
}
.bgTableBorder {
	background-color: #666D75;
}
.bgTableBorder_cal {
	background-image: url('bg_calendar.jpg');
}
body {
	background-image: url('bg_main.gif');
}
.bgMouseOver {
	background-color: #FFFFFF;
}
.bgMouseOff {
}
.textGrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #CCCCCC;
}
.textRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FF0000;
}
.bgGrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #666666;
	background-color: #CCCCCC;
}
.bgCurrentDay {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	background-color: #F6BD8E;

}
.bgDayListing {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #003399;
	background-color: #66CCFF;
}
.bgWhite{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #666666;
	background-color: #FFFFFF;
}
.bgForumHeader {
	background-color: #CDD2D9;
	color: #484D53;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
.bgTopicHeader {
	background-color: #A0A8B2;
}
.bgSalaHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #484D53;
	background-image: url('icon_forum_sala.gif');
}
.textforum {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #484D53;
}
.textforumhora {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #CB632F;	
}
.bgForum1 {
	background-color: #D1D4D8;
}
.bgForum2 {
	background-color: #E4E8ED;
}
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('bg_button_a.gif') no-repeat scroll top right;
	color: #FFFFFF;
    display: block;
    float: left;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
    border: 1px groove #191970
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}

a.button span {
    background: transparent url('bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 4px 0 5px 72px;
}
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 5px 0 4px 72px; /* push text down 1px */
}
