.bg
{
	background-image: url(../images/midBGlong.jpg);
	background-repeat: repeat-x;
}
.bg2
{
	background-image: url(../images/midBGlong.jpg);
	background-repeat: repeat-x;
}
.bg4
{
	background-image: url(../images/midBGlongNew.jpg);
	background-repeat: repeat-x;
}
.bg3
{
	background-image: url(../bottomStretchBG.jpg);
	background-repeat: repeat-x;
}
.box
{
	background-image: url(../images/box.gif);
	background-repeat: no-repeat;
}
.box2
{
	background-image: url(../images/box2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
a:link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2F91EC;
	font-weight: bold;
	text-decoration: none;
}
a:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2F91EC;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2F91EC;
	font-weight: bold;
	text-decoration: none;
}
a:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2F91EC;
	font-weight: bold;
	text-decoration: none;
}

.line {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-top-color: #BDB9B6;
	border-right-color: #BDB9B6;
	border-bottom-color: #BDB9B6;
	border-left-color: #BDB9B6;
}

ul 
{
list-style-image: url("../images/bullet.gif")
}

.LineSpace {
	line-height: 15px;
}
