/* Remove Focus browser frame in links */
a:active, a:focus {
	outline: 0
}

/* Fix IE Png */
img, div, td {
	behavior: url(iepngfix.htc)
}

/* Float Position */
.FloatLeft {
	float:left;
}
.FloatRight {
	float:right;
}
.FloatClearL {
	clear:left;
}
.FloatClearR {
	clear:right;
}
.FloatClearB {
	clear:both;
}

/* Fonts */
.verdana {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.arial {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.j{
	text-align:justify;
}
.upper {
	text-transform: uppercase;
}
.r{
	text-align:right;
}
.b{
	font-weight:bold;
}
.i{
	font-style:italic;
}
.s08 {
	font-size:8px;
}
.s09 {
	font-size:9px;
}
.s10 {
	font-size:10px;
}
.s11 {
	font-size:11px;
}
.s12 {
	font-size:12px;
}
.s14 {
	font-size:14px;
}
.s16 {
	font-size:16px;
}
.s18 {
	font-size:18px;
}
.s21 {
	font-size:21px;
}
.s24 {
	font-size:24px;
}
.s36 {
	font-size:36px;
}
.ls1{
	letter-spacing:1px
}
.gray {
	color:#686868;
}
.lightgray {
	color:#999999;
}
.white {
	color:#FFFFFF;
}
.sgray {
	color:#242e35;
}
.sblue {
	color:#526d80;
}

/* Styles */
#lateral_menu_box {
	background-color:#FFFFFF;
	width:156px;
	background:url(../imgs/menu_bgk.jpg) no-repeat;
	margin:0;
	padding:19px 0;
}
#lateral_menu {
	width:156px;
	margin-top:21px;
	margin:0;
	padding:0;
}
#lang_bar {
	width:148px;
	margin-top:15px;
	padding:0 4px 10px 4px;
}
.sep {
	width:130px;
	padding:0 14px 0 12px;
}
.menubut {
	width:144px;
	padding:5px 0px 5px 12px;
	text-align:right;
}
.menubut2 {
	width:130px;
	padding:5px 14px 5px 12px;
	text-align:right;
}
.menubut_sub {
	padding:7px 0 0 0;
}

/* Links */
a#lang:link{
	text-decoration: none;
	color:#526d80;
}
a#lang:visited{
	text-decoration: none;
	color:#526d80;
}
a#lang:hover{
	text-decoration: none;
	color:#000000;
}