.default-tableborder {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B3D3CB;
	border-left-color: #B3D3CB;
}
.default-copyright {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B3D3CB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B3D3CB;
	height: 70px;
	background-image: url(images/bg-copyright.gif);
}
.default-bg-left {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B3D3CB;
	background-color: #E6F7F2;
}
.default-pagetitle {
	font-size: 15px;
	font-weight: bold;
	color: #0054A6;
	letter-spacing: 1px;
	padding-top: 4px;
}
.default-color1 {
	font-size: 12px;
	background-color: #00A49F;
}
.default-color2 {
	font-size: 12px;
	background-color: #95D2C6;
}
.default-color3 {
	font-size: 12px;
	background-color: #EDFAF5;
}
.default-button {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #00A49F;
	padding-top: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BBEAE3;
	border-right-color: #00756F;
	border-bottom-color: #00756F;
	border-left-color: #BBEAE3;
}
.default-color3-150 {
	font-size: 12px;
	background-color: #EDFAF5;
	line-height: 150%;
}
.default-color4 {
	font-size: 12px;
	background-color: #B9ECD9;
}
.default-font-200 {
	font-size: 13px;
	line-height: 200%;
	color: #006666;
}
.default-subtitle {
	font-size: 13px;
	font-weight: bold;
	color: #037378;
	letter-spacing: 2px;
}

/* for DataGrid */
.default-color2-datagrid td{
	font-size: 12px;
	color: #003399;
	background-color: #95D2C6;
	text-align:center;
}
.default-color3-datagrid td{
	font-size: 12px;
	background-color: #EDFAF5;
}
.default-color3-datagrid a{
	text-decoration: none;
}
.default-p {
	line-height: 20px;
	margin:0px 22px 0px 22px;
}
	