@charset "utf-8";

html {
       overflow-y: scroll;
}

.inline {
	color: #000000;
	text-decoration: underline;
	outline-color: #000000;
}

.heading {
	font-size: 26px;
	padding-top: 0px;
	padding-bottom: 0px;
        font-weight: bold;
}

.logo {
	color: #000000;
	font-size: 20px;
	text-decoration: none;
	outline-color: #000000;	
}

a.top_off {
	color: #a4cd4d;
	font-size: 14px;
	text-decoration: none;
	outline-color: #000000;
}

a.top_on {
	color: #231f20;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	outline-color: #000000;	
}

a.top_off:hover {
	color: #c4ed6d;
}

td.top_off {
	background-color: #231f20;
//	box-shadow: inset 0px 0px 20px #aaaaaa;
}

td.top_off:hover {
	background-color: #231f20;
}

td.top_on {
	background-color: #a4cd4d;
//	box-shadow: inset 0px 0px 20px #aaaaaa;
        background-image: url(images/Tab-135-30.png);
        background-size: 100% 100%;
}


td.menu_off {
	background-color: #a4cd4d;
//	box-shadow: inset 0px 0px 10px #999999;
}

td.menu_off:hover {
	background-color: #a4cd4d;
}

td.menu_on {
	background-color: #a4cd4d;
//	box-shadow: inset 0px 0px 10px #999999;
}

a.menu_off {
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	outline-color: #000000;
}


a.menu_on {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	outline-color: #000000;	
}

.footer {
        background-color: #a4cd4d;
	font-size: 12px;
	color: #000000;
	padding-right: 35px;
}

.footer_off {
	color: #000000;
	text-decoration: none;
	outline-color: #000000;	
	font-size: 10px;
}

.footer_on {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	outline-color: #000000;	
	font-size: 10px;
}

.language {
	text-align: right;
	padding-left: 0px;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 10px;
}

.language_on {
	color: #a4cd4d;
	font-weight: bold;
	text-decoration: none;
	outline-color: #000000;	
}


.language_off {
	color: #a4cd4d;
	text-decoration: none;
	outline-color: #000000;	
}

td {
 	border: solid 0px #888888;
	padding: 0px;
}

table {
	border-spacing: 0px;
        border-collapse: collapse;
}

body {
	background-color: #ffffff;
}

h1 {
	font-size: 18px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
}

body,td,th {
	color: #000000;
//	font-family: Arial, Helvetica, sans-serif;
	font-family: 'Kalinga', sans-serif;
	font-size: 12px;
}

.slogan {
	color: #ffffff;
	font-size: 24px;
}

body {
	background-color: #aaaaaa;
	background-color: #ffffff;
//	background-image: url(images/bg4.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
}

.main {
	background-color: #231f20;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
}

.content {
	background-color: #cccccc;
	padding-left: 35px;
	padding-top: 35px;
	padding-right: 35px;
	padding-bottom: 35px;
}


.inline {
	color: #000000;
	text-decoration: underline;
	outline-color: #000000;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.justify {
	text-align: justify;
}

.top {
	vertical-align: top;
}

.middle {
	vertical-align: middle;
}

.bottom {
	vertical-align: bottom;
}
