﻿body{
	font-family:Helvetica, "Times New Roman", Times, serif;
	font-size:11pt;
	color:navy;
	background-image:url('images/portack-bg.png');
	background-repeat:repeat;
	background-position:center;
}
h1{
	font-family:Helvetica, "Times New Roman", Times, serif;
	font-size:16pt;
	font-weight:bold;
	color:blue;
	text-align:center;
}
h2{
	font-family:Helvetica, "Times New Roman", Times, serif;
	font-size:16pt;
	font-weight:bold;
	font-style:italic;
	color:blue;
}
ul
{
	list-style-type:hiragana-iroha;
}
dt
{
	font-family:inherit;
	font-style:italic;
	color:Green;
}
dd.problem
{
	font-family:inherit;
	font-style:normal;
	color:Green;
}
dd.solution
{
	font-family:inherit;
	font-style:normal;
	color:navy;
}
.header{
	position:absolute;
	top:0px;
	left:0px;
	width:800px;
	height:170px;
	background-image:url(images/header_bg.gif);
	background-repeat:repeat-x;
}
.menu
{
    position:absolute;
    top:170px;
    left:15px;
    width:185px;
    color:Navy;
    font-family:Times New Roman, Century Schoolbook;
    font-size:10pt;
}
.content
{
    position:absolute;
    top:160px;
    left:200px;
    width:600px;
}
td
{
    border-width:10px 10px 1px 1px;
    border-style:none;
    border-color:Navy;
}
.cv_head1{
	font-family:Helvetica, "Times New Roman", Times, serif;
	font-size:14pt;
	font-weight:bold;
	font-style:normal;
	color:navy;
}
.cv_head2{
	font-family:Helvetica, "Times New Roman", Times, serif;
	font-size:13pt;
	font-weight:bold;
	font-style:italic;
	color:Navy;
}
.cv_table
{
    font-family:Helvetica, "Times New Roman", Times, Serif;
    font-size:11pt;
    font-weight:normal;
    color:navy;
    border-width:3px;
    border-spacing:1px;
    border-style:ridge;
    border-color:Navy;
    margin:5px;
    padding:5px;
}
.cv_text{
	font-family:Helvetica, "Times New Roman", Times, serif;
	font-size:10pt;
	font-weight:normal;
	font-style:normal;
	color:black;
	margin:5px;
	padding:5px;
	}
.menu_text
{
	border-width:2px 2px 2px 2px;
	border-style:none;
	border-color:Black;
	vertical-align:top;
	text-align:center;
	margin:10px;
}