body
{
	background-color: #000000;
	margin: 10px 0px 10px 0px;
	overflow-y: scroll;
	height: 100%;
	width: 100%;
	white-space: nowrap;
}

h1, .heading1
{
	font-weight: bold;
	font-size: 17px;
	letter-spacing: 0px;
	font-family: Arial, Helvetica;
	color: #004990;
}

h2, .heading2
{
	font-weight: bold;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 0px;
	font-family: Arial, Helvetica;
	color: #004990;
}

h3, .heading3
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	color: #004990;
}

.normal, .normal td
{
	font-family: Verdana;
	font-weight: normal;
	font-size: 10px;
	color: #000000;
}

h4, .small
{
	font-family: Verdana;
	font-weight: normal;
	font-size: 9px;
	color: #000000;
}

h5, .xsmall
{
	font-family: Verdana;
	font-weight: normal;
	font-size: 8px;
	color: #000000;
}

.lightblue
{
	color: #7FA4C7;
}

.darkblue
{
	color: #004990;
}


/* LINES */


div.dotshorz
{
	height: 1px;
	padding: 15px 0px 15px 0px;
}

div.dotshorz hr
{
	display: none;
}

.dotsvert
{
	width: 1px;
	margin: 10px 0px 10px 0px;
}


/* INPUT */

input.inputtext
{
	width: 150px;
	border: solid 1px #AFAFAF;
	font-size: 8pt;
}

input.inputbutton
{
	margin-top: 5px;
	width: 150px;
	border: solid 1px #afafaf;
	background-color: #afafaf;
	color: #fff;
	height: 18px;
	font-size:8pt;
}


/* SEARCH */

li.search
{
	margin: 0px 0px -6px -8px;
	padding: 2px 0px 0px 5px;
	height: 19px;
	vertical-align: bottom;
}


/* SITEMAP */


#sitemapcontainer 
{
	padding: 5px 0px 30px 0px;
}

#sitemapcontainer a
{
	text-decoration: none;
	font-weight: normal;
	color: #004990;
}


/* LINKS */


a.downloadlink, a:visited.downloadlink, a:active.downloadlink
{
	font-family: Arial, Helvetica;
	color: #000000;
	font-weight: normal;
	border: 1px solid #cccccc;
	padding: 2px 4px 2px 4px;
	height: 12px;
	text-decoration: none;
	white-space: nowrap;
}

a:hover.downloadlink 
{
	color: #000000;
	background: #E5E5E5;
}

a.paging, a:visited.paging, a:active.paging
{
	color: #000000;
	font-weight: normal;
	border: 1px solid #ffffff;
	padding: 1px 3px 1px 3px;
	height: 12px;
	text-decoration: none;
	white-space: nowrap;
}

a:hover.paging 
{
	border: 1px solid #000000;
	color: #000000;
	background: #E5E5E5;
}

a.pagingselected, a:visited.pagingselected, a:active.pagingselected, a:hover.pagingselected 
{
	border: 1px solid #000000;
	color: #000000;
	background: #E5E5E5;
	font-weight: normal;
	padding: 1px 3px 1px 3px;
	height: 12px;
	text-decoration: none;
	white-space: nowrap;
}

.pagingnone
{
	color: #959595;
	font-weight: normal;
	border: 1px solid #ffffff;
	padding: 1px 3px 1px 3px;
	height: 12px;
	text-decoration: none;
	white-space: nowrap;
}


/* SUB MENU */


ul#lisubmenumain 
{
	list-style-type: none;
	margin-left: -10px;
	margin-top: 0px;
	padding-left:20px;
	padding-right:0px;
}

ul#lisubmenumain li
{
	border-bottom: 1px solid #EBEAE4;
	padding-bottom:6px;
	padding-top:0px;
	margin-top: 6px;
	padding-left: 0px;
}

ul#lisubmenumain ul
{
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: none;
}

ul#lisubmenumain li.sub
{
	list-style-image: none;
	border-bottom: none;
	padding-bottom:0px;
	padding-top:0px;
	margin-top: 0px;
	margin-left: -30px;
}

ul#lisubmenumain li.subon
{
	list-style-image: none;
	border-bottom: none;
	padding-bottom:0px;
	padding-top:0px;
	margin-top: 0px;
	margin-left: -30px;
}

#submenucontainer
{
	width: 186px;
	margin: 15px 15px 15px 15px;
}

#submenucontainer a
{
	text-decoration: none;
	font-weight: bold;
	color: #7FA4C7;
}

#submenucontainer a.sub
{
	line-height: 15px;
	text-decoration: none;
	font-weight: normal;
	color: #7FA4C7;
}

#submenucontainer a.on
{
	text-decoration: none;
	font-weight: bold;
	color: #004990;
}

#submenucontainer a.subon
{
	line-height: 15px;
	text-decoration: none;
	font-weight: normal;
	color: #004990;
}





/* TEXT STYLES */

.date 
{
	color: #959595;
	font-weight: bold;
}

div.headline
{
	margin: 30px 30px 0px 30px;
	text-align: left;
	height: 40px;
	font-weight: bold;
	font-size: 17px;
	letter-spacing: 0px;
	font-family: Arial, Helvetica;
	color: #004990;
}

span.shortintro
{
	font-weight: bold;
	color: #7FA4C7;
	font-size: 10px;
	font-family: Verdana;
}

div.content
{
	height: 100%;
	float: left;
	padding: 0px 30px 30px 30px;
	text-align: left;
}

div.content, div.context, td
{
	font-family: Verdana;
	font-weight: normal;
	font-size: 10px;
	color: #000000;
}

div.content a
{
	text-decoration: none;
	font-weight: normal;
	color: #004990;
}


#box a
{
	color: #7FA4C7;
	text-decoration: none;
	font-weight: bold;
}


/* CONTEXT */

div.contextcontainer 
{
	width: 176px;
	height: 100%;
	padding-top: 70px;
}


div.context
{
	padding: 0px 15px 0px 15px;
	height: 100%;
}
div.contextelementheadline
{
	margin-bottom: 10px;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica;
	color: #004990;
}

div.contextelementbox a
{
	color: #7FA4C7;
	text-decoration: none;
}

span.contextlistitemheader
{
	font-weight: bold;
	text-decoration: none;
}
div.contextlistdate
{
	color: #A8A497;
}

div.contextelementbox
{
	padding: 0px 0px 10px 0px;
}

ul.contextlist
{
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 20px;
}

ul.contextlist li
{
	padding-top:0px;
	padding-bottom: 5px;
}





/* TOP */

div.topmain
{
	margin:auto;
	text-align: center;
	width: 738px;
	height: 60px;
	border-top: 3px solid #00498F;
	background-color: #ffffff;
}


span.topbordered
{
	border-right: 1px solid #4474A4;
	height: 13px;
	padding: 0px 5px 0px 5px;
}

span.topnotbordered
{
	border-left: 1px solid #ffffff;
	height: 13px;
	padding: 0px 5px 0px 5px;
}

a.topoff, a:visited.topoff, a:active.topoff, a:hover.topoff
{
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 1px;
	font-family: Arial, Helvetica;
	color: #004283;
	text-decoration: none;
	white-space: nowrap;
}

a.topon, a:visited.topon, a:active.topon, a:hover.topon
{
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 0px;
	font-family: Arial, Helvetica;
	color: #004283;
	text-decoration: none;
	white-space: nowrap;
}


/* RIM */

div.rimmain
{
	text-align: center;
	width: 100%;
	background-color: #E6E6FA;
}

div.rimsub
{
	margin: auto;
	width: 738px;
	background-color: #000080;
}

td.rimsubleftcell
{
	width: 171px;
	text-align: left;
	padding: 0px 23px 0px 23px;
}

span.rimtext
{
	color: #ffffff;
	font-size: 12pt;
	line-height: 20px;
	font-family: 'Helvetica Light' , Arial;
	width: 171px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

span.rimtext a
{
	font-weight: bold;
	color: #7FA4C7;
	font-size: 11px;
	line-height: 14px;
	font-family: Helvetica , Arial;
	text-decoration: none;
}


/* FRONTPAGE */


span.langselect
{
	vertical-align: middle;
	font-weight: bold;
	color: #7FA4C7;
	font-size: 10px;
	font-family: Verdana;
}

select.langselect
{
	vertical-align: middle;
	font-weight: normal;
	color: #7FA4C7;
	font-size: 9px;
	font-family: Verdana;
}


div.frontpagebox
{
	font-weight: bold;
	width: 216px;
	text-align: left;
	background-color: #F4F3EF;
	color: #004990;
	font-size: 13px;
	line-height: 12px;
	font-family: 'Helvetica Light' , Arial;
}

div.frontpagebox div 
{
	padding: 15px 15px 15px 15px;
	border: 3px solid #ffffff;
}


div.frontpagebox a
{
	vertical-align: middle;
	font-weight: bold;
	color: #7FA4C7;
	font-size: 10px;
	font-family: Verdana;
	text-decoration: none;
}

ul.ulfrontpagebox 
{
	list-style-type: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left:20px;
	padding-right:0px;
}

ul.ulfrontpagebox li
{
	padding-bottom:3px;
	padding-top:0px;
	margin-top: 0px;
	padding-left: 0px;
}



/* BOTTOM */

div.bottommain
{
	margin:auto;
	border-top: 3px solid #00498F;
	width: 738px;
}

div.bottommain div
{
	text-align: left;
	width: 724px;
	margin: 7px 7px 7px 7px;
	color: #00498F;
	font: 9px verdana;
}

div.bottommain, div.bottommain td
{
	color: #00498F;
	font: 9px verdana;
}

div.bottommain a
{
	color: #00498F;
	font: 9px verdana;
	text-decoration: none;
}

div.bottommain a:hover
{
	text-decoration: underline;
}
P 
{
	FONT: 100%/15px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : justify;
}
LI 
{
	FONT: 100%/15px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : justify;
}
A
{
    FONT-SIZE: 10px;
    COLOR: navy;
    FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}
A:link
{
    FONT-SIZE: 10px;
    COLOR: navy;
    FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}
A:hover
{
    FONT-SIZE: 10px;
    COLOR: red;
    FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}
A.top
{
    FONT-SIZE: 10px;
    COLOR: gray;
    FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}
A.top:link
{
    FONT-SIZE: 10px;
    COLOR: gray;
    FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}
A.top:hover
{
    FONT-SIZE: 10px;
    COLOR: white;
    FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}
A.left
{
    FONT-SIZE: 10px;
    COLOR: gray;
    FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}
A.left:link
{
    FONT-SIZE: 10px;
    COLOR: gray;
    FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}
A.left:hover
{
    FONT-SIZE: 10px;
    COLOR: black;
    FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}

INPUT.butoane
{
      FONT-SIZE:10px;
    BACKGROUND: #D6D3CE;
	CURSOR: hand;
    COLOR: black;
	border: 1px solid #585373;
}
INPUT.text
{
 
	FONT-SIZE: 10px;
	COLOR: #000000;
	BACKGROUND: white;
	HEIGHT: 18px;
	border: 1px solid #585373;
}
TEXTAREA.textarea
{
	FONT-SIZE: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	COLOR: #000000;
	BACKGROUND: white;
	HEIGHT: 100px;
	border: 1px solid #585373;

}
SELECT.combo
{
	FONT-SIZE: 9px;
	COLOR: #000000;
	BACKGROUND: #FFFFFF;
	HEIGHT: auto;
	border: thin solid;
	font-weight : normal;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}