/* Globals */


body { 
	background-color: #000000;
}

a:link, a:active, a:visited	{
	text-decoration: none;
	color: #AAAAAA;
    font-size: 8pt;
    font-family: Arial;
    margin-top: 4px;
}

a:hover {
    color: #000000;
    font-size: 9pt;
}


/* tables */

table.head  {
    width: 924px;
    height: 102px;
    background-color: #000000;
}

table.red  {
    width: 924px;
    height: 36px;
    background: #660000;
}

table.white  {
    width: 924px;
    background: #FFFFFF;
}

table.cont  {
    width: 924px;
    background: #000000;
}

.topic {
color:#FFFFFF;

}

div.links   {
    float: left;
    width: 114px;
    line-height: 20px;
    padding-left: 40px;
    margin-bottom: 8px;
}

div.red  {
    color: #FFFFFF;	 
	font-size: 10pt; 
	font-family: Garamont, Arial; 
	font-style: normal; 
	font-weight: normal;
    width: 114px;
    background-color: #660000;
    float: left;
    padding: 10px 0px 10px 40px;
}

div.white  {
    width: 924px;
    background: #FFFFFF;
}


div.text { 
	color: #FFFFFF; 
	font-size: 10pt; 
	font-family: Garamont, Arial; 
	font-style: normal; 
	font-weight: normal; 
    line-height: 20px;
    margin: 64px 96px 0px 96px;
}

h1 { 
	color: #FFFFFF; 
	font-size: 12pt; 
	font-family: Garamont, Verdana; 
	font-style: normal; 
	font-weight: bold; 
    margin: 64px 96px 0px 96px;
}

div.newsHead_1 {
    font-weight: bold; 
    font-family: Garamont, Arial; 
    float: left;
}

div.newsHead_2  {  
    font-weight: normal; 
    font-family: Garamont, Arial;
    text-align: right;
} 


/* slide */

table.img   {
    text-align: left;
    padding: 0px 0px 0px 0px;
    color: #000000;	 
	font-size: 11pt; 
	font-family: Garamont, Arial; 
	font-style: italic; 
	font-weight: normal;
    width: 924px;
    background: #FFFFFF;
    #line-height: 24px;
    #background: url(../pics_layout/bg_redBright.jpg);
}

img.cont {
    float: left;
    margin: 36px;
}

a.slide:link, a.slide:active, a.slide:visited	{
	text-decoration: none;
	color: #AAAAAA;
    font-size: 12pt;
    font-family: Arial;
    font-style: normal;
    display: block;
    margin: 4px 8px 4px 4px;
    background: #FFFFFF;
}

a.slide:hover {
    color: #660000;
    font-size: 12pt;
}



