/* CSS Document */

body 
{
	margin:0px;
}

/* TEXTS */
#menuElems
{
	font:bold 12px Tahoma;
}

#mainMenuElems
{
	font:bold 12px "Times New Roman";
}

#contentHeader
{
	font:bold 12px Verdana;
}

#newsTitle
{
	font:bold 14px "Times New Roman";
	padding-left:5px;
}

#newsContent
{
	font:14px "Times New Roman";
	color:#656565;
	text-align:justify;
    margin-left: 5px;
    margin-right: 5px;
}

#bottomCopyright
{
	font-family:"Tahoma";
	color:#FFFFFF;
	font-size:9px;
}


/* TEXTS */


/* TABLES */
#leftTopTable
{
	height:105px;
	border-top-width:1px;
	border-top-color:#6F6E6E;
	border-top-style:solid;
}

#leftTable
{
	border-left-width:1px;
	border-left-color:#6F6E6E;
	border-left-style:solid;
	border-right-width:1px;
	border-right-color:#6F6E6E;
	border-right-style:solid;
	background:#D9DEEB;
}

#leftmenuCell
{
	height:38px;
}

#bannerUp
{
	height:9px;
	background-image:url(../images/banner_up.png);
}

#bannerDown
{
	height:9px;
	background-image:url(../images/banner_down.png);
}

#rightTable
{
	border-right-width:1px;
	border-right-color:#6F6E6E;
	border-right-style:solid;
}

#menuTable
{
	height:38px;
	background-image:url(../images/menu_back.png);
}

#contenTable
{
	background:#FAF9EB;
 	border-left-width:1px;
 	border-left-color:#666666;
 	border-left-style:solid;
	border-right-width:1px;
	border-right-color:#666666;
	border-right-style:solid;
}

#contenBottomTable
{
	background:#FAF9EB;
 	border-left-width:1px;
 	border-left-color:#666666;
 	border-left-style:solid;
	border-right-width:1px;
	border-right-color:#666666;
	border-right-style:solid;
	border-bottom-width:1px;
 	border-bottom-color:#666666;
 	border-bottom-style:solid;

}
	
#contenBackround
{
	background-color:#FFF594;
}

#contenBottomBackround
{
	background-color:#B7D162;
}

#bottomTable
{
	height:55px;
 	border-bottom-width:1px;
 	border-bottom-color:#6F6E6E;
 	border-bottom-style:solid;
 	border-left-width:1px;
 	border-left-color:#6F6E6E;
 	border-left-style:solid;
	border-right-width:1px;
	border-right-color:#6F6E6E;
	border-right-style:solid;
}


/* TABLES */

/* LINKS */
 A.underline:Visited  { text-decoration:none; }
 A.underline:Link  { text-decoration:none; } 
 A.underline:Hover  { text-decoration:underline;color:#000000; }

 A.bottomOptions:Visited
 { 
	font:bold 10px Tahoma;
	color:#C3CED8;
	padding-right:15px;
	text-decoration:none;
 }
 
 A.bottomOptions:Link
 {
	font:bold 10px Tahoma;
	color:#C3CED8;
	padding-right:15px;
	text-decoration:none;
 }
 
 A.bottomOptions:Hover
 {
 	font:bold 10px Tahoma;
	color:#FFFFFF;
	padding-right:15px;
	text-decoration:underline;
 }
 
 
 A.seeMore:Visited
 {
	font:bold 10px Tahoma;
	color:#782900;
	text-decoration:none;
 }
 
 A.seeMore:Link
 {
 	font:bold 10px Tahoma;
	color:#782900;
	text-decoration:none;
 }
 
 A.seeMore:Hover
 {
	font:bold 10px Tahoma;
	color:#D96400;
	text-decoration:underline;
 }
 
/* LINKS */