html {height: 100%;}
body { 
	background-color: #FFFFFF;
	background-position: top center;
	background-repeat: repeat-x;
	scrollbar-arrow-color: #444444;
	scrollbar-dark-shadow-color: #FFFFFF;
	scrollbar-face-color: #DDDDDD;
	scrollbar-highlight-color: #BBBBBB;
	scrollbar-shadow-color: #FFFFFF;
	text-align: justify;
	height: 100%;
	margin: 0px;
}
table {
	text-align: justify;
}
td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
}
.left {text-align: left;}
.degrade_bottom {
	background-position: bottom center;
	background-repeat: repeat-x;
}
.degrade_top {
	background-position: top center;
	background-repeat: repeat-x;
}
a {
	text-decoration: underline;
	color: #330099;
}
a:visited {
	text-decoration: underline;
	color: #330099;
}
input, select, textarea {
	border: #888888 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.no_border {border-width: 0px;}
.bigfont {font-size: 17px; font-family: verdana,arial,helvetica,sans-serif; font-weight: 400;}
.mediumfont {font-size: 13px; font-family: verdana,arial,helvetica,sans-serif; font-weight: 400;}
.smallfont {font-size: 10px; font-family: arial,helvetica,sans-serif; font-weight: 400;}
img {border: 0;}
img.blue_border {
	border: 1px solid #86a6c6;
	margin: 0px 0px 10px 10px;
	padding: 4px 4px 4px 4px;
}
img.autor {
	border: 1px solid #ebebeb;
	background-color: #ffffff;
	padding: 3px 3px 3px 3px;
}
#search_select {
	width:160px;
} 
#search_select option {
	width:150px;
}
.title_torquoise {
	text-decoration: none;
	color: #9fe7ff;
}
.title_torquoise:hover {
	text-decoration: underline;
}
.title_torquoise:visited {
	text-decoration: none;
	color: #9fe7ff;
}
.title_torquoise:visited:hover {
	text-decoration: underline;
}
.title_gray {
	text-decoration: none;
	color: #6b6b6b;
}
.title_gray:hover {
	text-decoration: underline;
}
.title_gray:visited {
	text-decoration: none;
	color: #6b6b6b;
}
.title_gray:visited:hover {
	text-decoration: underline;
}
.title_white {
	text-decoration: none;
	color: #ffffff;
}
.title_white:hover {
	text-decoration: underline;
}
.title_white:visited {
	text-decoration: none;
	color: #ffffff;
}
.title_white:visited:hover {
	text-decoration: underline;
}
.title_light_blue {
	text-decoration: none;
	color: #5385cc;
}
.title_light_blue:hover {
	text-decoration: underline;
}
.title_light_blue:visited {
	text-decoration: none;
	color: #5385cc;
}
.title_light_blue:visited:hover {
	text-decoration: underline;
}
.paging_link {
	border: 1px solid #b1cdf2;
	padding: 4px 7px 4px 7px;
	margin: 0px 3px 0px 3px;
	text-decoration: none;
	color: #477a97;
}
.paging_link:hover {
	text-decoration: underline;
}
.paging_link:visited {
	border: 1px solid #b1cdf2;
	padding: 4px 7px 4px 7px;
	margin: 0px 3px 0px 3px;
	text-decoration: none;
	color: #477a97;
}
.paging_link:visited:hover {
	text-decoration: underline;
}
.paging_current {
	border: 1px solid #b1cdf2;
	padding: 4px 7px 4px 7px;
	margin: 0px 3px 0px 3px;
	font-weight: bold;
	color: #477a97;
	background-color: #eff5fb;
}
