@charset "utf-8";
/* CSS Document */

body {
	color : #000000;
	margin : 0;
	padding : 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
	 
}

p {
	font-size : 100%;
	margin : 28 0 0 0;
	padding : 0 0 0 0;
	f
}

a {
	font-family: Arial, Georgia, Arial;
	font-size: 12px;
	color: #01669C;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #005C8C;
}
a:active {
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Georgia, Arial;
}
h1 {
	font-size: 16px;
	color: #FF0000;
}
h2 {
	font-size: 16px;
	color: #006C9E;
}
h3 {
	font-size: 12px;
	color: #000000;
}

.box {
	background-color:#FFFFFF;
	width: auto;
	background-color:#FFFFFF;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
