HTML, BODY
{
	height: 100%;
}

HTML, BODY, UL, OL, LI, DL, DD, P, H1, H2, H3, H4, H5, H6, FORM, FIELDSET, A, IMG
{
	margin: 0;
	padding: 0;
	border: 0;
}

TABLE.root
{
	margin: -3px 0 0 -3px;
}

BODY
{
	color: #595959;
	background: #fff url(themes/default/images/gray_bg.gif) 0 60px repeat-x;
	font: normal 14px Arial, Tahoma, Verdana, Helvetica, sans-serif;
	min-width: 1000px;
}

A
{
	color: #0079c6;
	text-decoration: underline;
}


H1
{
	margin-bottom: -20px;
	font-size: 25px;
	color: #414141;
}

H3
{
	font-size: 18px;
	color: #66a98f;
	font-weight: normal;
	margin-top: -5px;
}


B
{
	color: #848484;
}

.asterix
{
  color:red;
}

.anchor
{
	float: none !important;
	clear: both;
	height: 1px !important;
	line-height: 0px !important;
	font-size: 0 !important;
	border: 0 !important;
	margin: 0 !important;
}






.left_side
{
	float: left;
	width: 219px;
	padding: 121px 29px;
}

.right_side
{
	padding-left: 277px;
}


.left_side .logo
{
	margin-left: 11px;
}


.bubble_top
{
	background: transparent url(themes/default/images/bubble_top.gif) 0 0 no-repeat;
	height: 25px;
}

.bubble
{
	background-color: #fff;
	padding: 3px 30px;
	color: #66a98f;
	font-weight: bold;
}

.bubble P
{
	line-height: 22px;
}

.bubble A
{
	font-weight: normal;
}

.bubble_bottom
{
	background: transparent url(themes/default/images/bubble_bottom.gif) 0 0 no-repeat;
	height: 7px;
}



.langs
{
	padding: 9px 22px;
}

.langs A
{
	font-size: 12px;
	color: #a2a2a2;
}



.right_logo
{
	position: absolute;
	top: 23px;
	left: 853px;
}



.main_menu
{
	overflow: hidden;
	margin: 12px 0;
	background-color: #66a98f;
	white-space: nowrap;
	float: left;
	height: 35px;
	color: #80bfa7;
	font-size: 13px;
	font-weight: bold;
}

.main_menu A
{
	color: #fff;
	font-weight: normal;
}

.main_menu P
{
	float: left;
	height: 35px;
	margin: 10px 0 9px 0;
}

.main_menu .left
{
	margin: 0;
	width: 17px;
	background: transparent url(themes/default/images/menu_left_bg.gif);
}

.main_menu .sep
{
	width: 1px;
	height: 12px;
	background: #fff;
	margin: 12px 9px;
}

.main_menu .right
{
	margin: 0;
	width: 17px;
	background: transparent url(themes/default/images/menu_right_bg.gif);
}



.content
{
	margin-top: 88px;
	width: 525px;
	border-left: 4px solid #dfdfdf;
	padding: 0 0 0 18px;
}

.content P
{
	margin: 35px 0 10px 0;
}

.content DIV
{
	margin: 60px 0 30px 0;
}

.content DIV P
{
	margin: 0;
}



.logos
{
	margin-top: 60px;
	padding-left: 30px;
	width:600px;
}

.logos .logo_img
{
	float:left;
	margin:7px 7px 7px 7px;
	width: 155px;
	height: 80px;
	border:0px solid #bebebe;
	text-align:center;		
}


.footer
{
	margin: 100px 0 0 20px;
	height: 25px;
	font-size: 12px;
	color: #ababab;
}

TD.footer
{
	padding-top: 100px;
	height: 30px;
}

TD .footer
{
	margin: 0 0 0 20px;
}

UL.pdf_links
{
  margin-left:0px;margin-top:5px;
  list-style:none;
}

.pdf_links LI
{
  background:url('themes/default/images/pdf_icon.gif') no-repeat;
  border: 0px solid red;
  height: 16px;
}
.pdf_links LI A
{
  border:0px solid green;
  height:16px;
  padding-left:20px;
}