/*
GENERAL
*/
body
{ 	FONT-WEIGHT: normal; 
	FONT-SIZE: 10pt; 
	MARGIN: 10px; 
	FONT-FAMILY: Arial;
	}
	
h1 
{
	font-size: 2em;
	color: #7C2E15;
	margin-top: 8px;}
h2 {font-size: 1.5em;
	line-height: 20px}
h3 {font-size: 1em;}

TABLE.bg
{
	background-position: center center;
	background-attachment: fixed;
	background-image: url(images/main/logo_bg.png);
	background-repeat: no-repeat;
}
TD
{
	FONT-WEIGHT: normal; 
	FONT-SIZE: 10pt; 
	MARGIN: 0px; 
	line-height: 16px;
	}
UL, OL
{
	margin-top: 0px;
	margin-left: 30px;
	margin-bottom: 5px;
	list-style-type: square
}
OL
{
	margin-top: 0px;
	margin-left: 30px;
	margin-bottom: 5px;
	list-style-type:decimal
}
A
{
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}
A:hover
{
	font-size: 10pt;
	color: #990000;
	text-decoration: underline;
}
A.bold
{
	font-size: 10pt;
	font-weight:bold;
	color: #990000;
	text-decoration: none;
}
A.bold:hover
{
	font-size: 10pt;
	font-weight:bold;
	color: #990000;
	text-decoration: underline;
}
/*
SMALL
*/
A.small
{
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}
A.small:hover
{
	font-size: 8pt;
	color: #990000;
	text-decoration: underline;
}
A.smallbold
{
	font-size: 8pt;
	color: #990000;
	font-weight:bold;
	text-decoration: none;
}
A.smallbold:hover
{
	font-size: 8pt;
	color: #990000;
	font-weight:bold;
	text-decoration: underline;
}
/*
BIG
*/
A.big
{
	font-size: 16pt;
	color: #000000;
	text-decoration: none;
}
A.big:hover
{
	font-size: 16pt;
	color: #990000;
	text-decoration: underline;
}
A.bigbold
{
	font-size: 16pt;
	color: #990000;
	font-weight:bold;
	text-decoration: none;
}
A.bigbold:hover
{
	font-size: 16pt;
	color: #990000;
	font-weight:bold;
	text-decoration: underline;
}
TD.small
{
	font-size: 8pt;
}

TD.header
{
	font-size: 12pt;
	font-weight:bold;
	font-style:italic;
	background-color: #a9a9a9;
}
TD.big
{
	font-size: 12pt;
	background-color: #a9a9a9;
}
div.subheader
{
	font-size: 10pt;
	font-weight:bold;
	font-style:italic;
}

/*
NEWS
*/
.news TD
{
	FONT-WEIGHT: normal; 
	FONT-SIZE: 10pt; 
	color:#990000;
	MARGIN: 0px; 
	FONT-FAMILY: Arial; 
	}

/*
FOOTER
*/
.footer td
{
	font-size: 8pt;
	color: white;
	text-decoration: none;
	height: 20px
}

.footer A
{
	font-size: 8pt;
	color: white;
	text-decoration: underline;
}
.footer A:hover
{
	font-size: 8pt;
	color: #cc0033;
	text-decoration: none;
}

/*
PRESS ROOM
*/
A.red
{
	font-size: 8pt;
	font-style:italic;
	color: 990000;
	text-decoration: none;
}
A.red:hover
{
	font-size: 8pt;
	font-style:italic;
	color: 990000;
	text-decoration: underline;
}
A.gray
{
	font-size: 8pt;
	font-style:italic;
	color: 666666;
	text-decoration: none;
}
A.gray:hover
{
	font-size: 8pt;
	font-style:italic;
	color: 990000;
	text-decoration: underline;
}

