body
{
	background: #FFFFFF;
}

.body_table
{
	vertical-align: middle;
	width: 800px;
	margin-top: 20px;
}

.main_table
{
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.logo
{
	background: url(img/logo.jpg) no-repeat left top;
}

.box_gray
{
	background: #EEEFF0;
	width: 110px;
	height: 110px;
	text-align: right;
	padding: 70px 10px 0px 0px;
	color: #014075;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 13.5px;
}

.box_gray_over
{
	background: #DDDEE0;
	width: 110px;
	height: 110px;
	text-align: right;
	padding: 70px 10px 0px 0px;
	color: #014075;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 13.5px;
	cursor: pointer;
}

.box_blue
{
	background: #014075 url(../img/small_arrow.gif) 3% 88% no-repeat;
	width: 110px;
	height: 110px;
	text-align: right;
	padding: 70px 10px 0px 0px;
	color: #EEEFF0;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 13.5px;
}


.box_empty
{
	background: #FFFFFF;
	width: 80px;
	height: 90px;
}

.bigbox
{
	height: 100%;
	text-align: left;
	vertical-align: top;
	width: 650px;
}

.submenu_item
{
	background: #EEEFF0;
	padding: 5px 0px 5px 5px;
	margin: 0px 0px 5px 10px;
	float: left;
	border: 1px solid #BBBAA0;
	width: 130px;
	text-align: left;
	color: #000000;
	font-family: sans-serif;
	font-size: 10px;	
	
}

.submenu_item_hover
{
	background: #DDDEE0;	
	border: 1px solid #BBBAA0;	
	padding: 5px 0px 5px 5px;
	margin: 0px 0px 5px 10px;
	float: left;
	width: 130px;
	text-align: left;
	color: #000000;
	font-family: sans-serif;
	font-size: 10px;		
	cursor: pointer;	
}

.submenu_item_sel
{
	background: #014075 url(../img/tiny_arrow.gif) 95% 50% no-repeat;
	padding: 5px 0px 5px 5px;
	margin: 0px 0px 5px 10px;
	border: 1px solid #6892b6;	
	float: left;
	width: 130px;
	text-align: left;
	color: #EEEFF0;
	font-family: sans-serif;
	font-size: 10px;		
	cursor: pointer;	
}

h1
{
	background: url(../img/med_arrow.gif) 25px 100% no-repeat;
	padding-top: 50px;
	padding-left: 50px;
	color: #014075;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 20px;
}

.normal_text
{
	padding: 10px 0 0 25px;
	line-height: 17px;
	text-align: justify;
	color: #000000;
	font-family: sans-serif;
	font-size: 11px;
}


#about
{
	margin-top: 100px;
	margin-bottom: 20px;
	font-family: Verdana;
	font-size: 9px;
	color:#666666;
}

#about b
{
	color: #014075;
	font-weight: normal;
}