@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000033;
}
body {
	background-color: #efefef;
	background-image: url(images/bckgr_gradient.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #3366CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066CC;
}
a:hover {
	text-decoration: underline;
	color: #0099CC;
}
a:active {
	text-decoration: none;
	color: #0066CC;
}
a.menu:link
{
	text-decoration: none;
	font-weight:bold;
	color:#ffffff;
}
a.menu:visited{
	text-decoration: none;
	font-weight:bold;
	color:#ffffff;
}
a.menu:active{
	text-decoration: none;
	font-weight:bold;
	color:#ffffff;
}
a.menu:hover
{
	text-decoration: underline;
	font-weight:bold;
	color:#cccccc;
}
h1 {
	font-size: 18px;
	color: #003366;
}
h2 {
	font-size: 16px;
	color: #003366;
}
h3 {
	font-size: 14px;
	color: #006699;
}
h4 {
	font-size: 12px;
	color: #006699;
}
h5 {
	font-size: 12px;
	color: #003366;
}
h6 {
	font-size: 12px;
	color: #003366;
}
.right_column {
	background-color: #6088c5;
	text-align: right;
	vertical-align: top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #003366;
	border-left-color: #003366;
}
.left_column {
	background-color: #ffffff;
	text-align: right;
	vertical-align: top;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #003366;
	padding: 6px;
}
.right_menu {
	font-size: 12px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #003366;
	font-weight: bold;
	height: 32px;
}
hr {
	border-top:#cccccc 1px dashed;
	height:1px;
	text-align:center;
	margin:0px auto;
}
.sitemap {
	color: #999999;
	font-size: 11px;
}
.kedesign {
	color: #6e6d6d;
	font-size: 11px;
}
