body {
	background-color: #fff;
	background-repeat: repeat;
/*	background-image: url(../image/back10.gif);*/
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#505050;
	padding: 0px;
	margin: 0px 0px 0px 0px;
/*	height: 100%;*/
}


html {
	height: 100%;
	margin: 0px 0px 0px 0px;
}


p{
	font-size:14px;
	margin: 5px 5px 5px 10px;
	color: #646464;
}


.p2 {
	font-size: 14px;
	line-height: 130%;
	color: #505050;
}


h1 {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	margin: 5px 0px 5px 10px;
}


ul {
	list-style-position: outside;
	list-style-image: url(../image/list.gif);
	margin: 10px 12px 5px 25px;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	list-style-type: none;
}


.td_dash {
	border-top-color: #808080;
	border-bottom-color: #808080;
	border-bottom-style: dashed;
	border-top-style: dashed;
	border-width: 1px;
}


a:link {
	color: #646464;
	text-decoration: none;
}
a:visited {
	color: #808285;
	text-decoration: none;
}
a:hover {
	color: #0B50A2;
	text-decoration: none;
}


.header {
	color: #000;
	font-size: 10px;
	padding-right: 12px;
}


.footer {
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	margin-left: 12px;
}


.copyright {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	margin-right: 12px;
}
.border {
	border-bottom: solid #0B50A2 1px;
	padding:5px 0px 5px 5px;
}

