/* body elements */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2C2C2C;
}
body {
	background: #CDCDCD url('../images/bg_main.gif') repeat-x;
	margin: 0px;
	height: 100%;
}
a:link {
	color: #663E00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #663E00;
}
a:hover {
	text-decoration: underline;
	color: #663E00;
}
a:active {
	text-decoration: none;
	color: #8A5B11;
}
img {border: none;}
.hr {
	height: 1px;
	background: #CDCDCD;
	clear: both;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #6B5C27;
	font-size: 24px;
}
h1 a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #6B5C27;
}
h1 a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #6B5C27;
}
h1 a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	color: #6B5C27;
}
h1 a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	color: #6B5C27;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #292929;
	font-size: 20px;
}
h2 a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #292929;
}
h2 a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #292929;
}
h2 a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	color: #292929;
}
h2 a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	color: #6B5C27;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	/* font-weight: normal; */
	color: #292929;
	font-size: 16px;
}
h3 a:link {
	text-decoration: none;
	color: #292929;
}
h3 a:visited {
	text-decoration: none;
	color: #292929;
}
h3 a:hover {
	text-decoration: underline;
	color: #292929;
}
h3 a:active {
	text-decoration: underline;
	color: #6B5C27;
}


/* texts */

.copy {
	font-size: 10px;
	color: #AEAEAE;
}
a.copy:link {
	color: #AEAEAE;
	text-decoration: none;
}
a.copy:visited {
	text-decoration: none;
	color: #AEAEAE;
}
a.copy:hover {
	color: #AEAEAE;
	text-decoration: underline;
}
a.copy:active {
	color: #FFFFFF;
	text-decoration: underline;
}

.lang {
	color: #FFFFFF;
}
a.lang:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.lang:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.lang:hover {
	color: #FFCB05;
	text-decoration: underline;
}
a.lang:active {
	color: #FFCB05;
	text-decoration: none;
}

.menu {
	background: url('../images/arrow_menu.gif') no-repeat left center;
	color: #FFFFFF;
	padding-left: 12px;
}
a.menu:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.menu:hover {
	color: #FFCB05;
	text-decoration: underline;
	background: url('../images/arrow_menu_act.gif') no-repeat left center;
}
a.menu:active {
	color: #FFCB05;
	text-decoration: none;
	background: url('../images/arrow_menu_act.gif') no-repeat left center;
}

.menuact {
	background: url('../images/arrow_menu_act.gif') no-repeat left center;
	color: #FFAE00;
	padding-left: 12px;
}
a.menuact:link {
	color: #FFAE00;
	text-decoration: none;
}
a.menuact:visited {
	text-decoration: none;
	color: #FFAE00;
}
a.menuact:hover {
	color: #FFAE00;
	text-decoration: underline;
}
a.menuact:active {
	color: #FFCB05;
	text-decoration: none;
}

.route {
	font-size: 10px;
	color: #6D6D6D;
}
a.route:link {
	color: #6D6D6D;
	text-decoration: none;
}
a.route:visited {
	text-decoration: none;
	color: #6D6D6D;
}
a.route:hover {
	color: #474747;
	text-decoration: underline;
}
a.route:active {
	color: #474747;
	text-decoration: none;
}

.more {
	background: url('../images/arrow_route.gif') no-repeat left center;
	color: #6B5C27;
	padding-left: 14px;
	font-size: 10px;
}
a.more:link {
	color: #6B5C27;
	text-decoration: none;
}
a.more:visited {
	text-decoration: none;
	color: #6B5C27;
}
a.more:hover {
	color: #6B5C27;
	text-decoration: underline;
}
a.more:active {
	color: #A28212;
	text-decoration: none;
}

.back {
	background: url('../images/arrow_back.gif') no-repeat left center;
	color: #6B5C27;
	padding-left: 14px;
	font-size: 10px;
}
a.back:link {
	color: #6B5C27;
	text-decoration: none;
}
a.back:visited {
	text-decoration: none;
	color: #6B5C27;
}
a.back:hover {
	color: #6B5C27;
	text-decoration: underline;
}
a.back:active {
	color: #A28212;
	text-decoration: none;
}

.t1 {
	background: url('../images/star1.gif') no-repeat left center;
	color: #5A4A41;
	padding-left: 25px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 2px;
}
a.t1:link {
	color: #5A4A41;
	text-decoration: none;
}
a.t1:visited {
	text-decoration: none;
	color: #5A4A41;
}
a.t1:hover {
	color: #5A4A41;
	text-decoration: underline;
}
a.t1:active {
	color: #5A4A41;
	text-decoration: none;
}

.t2 {
	background: url('../images/icon_doc.gif') no-repeat left center;
	color: #5A4A41;
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}
a.t2:link {
	color: #5A4A41;
	text-decoration: none;
}
a.t2:visited {
	text-decoration: none;
	color: #5A4A41;
}
a.t2:hover {
	color: #5A4A41;
	text-decoration: underline;
}
a.t2:active {
	color: #5A4A41;
	text-decoration: none;
}


/* objects */

.header {
	background: #000000;
	text-align: left;
	border-bottom: #C7C7C7 1px solid;
}
.language {
	float:right;
	margin-top: 53px;
	margin-right: 15px;
}
.menucell {
	background: #1F1F1F url(../images/bg_menu.gif) repeat-x;
	height: 37px;
	text-align: left;
	border-right: #C7C7C7 1px solid;
	padding-left: 10px;
	
}
.menucell_ {
	background: #1F1F1F;
	height: 37px;
	text-align: left;
	border-right: #1F1F1F 1px solid;
	padding-left: 10px;
	
}
.menucellact {
	background: #454545;
	height: 37px;
	text-align: left;
	border-right: #C7C7C7 1px solid;
	padding-left: 10px;
	
}
.menucellact_ {
	background: #454545;
	height: 37px;
	text-align: left;
	border-right: #454545 1px solid;
	padding-left: 10px;
	
}
.routecell {
	background: #F6F6F6 url(../images/bg_route.gif) repeat-x;
	height: 30px;
	padding-left: 10px;
	text-align: left;
}
.body {
	background: #FFFFFF url(../images/bg_body.gif) repeat-x top;
	padding-bottom: 10px;
	text-align: left;
}
.footer {
	background: #000000;
	padding-left: 10px;
	padding-right: 10px;
	height: 37px;
	text-align: left;
}
.left {
	background: #E7E7E7;
	text-align: left;
	padding: 12px;
	width: 138px;
}
.right {
	background: #E7E7E7;
	text-align: left;
	padding: 12px;
	width: 138px;
}
.content {
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
	padding-bottom: 10px;
}
.logocell {
	width: 140px;
	padding-bottom: 5px;
	padding-top: 20px;
	border-bottom: #999999 1px solid;
	vertical-align: top;
}
.infocell {
	border-bottom: #999999 1px solid;
	text-align: left;
	padding-bottom: 3px;
	padding-left: 13px;
	padding-top: 1px;
}
.infocell p {
	font-size: 11px;
}
.fran1 {
	padding: 6px;
	text-align: right;
	background: #E7E7E7;
}
.fran2 {
	padding: 6px;
	text-align: left;
	background: #F3F3F3;
}
.richmart td {
	padding-left: 10px;
	text-align: left;
}
.l {float: left; margin: 0 10px 3px 0;}
.r {float: right; margin: 0 0 3px 10px;}
