/* CSS Document */

body,td,th {
	font-size: 12px;
}
body {
	margin: 0 auto;
widht:1004px;

}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #000000;
}.t150 {
	line-height: 150%;
}
.pa {
	padding: 10px;
}
.blue {
	color: #40A7B8;
}
.bor {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.verdana {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}.borright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.t14 {
	font-size: 14px;
}
.red,.red:link,.red:hover,.red:visited {
	color:#FF0000;
}