/* CSS Document */
*

{



}

body

{

	margin: 0px;

	margin-bottom: 10px;

	padding: 0px;

	background: #FFF;

	color: #333;

	font: 11px Verdana, Arial, Helvetica, sans-serif;

}

table

{

	font: 11px Verdana, Arial, Helvetica, sans-serif;

}



/*#########*/

/*-- top --*/



.logo

{

	background: url(gfx/logo.gif) no-repeat center;

}



/*-- first panel --*/



.uLeft

{

	background: url(gfx/panel-up-left.gif) no-repeat;

}

.uCenter

{

	background: url(gfx/panel-up.gif) repeat-x;

	color: #FFF;

}

.uRight

{

	background: url(gfx/panel-up-right.gif) no-repeat;

}



.uCenter a

{

	color: #FFF;

	text-decoration: none;

	font-size: 9px;

	margin-right: 3px;

	margin-left: 3px;

}



/*-- second panel, footer --*/



.pLeft

{

	background: url(gfx/panel-down-left.gif) no-repeat;

}

.pCenter

{

	background: url(gfx/panel-down.gif) repeat-x;

	color: #FFF;

	font-size: 10px;

}

.pRight

{

	background: url(gfx/panel-down-right.gif) no-repeat;

}

.pCenter a

{

	color: #FFF;

	text-decoration: none;

}

span.rightPart

{

	float: right;

	color: #FFF;

}

span.leftPart

{

	float: left;

	color: #FFF;
	padding-top: 3px;

}

span.leftPartUp
{

	float: left;

	color: #FFF;
	padding-left:3px
}

/*###############*/

/*-- left menu --*/



/* first window */

.leftMenuCornerL

{

	background: url(gfx/left-menu-corner1.gif) no-repeat;

}

.leftMenuMain

{

	background: url(gfx/menu-main.gif) repeat-x; text-align: center;

	font-weight: bold;

}

.leftMenuCornerR

{

	background: url(gfx/left-menu-corner2.gif) no-repeat;

}



/* other window */

.leftMenuNormalL

{

	background: url(gfx/left-menu-normal-left.gif) no-repeat;

}

.leftMenuNormal

{

	background: url(gfx/menu-normal.gif) repeat-x; text-align: center;

	font-weight: bold;

}

.leftMenuNormalR

{

	background: url(gfx/left-menu-normal-right.gif) no-repeat;

}



/*################*/

/*-- right menu --*/



/* first window */

.rightMenuCornerL

{

	background: url(gfx/right-menu-corner2.gif) no-repeat;

}

.rightMenuMain

{

	background: url(gfx/menu-main.gif) repeat-x;

	text-align: center;

	font-weight: bold;

}

.rightMenuCornerR

{

	background: url(gfx/right-menu-corner1.gif) no-repeat;

}



/* other window */

.rightMenuNormalL

{

	background: url(gfx/right-menu-normal-left.gif) no-repeat;

}

.rightMenuNormal

{

	background: url(gfx/menu-normal.gif) repeat-x; text-align: center;

	font-weight: bold;

}

.rightMenuNormalR

{

	background: url(gfx/right-menu-normal-right.gif) no-repeat;

}



/*#############*/

/* menu, links */



p.item

{

	background: url(gfx/arrow.gif) no-repeat left;

	margin: 0px;

	margin-left: 10px;

	padding: 0px 0px 0px 10px;

}

p.title

{

	font-weight: bold;

	margin: 8px;

	padding: 0px;

}

p.txt
{
	margin: 7px;
	padding: 0px;
	text-align: justify;
}

p.txtr
{
	margin: 7px;
	padding: 0px;
        text-align: left;
}

p.txtsa
{
	background: url(gfx/arrow.gif) no-repeat left;
	margin: 7px;
	padding: 0px;
}

p.txtV

{

	margin: 5px 5px 5px 10px;

	padding: 0px;

	text-align: left;	

}

p.txtCenter

{

	margin: 8px;

	padding: 0px;

	text-align: center;

}

p.mainLink

{

	margin: 4px 8px;

	padding: 0px;

	text-align: justify;

}

span.arrow

{

	color: #d10505;

}

.mList

{

	background: url(gfx/menu-list.gif) repeat-y;

	text-align: left;

}

.mList:hover

{

	background: url(gfx/menu-list-hover.gif) repeat-y;

}

.mNormal, .mNormalAlert

{

	background: url(gfx/menu-right.gif) repeat-y;

}

.mNormal:hover

{

	background: url(gfx/menu-list-hover.gif) repeat-y;

}

.mNormalrss, .mNormalAlertrss

{

	background: url(gfx/menu-right-rss.gif) repeat-y;

}

.mNormalrss:hover

{

	background: url(gfx/menu-list-hover-rss.gif) repeat-y;

}

.dotted

{

	background: url(gfx/dotted.gif) repeat-x;

}

.dottedVert

{

	background: url(gfx/dottedVert.gif) repeat-y center #FFF;

}

a

{

	color: #207bba;

	text-decoration: none;

}

a:hover

{

	text-decoration: underline;

}

a.linkBold

{

	font-weight: bold;

}

a.linkBold:hover

{

	text-decoration: underline;

}

a.linkn

{

text-decoration: none;

}

a.linknd

{

color: #000000;

text-decoration: none;

}

a.linknd:hover

{

color: #333;

text-decoration: none;

}

a.linkndn

{

color: #333;

text-decoration: none;

}

a.linkndn:hover

{

color: #333;

text-decoration: none;

}

a.gfi
{
color: #c00;
#text-decoration: underline;
font-weight: bold;
}


img.alertMenu

{

	margin-right: -30px;

	margin-left: 40px;

}



/*#############*/

/* main window */



.newsLine

{

	background: url(gfx/news-line.gif) no-repeat top right;

}

.newsLine2

{

	background: url(gfx/news-line2.gif) no-repeat top left;

}

.mainLeft

{

	background: url(gfx/main-left.gif) no-repeat;

}

.mainBg

{

	background: url(gfx/main-bg.gif) repeat-x;

}

.mainRight

{

	background: url(gfx/main-right.gif) no-repeat;

}

img.alert

{

	margin-right: 10px;

	margin-left: 5px;

}



/*######*/

/* form */



form

{

	margin: 0px;

	padding: 0px;

}

input, textarea

{

	margin: 0px;

	padding: 2px;

	background: #FFF;

	border: 1px solid #065694;

	font: 10px Tahoma, Verdana, Arial, Helvetica, sans-serif;

}

input.search

{

	background: url(gfx/search.gif) center no-repeat;

	width: 25px;

	border: 0px;

	height: 18px;

}

input.cien {

background-image:url(gfx/input_cien.png); 

} 
/*######*/

/*td h[n]*/


td h1
{ 
font-size: 11px; 
color: #FFF;  
margin: 0px; 
padding: 0px;
text-decoration: none;
display:inline;
font-weight: normal;
}

td h2, h3, h5 
{ 
font-size: 11px; 
color: #333;  
margin: 0px; 
padding: 0px;
text-decoration: none;
display:inline;
font-weight: normal;
}
td h4 
{ 
font-size: 11px; 
color: #207bba;
margin: 0px; 
padding: 0px;
text-decoration: none;
display:inline;
font-weight: bold;
}
td h6 
{ 
font-size: 11px; 
color: #207bba;
margin: 0px; 
padding: 0px;
text-decoration: none;
display:inline;
font-weight: normal;
}

/*######*/

/*div*/


div.txt
{
	margin: 7px;
	padding: 0px;
	text-align: justify;
}

div.mainLink
{
	margin: 4px 8px;
	padding: 0px;
	text-align: justify;
}

div.item

{
	background: url(gfx/arrow.gif) no-repeat left;
	margin: 0px;
	margin-left: 10px;
	padding: 0px 0px 0px 10px;
}

div.txtr
{
	margin: 7px;
	padding: 0px;
    text-align: left;
}

div.leftPartUp
{
	float: left;
	color: #FFF;
	padding-left:3px
}

/*######*/
