﻿body {background-color: #e5e5e5; } 
* {margin: 0px; padding: 0px;}
p { font: 12px arial, helvetica, verdana,  sans-serif;
padding: 0px 15px 0px 20px;}

#head {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 242px;
	height: 245px;
	border-bottom: 6px solid #000000;
}

div#frame_main {
	position: relative;
	top: 10px;
	width: 980px;
	height: 1370px;
	border: 2px solid #c4c4c4;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-color: #ffffff;
}

#cont {
	position: absolute;
	top: 0px;
	left: 245px;
	width: 740px;
	height: 680px;
	border: none;

}
.title {
	font: bold 24px arial, helvetica, sans-serif;
	color: #ff0000;
	padding: 16px 0px 0px 18px;
	
	letter-spacing: 0;
	
}

.f_name p
{
font-weight: bold;
}

#side {
	position: absolute;
	top: 245px;
	left: 0px;
	width: 242px;
	height: 414px;
	background-color: #ffffff;
}
#text_left {
	position: absolute;
	top: 200px;
	left: 35px;
}
#logo_g {
	position: absolute;
	top: 20px;
	left: 55px;
}

table{
border:1px solid #000000;
position: absolute;
top: 60px;
left: 30px;
width: 670px;
}

table p
{
color: red;
}


td {
	color: black;
	font: 12px arial, helvetica, sans-serif;
	padding: 2px 8px;
	border-right: 1px solid black;
	line-height: 1em;
	background-color: #ffff99;
	border-bottom: 2px solid red; 
}

.in_td
{

	background-color: #3333ff;
}

.in_td p
{
color: #ffff99;
}
.red_td
{
background-color: #ff0000;
}

.red_td p
{
font-weight: bold;
color: #ffffff;
}

.s_td p
{
font-weight: bold;
color: #0000ff;
font-size:14px;
}

.tab_text{

	font: 12px arial, helvetica, verdana, sans-serif;
	padding: 0px;
	color: #646464;
	line-height: 1.2em;
}



#bc {
	position: absolute;
	top: 12px;
	right: 50px;
}

#footer p {
color: #ffffff;
font-weight: bold;
font-size: 14px;
}

#footer {
	position: absolute;
	top: 1370px;
	left: 0px;
	width: 980px;
	height: 20px;
	background: #ff0000;
	text-align: center;
}

