/* *** Main HTML Parameters *** */

body	{
	margin: 0;
	background: #fff;
	font: 100% Arial, Helvetica, sans-serif;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #E8E8E8;
	scrollbar-arrow-color: #990000; }

a {
	border-bottom: 1px solid #dedede;
    color: #990000;
    text-decoration: none; }
a:hover {
	color: #c00;
	border-bottom: 1px solid #900; }

blockquote {
	font-style: italic;
	color: #333; }

hr.divider {
	width: 100%; height: 1px;
	border-bottom: 1px solid #999;
	text-align: center;
	color: #C0C0C0; }


/* *** TABLE Parameters *** */

table.news, table.news table	{
	width: 700px;
	border: 0px none;
	border-collapse: collapse;
	font-size: 80%; }
table.news table {
	height: auto;
	font-size: 100%; }

td.datecell	{
	padding: 2px 5px;
	font-size: 80%;
    font-weight: bold;
    color: #333;
	text-align: left; }

td.spacer	{
	width: 100%;
	height: 40px; }

td.titletxt {
	font-size: 130%;
	font-weight: bold;
	color: #200;
	font-variant: small-caps; }

td.topcell	{	
	padding: 5px 5px 10px 5px;
	font-size: 76%;
	font-weight: bold;
	text-align: right;
	vertical-align: top; }
td.topcell a {
	color: #900;
	text-decoration: none; }
td.topcell a:hover {
	color: #777; }

td.yeartitle	{
	width: 100%;
	padding: 2px 5px;
	background-color: #900;
	font-size: 120%;
	font-weight: bold;
	color: #fff; }


/* *** FONT Parameters *** */


.textXXS {
	font-size: 70%; }
.textXS {
	font-size: 80%; }
.textS {
	font-size: 90%; }
.textM {
	font-size: 100%; }
.textL {
	font-size: 110%; }
.textXL {
	font-size: 120%; }
.textXXL {
	font-size: 130%; }

.grey {
	color: #555; }
.greyXXS {
	font-size: 70%;
	color: #555; }
.greyXS	{
	font-size: 80%;
    color: #555; }
.greyS	{
	font-size: 90%;
    color: #555; }

.red {
	color: #c00; }
.redXXS {
	font-size: 70%;
	color: #c00; }
.redXS	{
	font-size: 80%;
    color: #c00; }
.redS	{
	font-size: 90%;
    color: #c00; }

.center {
	text-align: center; }

