/* CSS Document */

a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #990000;
}

a.red:link {
	color: #743004;
	text-decoration: none;
}
a.red:visited {
	text-decoration: none;
	color:#743004;
}
a.red:hover {
	text-decoration: underline;
	color: #743004;
}
a.red:active {
	text-decoration: none;
	color: #743004;
}

a.gray:link {
	color: #4E4C4B;
	text-decoration: none;
}
a.gray:visited {
	text-decoration: none;
	color:#4E4C4B;
}
a.gray:hover {
	text-decoration: underline;
	color: #4E4C4B;
}
a.gray:active {
	text-decoration: none;
	color: #4E4C4B;
}

.picotado_vertical { background-image:url(images/picotado_vertical.gif); background-repeat:repeat-y; padding-left:10px;}

.img_border { border:solid 3px #beab79;}

.style8 {color: #AB9D78}
.green { color:#42843d; font-weight:bold;}
.content { padding-left:30px;padding-top:10px;padding-right:20px;}

body,td,th {
	font-family: Verdana;
	font-size: 10px;
	color: #743004;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bkg_red.jpg);
}
.style1 {
	color: #4E4C4B;
	font-weight: bold;
}
.style2 {
	color: #878477;
	font-weight: bold;
}
.style3 {color: #878477}
.style4 {	color: #878477;
	font-weight: bold;
	font-size: 10px;
	font-family: Tahoma;
}
.style5 {	color: #878477;
	font-size: 10px;
	font-family: Tahoma;
}
