/* style page */

body {
	margin-left: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	height: 100%;
	width: 100%;
}

body, table, td, p {
	background-color: #fcfcfc;
}

header {
	width: 100%;
	height: 100%;
	min-height: 70px;
	margin-left: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	background: #fcfcfc url('../images/top_bg.png') 0 0 repeat-x;
}

#head {
	margin-top: 2px;
	margin-bottom: 0;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 10px;
	padding: 10px;
	color: #01328b;
	height: 49px;
	text-align: left;
}

table {
	margin-top: 50px;
	margin-bottom: 120px;
	border-style: groove;
	border-top-color: #c1c5c8;
	border-right-color: #C1C5C8;
	border-bottom-color: #C1C5C8;
	border-left-color: #C1C5C8;
	border-width: 1px;
	background-color: #FFFFFF;
}

td {
	text-align: center;
	padding: 5px;
}

hr {
	color: #f4f4f4;
	background-color: #ffffff;
}

h2 {
	color: #C1C5C8;
	background-color: #ffffff;
	font-family: 'Segoe UI', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
}

.mark {
	width: 300px;
	font-family: 'Segoe UI', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #1e2022;
	font-size: 15px;
	text-align: left;
	padding: 10px;
	background-color: #FFFFFF;
}

.logos {
	font-family: 'Segoe UI', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #1e2022;
	font-size: 15px;
	text-align: center;
	background-color: #FFFFFF;
	padding: 10px;
}

.boxes {
	padding: 50px;
	background-color: #FFFFFF;
}

.box {
	width: 300px;
	font-family: 'Segoe UI', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #1e2022;
	font-size: 15px;
	padding: 10px;
	border-style: groove;
	border-top-color: #c1c5c8;
	border-right-color: #C1C5C8;
	border-bottom-color: #C1C5C8;
	border-left-color: #C1C5C8;
	border-width: 1px;
	background-color: #FFFFFF;
}

.pwd {
	font-family: 'Segoe UI', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #1e2022;
	font-size: 20px;
}

/* footer */
footer {
	width: 100%;
	height: 100%;
	min-width: 1000px;
	margin-left: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	background: #f1fbfe url('../images/footer_bg.gif') 100% 0 repeat-x;
}

.footer-area {
	width: 100%;
	height: 140px;
	font-size: 11px;
	text-align: left;
	color: #000;
	background: url('../images/footer.png') 100% 0 no-repeat;
}

#foot {
	position: absolute;
	float: left;
	margin-top: 15px;
	margin-left: 15px;
	width: 300px;
	height: 80px;
	font-family: "Times New Roman", "Times", san-serif;
	line-height: 150%
}

/* link style */
a {
	text-decoration: none
}

a.more:link {color: black}
a.more:visited {color: black}
a.more:hover {color: #06c}
a.more:active {color: black}

a:link {color: black}
a:visited {color: black}
a:hover {color: grey}
a:active {color: black}
/* fine */