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

a:link {color: #000000; text-decoration: underline; }
a:active {color: #000000; text-decoration: underline; }
a:visited {color: #0000ff; text-decoration: underline; }
a:hover {color: #000000; text-decoration: none; }

.border {
	border-right-width: 2px;
	border-right-style: dashed;
	border-right-color: #C2DFFF;
	border-left-width: 2px;
	border-left-style: dashed;
	border-left-color: #C2DFFF;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #C2DFFF;
	margin: 2px;
	padding: 5px;
}

.header {
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
/* 	
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3953A4;
*/
}

.body_txt {
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
}

.tips {
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
}

.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
}