/* overwritten tags */
body
{
	background-image:url("../_image/bg.gif");
	background-color:#ffffff;
	margin:0;
}
h1,h2,h3,a,p,div,span,td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
a
{
	text-decoration:none;
	color:#c20018;
}
a:hover { text-decoration:underline; }
h1,h2 /*content head page title*/
{
	font-size:14px;
	font-weight:bold;
	margin-top:2px;
	margin-bottom:10px;
}


/* CUSTOM CLASSES */
.header {
	background-image:url("../_image/header.jpg");
	width:800px;
	height:200px;
}
.footer {
	background-color:#c20018;
	padding:5px;
	padding-left:15px;
}


.bg-white { background-color:#ffffff; }
.white { color:#ffffff; }
.small { font-size:11px; }

.td-vline-black {
	background:#000000;
	width:1px;
}

.navi {
	background-color:#217cff;
	padding:3px;
	padding-left:15px;
	padding-right:10px;
	font-size:11px;
	color:#ffffff;
}

.content {
	background-image:url("../_image/block_center.gif");
	background-repeat:repeat-y;
	padding:10px;
	padding-right:10px;
	line-height:140%;
}

.text { line-height:140%; }
.spacer { width:10px; }

