@charset "UTF-8";
/* CSS Document */

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EEEEEE;
	
	text-align: left;
}


/* Custom Classes */
.mainconstruct
{
	min-width: 900px;
	width: 100%;
	border-collapse: collapse;
	margin: 0px;
	
	border: 0px #FFFFFF solid;
	overflow: hidden;
}

.subconstruct
{
	border-collapse: collapse;
}

.head_left
{
	min-width: 12px;
	width: 12px;
	height: 73px;
	background: url("bg_head_left.jpg") no-repeat;
	background-position: top right;
	overflow: visible;
}

.head_right
{
	min-width: 14px;
	width: 14px;
	height: 73px;
	
	background: url("bg_head_right.jpg") no-repeat;
}

.head_center
{
	width: 800px;
	height: 73px;
	
	background: url("bg_head_center.jpg") repeat-x;
	background-position: middle;
	

	
}

.head_center h2
{
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	
}

.navi_top
{
	min-width: 163px;
	width: 163px;
	height: 14px;
	
	background: url("bg_navi_top.jpg") no-repeat;
	background-position: left bottom;
	
	vertical-align: top;
}

.navi
{
	min-width: 163px;
	width: 163px;
	height: 600px;
	
	background: url("bg_navi.jpg") repeat-y;
	
	vertical-align: top;
	padding-left: 20px;
	line-height: 20px;
	
	color: #CCCCCC;
	font-weight: bold;
}

.navi a
{
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.navi a:hover
{
	color: #FFFF33;
}

.navi_bottom
{
	min-width: 163px;
	width: 163px;
	height: 14px;
	
	background: url("bg_navi_bottom.jpg") no-repeat;
}

.content_top
{
	
}

.content
{
	width: 700px;
	padding: 15px;
	padding-top: 4px;
	vertical-align: top;
	
	text-align: left;
}	

.footer
{
	font-size: 10px;
	font-weight: bold;
	
	color: #111111;
}

/* Module Specific */




/* Generic Styles */
p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


h1
{
	font-size: 24px;
	font-weight: bold;
}

h2
{
	font-size: 18px;
	font-weight: bold;
}

h3
{
	font-size: 14px;
	font-weight: bold;
}

h4
{
	font-size: 16px;
	font-weight: bold;
	
	color: #CC0000;
}

h5
{
	font-size: 12px;
	font-weight: bold;
	
	color: #FFFFFF;
}

a
{
	font-weight: bold;
	text-decoration: none;
	
	color: #000099;
}

a:hover
{
	color: #0033FF;
}
