/* CSS Document */

body{
	background: #FFFFFF;
	padding: 0px;
	text-align: center;
	vertical-align: top;
	font-family: Helvetica, Arial, sans-serif;
}
TD#header{
	height: 110px;
}
TD#content{
	background: #FFFFFF;
	vertical-align: top;
	text-align: left;
	padding: 14px;
	font-size: 12px;
	border-right: 1px solid #898989;
}
TD#content p{
	margin: 0 0 8px 0;
}
TD#content a{
	color: #335577;
	text-decoration: none;
font-weight: bold;
}
TD#content a:hover{
color: #6688AA;
}
TD#content a:visited{
	color: #224466;
}
TD#content a:visited:hover{
color: #6688AA;
}
TD#left{
	border-left: 1px solid #898989;
	background: #FFFFFF;
	width: 180px;
	padding: 12px 12px 0 8px;
	vertical-align: top;
	text-align: left;
}
.info{
	font-size: 16px;
	color: #113355;
}
.info p{
	margin: 0 0 2px 0;
}
TD#bottom{
	height: 24px;
	border-top: 4px solid #113355;
	text-align: center;
	vertical-align: center;
	paddding: 8px;
	font-size: 10px;
}
TD#bottom a{
	color: #DDDDBB;
}
TD#bottom a:hover{
	color: #FFFFFF;
}
TD#menu{
	background: #113355;
	color: #FFFFFF;
	vertical-align: center;
	text-align: center;
	height: 32px;
}
.mitem{
	padding: 1px 6px 1px 6px;
	border-right: 2px solid #FFFFFF;
	font-size: 12px;
	letter-spacing: 1px;
	text-decoration: none;
}
.mitem a{
	color: #FFFFFF;
	text-decoration: none;
}
.mitem a:hover{
	color: #6688AA;
}
.mitem a:visited{
	color: #DEDEDE;
}

