@charset "utf-8";

@import "../common/inscenace.css";

body {
	background-color: #5294d8;
	background-image: url(bck.gif);
	background-repeat: repeat-x;
}

#web, td {
	font-size: 13px;
	color: white;
	line-height: 1.6em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

a, a:visited, a:hover {
	color: black;
	font-weight: bold;
}

#header {
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	height: 384px;
	background-image: url(head_bck.gif);
	background-repeat: repeat-x;
}

h2
{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 1em;
	color: black;
}

p
{
	margin-bottom: 0.6em;
}

#right em
{
	color: black;
}
