html,body {
	height:100%;
	margin:0px;
	padding:0px
}

p {
	text-align:justify;
}

.start_lang {
	font-family:Georgia;
	font-size:24px;
	color:#FFF;
	padding-top:80px;
}

.start_lang a:active,
.start_lang a:visited,
.start_lang a:link,
.start_lang a:hover {
	font-family:Georgia;
	font-size:24px;
	color:#FFF;
	text-decoration:none;
}

.lang {
	font-family:Georgia;
	font-size:10px;
	color:#FFF;
	padding-top:15px;
	padding-bottom:10px;
}

.lang a:active,
.lang a:visited,
.lang a:link,
.lang a:hover {
	font-family:Georgia;
	font-size:10px;
	color:#FFF;
	text-decoration:none;
}

.logo {
	background-image:url(../images/bckg_logo.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
}

.content_bckg {
	background-image:url(../images/content_bckg_middle.jpg);
	background-position:top;
}


.btn {
	font-family:Georgia;
	font-size:14px;
	color:#000;
	height:46px;
	padding-left:58px;
	background-image:url(../images/btn_bckg.jpg);
}

.btn a:active,
.btn a:visited,
.btn a:link,
.btn a:hover {
	font-family:Georgia;
	font-size:14px;
	color:#000;
	text-decoration:none;
}

.btn_selected {
	font-family:Georgia;
	font-size:14px;
	color:#000;
	height:46px;
	padding-left:58px;	
	background-image:url(../images/btn_bckg_selected.jpg);
}

.btn_selected a:active,
.btn_selected a:visited,
.btn_selected a:link,
.btn_selected a:hover {
	font-family:Georgia;
	font-size:14px;
	color:#000;
	text-decoration:none;
}

.content {
	font-family:Georgia;
	font-size:14px;
	color:#000;
	padding-left:10px;
	padding-right:10px;	
}

.content a:active,
.content a:visited,
.content a:link,
.content a:hover {
	font-family:Georgia;
	font-size:14px;
	color:#000;
	text-decoration:underline;
}



.copyright {
	font-family:Georgia;
	font-size:12px;
	color:#f5f5f5;
}

.copyright a:active,
.copyright a:visited,
.copyright a:link,
.copyright a:hover {
	font-family:Georgia;
	font-size:12px;
	color:#f5f5f5;
	text-decoration:underline;
}

.title_red {
	color:#67150c;
	font-size:18px;
	font-style:italic;
}

.title_red a:active,
.title_red a:visited,
.title_red a:link,
.title_red a:hover {
	color:#67150c;
	font-size:18px;
	font-style:italic;
	text-decoration:underline;
}
