html {height: 100%;}
body { 
	scrollbar-arrow-color: #444444;
	scrollbar-dark-shadow-color: #FFFFFF;
	scrollbar-face-color: #DDDDDD;
	scrollbar-highlight-color: #888888;
	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;
}
.email {text-align: left; font-size: 12px; font-family: Verdana;}
a {
	text-decoration: underline;
	color: #330099;
}
a:visited {
	text-decoration: underline;
	color: #330099;
}
input, select, textarea {
	border-right: #888888 1px solid; 
	border-top: #888888 1px solid; 
	border-left: #888888 1px solid; 
	border-bottom: #888888 1px solid; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.no_border {border-width: 0px;}
.hugefont {font-size: 21px; font-family: verdana,arial,helvetica,sans-serif; font-weight: 400;}
.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;}
.poster img {
	border: 3px solid #c7d0e2;
}
.poster:hover img {
	border: 3px solid #697aaa;
}
.poster:hover {
	color: red; /* Dummy definition to overcome IE bug */
}
.title_blue {
	text-decoration: none;
	color: #003264;
}
.title_blue:hover {
	text-decoration: underline;
}
.title_blue:visited {
	text-decoration: none;
	color: #003264;
}
.title_blue:visited:hover {
	text-decoration: underline;
}
.paging_link {
	border: 1px solid #b1cdf4;
	padding: 4px 7px 4px 7px;
	margin: 0px 2px 0px 2px;
	text-decoration: none;
	color: #486b97;
}
.paging_link:hover {
	text-decoration: underline;
}
.paging_link:visited {
	border: 1px solid #b1cdf4;
	padding: 4px 7px 4px 7px;
	margin: 0px 2px 0px 2px;
	text-decoration: none;
	color: #486b97;
}
.paging_link:visited:hover {
	text-decoration: underline;
}
.paging_current {
	border: 1px solid #b1cdf4;
	padding: 4px 7px 4px 7px;
	margin: 0px 2px 0px 2px;
	font-weight: bold;
	color: #486b97;
	background-color: #eff5fb;
}