
/* default styles */

body {
	background-color: #abb3c4;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td {
	background-color:#abb3c4;
}

h1 {
	line-height: 8px;
	font-weight: normal;
	margin-left: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 4px;
}

h2 {
	line-height: 8px;
	font-weight: normal;
	margin-left: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 4px;
}

a:link {text-decoration: underline; font-family: Verdana; color: #dddddd; }

a:visited { text-decoration: underline; font-family: Verdana; color: #dddddd; }

a:active { text-decoration: none; font-family: Verdana; color: #0080FF; }

a:hover { text-decoration: none; font-family: Verdana; color: #7aa8ff; }


.const { font-family: Verdana, Arial, Helvetica, sans-serif;  text-align: center; }

.style2 { color: #FF8040; }

.style3 { color: #0080FF; }

.footer {
	font-size: small;
	color: #333333;
}

.style5 { font-weight: bold; }

.style6 { color: #FF0000; font-weight: bold; }

.head {
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}

.head2 {
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;
	color: #7aa8ff;
}

.nav_left a {
	background-image:url(images/nav/button.jpg);
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #eeeeee;
	font-style: normal;
	text-decoration: none;
	display: block;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-top: 19px;
	margin-right: 0px;
}

.nav_left a:link {
	text-decoration: none;
}

.nav_left a:visited {
	text-decoration: none;
}

.nav_left a:hover {
	text-decoration: none;
	background-image: url(images/nav/button_hover.jpg);
	color: #eeeeee;	
	margin-right: 0px;
}


.nav_left_active a {
	background-image: url(images/nav/button_active.jpg);
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-top: 19px;
	margin-right: 0px;
}

.nav_middle {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	background-color:#555555;
	color: #eeeeee;
	font-style: normal;
}

.nav_right {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #eeeeee;
	font-style: normal;
}

.nav_lang {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	font-style: normal;
	vertical-align: top;
	text-align: right;
}

