/* CSS Document */

html,body {
	min-height: 100%;
	height: 100%;
}
body {
	background-color: #E6EFF2;
	margin:0px;
}
body,td,th,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a:link,a:visited,a:active    {
	color: #006699;
}
h1,h2,h3,h4,h5,h6 {
	color: #095D94;
	font-weight: bold;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}
table.layout {
	margin-left: auto;
	margin-right: auto;
	width:778px;
	height:100%;
	background-color:#FFFFFF;
	border:0px;
}
td.left {
	background-image:url(images/bg_left.gif);
	background-repeat:repeat-y;
	width:4px;
}
td.right {
	background-image:url(images/bg_right.gif);
	background-repeat:repeat-y;
	width:4px;
}
td.content {
	background-color:#FFFFFF;
	width:770px;
}
td.tarjous {
	padding-left:10px;
	padding-right:10px;
}
td.copy {
	color:#FFFFFF;
	height:24px;
	text-align:right;
	text-decoration:none;
	vertical-align:middle;
	width:385px;
}
td.copy a {
	color:#FFFFFF;
	text-decoration:none;
}
.em {
	color:#095D94;
	font-weight:bold;
}
