A { color: #027fbb; }
A:HOVER { color: #d82828; }

a.news:LINK {TEXT-DECORATION: underline; COLOR:#027fbb; font-weight: none;}
a.news:VISITED {TEXT-DECORATION: underline; COLOR:#027fbb; font-weight: none;}
a.news:HOVER {TEXT-DECORATION: underline; COLOR:#d82828; font-weight: none;}



body {background: #b6df9a; color: #000000; font-weight: normal; font-size: 12px; 
font-family: Verdana, Arial, Helvetica, sans-serif; margin: 0px; padding: 0px;}

input.inputtext, textarea.inputtextarea, select.inputselect, input.inputcheckbox,
input.inputradio, input.inputfile, input.inputbutton, input.inputbodybutton {font-family:Verdana,Arial,Helvetica; font-size:11px;}

.data {padding: 0px; vertical-align:bottom; font-family: Tahoma,Verdana; 
font-size: 11px; TEXT-DECORATION: none; COLOR:#0180c0;}

input.inputfield, input.inputbuttonflat, input.inputbuttonS {font-family:Verdana,Tahoma,Helvetica; font-size:11px;}
input.inputfield {color:black; border: solid 1px #C8C8C8;}
input.inputbuttonflat, input.inputbutton { color:#ffffff; background-color:#505050; border:1px solid #4f6b7a;}
input.inputbuttonS {font-weight:bold;}


.bg {background: #b6df9a url(pics/bg.gif) repeat-x top left;}

.bgSearch {background: url(pics/bg_search.gif) repeat-x top left;}

.bgBody {background: #f8f2e2 url(pics/bg_body.gif) repeat-x top left;}

.bgLeft {background: url(pics/bg_left.gif) repeat-x bottom left;}

.tr {background: url(pics/tr.jpg) no-repeat bottom left;}

.bgLeftBottom {background: url(pics/bg_left_bottom.gif) repeat-x bottom left;}

.ifrf {background: url(pics/bg_ifrf.gif) no-repeat top right;}

.bgData {background: url(pics/bg_data.gif) no-repeat top left;}

a.ifrfLink:LINK {TEXT-DECORATION: underline; COLOR:#027fbd; font-weight: none; font-family: Verdana; font-size: 10px;}
a.ifrfLink:VISITED {TEXT-DECORATION: underline; COLOR:#027fbd; font-weight: none; font-family: Verdana; font-size: 10px;}
a.ifrfLink:HOVER {TEXT-DECORATION: underline; COLOR:#659dbe; font-weight: none; font-family: Verdana; font-size: 10px;}



h1
{
	margin:0; padding:0;
	font-size:120%;
	margin-bottom:15px;
	padding-bottom:5px;
	padding-top:14px;
	border-bottom:1px solid #017fbe
}

h2, h3
{
	font-size:120%;
}

h4, h5, h6
{
	font-size:110%;
}

/*Information block*/
.information-block
{
	margin-bottom:0px;
}

.information-block-head
{
	color:#000000;
	font-weight:bold;
	font-size:85%;
	margin-bottom:4px;
	padding-bottom:5px;

}

.information-block-body
{
	font-size:85%;
	color:#737373;
	margin-right:20px;
}

/*Content block*/
.content-block
{
	border-top-color:#E4E4E4;
	margin-bottom:5px;
	width:90%;
	align:center;
	vertical-align:bottom;
	border: 1px solid rgb(143,176,210)
}

.content-block-head
{
	background-image:url(images/content_block_bg.gif);
	font-weight:bold;
	color:#017dbd;
	font-size:95%;
	margin:2px;
	padding: 5px 9px;
}

.content-block-body
{
	padding:4px 5px;
	width:100%;
}

code
{
	font-size:100%;
	font-weight:normal;
	display:block;
	padding:1.5em 1em 1em 1em;
	border-style:solid;
	border-width:1px;
	border-width:1px 0;
	margin:1em 0;
	background-color:#F5F5F5;
	font-family:sans-serif;
}