/* CSS Document */
.body{
	margin: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
.left-bg{
	background-image: url(images/left-bg.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.right-bg{
	background-image: url(images/right-bg.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.vr-dot{
	background-image: url(images/dot-vr.gif);
	background-repeat: repeat-y;
	background-position: top;
	width: 3px;
}
.content{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding: 8px 8px 8px 20px;
	text-align: justify;
	line-height: 20px;
}
.points{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
a.more{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #0179A3;
	text-decoration: none;
}
a.more:hover{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #0179A3;
	text-decoration: underline;
}
.lgray-bg{
	background-color: #E2E2E2;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.footerlinks{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.footerlinks:hover{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.text-field{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	height: 20px;
	border: 1px solid #666666;
	background-color: #FFFFCC;
}
.text-field1{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	height: 20px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}
.nav-bg{
	background-image: url(images/nav-bg.gif);
	background-repeat: repeat-x;
	height: 25px;
}
.greenborder {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #7BA601;
	border-left-color: #7BA601;
}
.link1 {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #00A3CC;
	text-decoration: underline;
}
.link1:hover {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}