﻿body
{
	margin: 0px;
	font: messagebox;
	font-size: 12px;
}
a
{
	color: #3366cc;
}
a:hover
{
	color: #0066cc;
}


#topLine
{
	color: #f5f5f5;
	height: 16px;
	background-color: #cc0000;
	padding-left: 3px;
	padding-bottom: 2px;
	padding-top: 3px;
	

}
#TopLogoLine
{
	background-image: url(../../imgs/def/topLogo_bk.jpg);
	width: 100%;
	min-width:700px;
	height: 90px;
}
#TopLogo
{
	width: 400px;
	height: 90px;
	float:left;
}
#TopLogo2
{
	float:right;
	width: 208px;
	height: 90px;
}

#headerLine
{
	width:100%;
	background-color: #cc0000;
	height:24px;
}
.c_header
{
	float: right;
	width: 140px;
	height: 22px;
	text-align: center;
	margin-top: 1px;
	margin-bottom: 1px;
}

#footLine
{
	width: 100%;
	height: 24px;
	text-align: center;
	margin-top: 40px;
	border-top: #cc0000 3px solid;
	padding-top: 12px;
}

#footLine ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#footLine ul li
{
	display: inline;
	margin: 8px 18px;
	
}

.title
{
	width: 750px;
	height: 30px;
	background-image: url(../../imgs/def/Title.jpg);
	text-align: left;
	margin-top: 15px;
}
.contents
{
	width: 750px;
	text-align: left;
}
 
.title div
{
	padding-left: 35px;
	padding-top: 7px;
	font-weight: bold;
	color: #003366;
	font-size: 16px;
}

.contents div
{
	padding-top: 10px;
	text-align: left;
	padding-left: 115px;
	
	background-repeat: no-repeat;
	padding-right: 10px;
}

#tablenoborder tr td
{
	height: 55px;
}
 