.tborder {
	border: 1px solid #666666;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
h2 {
	font-size: 18px;
	color: #3399FF;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
}
a {
	color: #FF3300;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}
.rightborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
