body {
	font-family: arial;
	text-decoration: none;
	background-color: #5a5b60;
	margin: 0px;
}
.leftbg {
	background-image: url(../images/leftbg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.rightbg {
	background-image: url(../images/rightbg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
td {
	font-size: 12px;
	color: #1e1e1e;
	font-family: arial;
}
.txt-blue {
	color: #1660b7;
	text-decoration: none;
}
.txt-white {
	color: #FFFFFF;
	text-decoration: none;
}
a.link-white {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
a.link-white:hover {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
.txt-white10 {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}
a.link-orange {
	font-size: 10px;
	color: #ffbf14;
	font-weight: bold;
	text-decoration: none;
}
a.link-orange:hover {
	font-size: 10px;
	color: #ffbf14;
	text-decoration: underline;
	font-weight: bold;
}
.bdr-whole {
	border: 5px solid #1974C3;
}
.bdr-greyleft {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.imgborder {
	border: 5px solid #DADADA;
}
.wholebdr {
	border: 5px solid #4CA3D0;
}
.head-text {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
a.link-blue {
	font-size: 12px;
	color: #4ca3d0;
	font-weight: bold;
	text-decoration: none;
	background-color: #c2dae6;
	padding: 3px;
	height: 20px;
	width: 20px;
	text-align: center;
}
a.link-blue:hover {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #4ca3d0;
	padding: 3px;
	height: 20px;
	width: 20px;
	text-align: center;
}
.txt-blue18 {
	font-size: 18px;
	font-weight: bold;
	color: #4CA3D0;
	text-decoration: none;
}
.bg {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
