body {
	background-image: url(images/bg.gif);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: left top;
	margin: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}
.text_box {
	background-attachment: scroll;
	background-image: url(images/text_box.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	vertical-align: top;
	width: 467px;
}
.right_margin {
	background-attachment: scroll;
	background-image: url(images/right_side_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.left_margin {
	background-attachment: scroll;
	background-image: url(images/left_side_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	vertical-align: top;
}
.footer {
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	vertical-align: bottom;
}
.termidor {
	background-image: url(images/termidor.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 140px;
}
a.footer:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.footer:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.footer:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.footer:active {
	color: #FFFF00;
}
blockquote {
	font-size: 10px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-style: italic;
}
ul {
	list-style-type: disc;
	margin-top: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline overline blink;
}
h2 {
	margin: 0px;
	font-size: 14px;
	font-style: oblique;
	color: #FFFFFF;
	text-transform: capitalize;
	background-color: #666666;
}
h3 {
	font-variant: small-caps;
	color: #333333;
	text-transform: capitalize;
	font-size: 13px;
	font-style: italic;
	background-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin: 0px;
}
