.GENERAL_PATTERN
{
   color: #000000;
   font-family: Verdana;
   font-size: 10px;
}

/*.bottom
{
   color: #FFFFFF;
   font-family: Verdana;
   font-size: 10px;
}*/

A  {
	font-family : Verdana;
	font-weight : normal;
	font-style : normal;
	font-size : 10px;
	color : #000000;
	text-decoration : none;
}

A:Visited  {
	font-family : Verdana;
	font-weight : normal;
	font-style : normal;
	font-size : 10px;
	color : #000000;
	text-decoration : none;
}

A:Active  {
	font-family : Verdana;
	font-weight : normal;
	font-style : normal;
	font-size : 10px;
	color : #000000;
	text-decoration : none;
}

A:Hover  {
	font-family : Verdana;
	font-weight : normal;
	font-style : normal;
	font-size : 10px;
	color : #74172B;
	text-decoration : underline;
	cursor : pointer;
}

A.menu_branco  {
	font-family : Verdana;
	font-weight : normal;
	font-style : normal;
	font-size : 10px;
	color : #FFFFFF;
	text-decoration : none;
}

A.menu_branco:Visited  {
	font-family : Verdana;
	font-weight : normal;
	font-style : normal;
	font-size : 10px;
	color : #FFFFFF;
	text-decoration : none;
}

A.menu_branco:Active  {
	font-family : Verdana;
	font-weight : normal;
	font-style : normal;
	font-size : 10px;
	color : #FFFFFF;
	text-decoration : none;
}

A.menu_branco:Hover  {
	font-family : Verdana;
	font-weight : normal;
	font-style : normal;
	font-size : 10px;
	color : #FFFFFF;
	text-decoration : underline;
	cursor : pointer;
}

A.menu_preto  {
	font-family : Verdana;
	font-weight : normal;
	font-style : normal;
	font-size : 10px;
	color : #000000;
	text-decoration : none;
}

A.menu_preto:Visited  {
	font-family : Verdana;
	font-weight : normal;
	font-style : normal;
	font-size : 10px;
	color : #000000;
	text-decoration : none;
}

A.menu_preto:Active  {
	font-family : Verdana;
	font-weight : normal;
	font-style : normal;
	font-size : 10px;
	color : #000000;
	text-decoration : none;
}

A.menu_preto:Hover  {
	font-family : Verdana;
	font-weight : normal;
	font-style : normal;
	font-size : 10px;
	color : #000000;
	text-decoration : underline;
	cursor : pointer;
}

td  {
	font-family : Verdana;
	font-weight : normal;
	font-style : normal;
	font-size: 10px;
	color : #000000;
	text-decoration : none;
	line-height: 13px;
}

body  {
	font-family : Verdana;
	font-weight : normal;
	font-style : normal;
	font-size: 10px;
	color : Black;
	margin: 0px;
	text-decoration : none;
	margin-top: 2px;
	/*scrollbar-base-color: #FFFFFF;
	scrollbar-track-color: #E5E5E5;
	scrollbar-face-color: #743333;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;*/
}

.button {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	cursor: pointer;
	background-color: #6D160C;
	border: 1px groove #000000;
}

.button_back_red {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	cursor: pointer;
	background-color: #B10810;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
}

.combo {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: BOLD;
	color: #B10810;
	cursor: pointer;
	background-color: #ffffff;
	border: 1px groove #000000;
}

.input {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #6D160C;
	background-color: #ffffff;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
}

.border_left_right {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #FFFFFF;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}

.border {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #FF0000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-top:1px solid #000000;
}

.border_top_bottom_left_right {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #FFFFFF;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}

.border_bottom_left_right {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}

.border_bottom_left {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
}

.border_top_bottom_left_right_menu {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #723030;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
}

.border_right_bottom {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}

.border_bottom {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	border-bottom:1px solid #000000;
}

.border_left {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #FFFFFF;
	border-left:1px solid #000000;
}

.border_top {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	border-top:1px solid #000000;
}

.border_top_bottom {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
}

.border_top_bottom_left {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
}
