/* CSS Document */

body {
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
}

.left_container {
	background-image:url(../images/link_bg.jpg);
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#999999;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#999999;	
}

.heading {
	border-top-style:solid;
	border-top-color:#FFFFFF;
	border-top-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#FFFFFF;	
	border-bottom-width:1px;
	padding-left:4%;
}

.featr_container {
	border-width:2px;
	border-style:dotted;
	border-color:#990066;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.featr_container_bg {
	background-color:#F2E1F0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#space_in {
	padding:8px;
}

a.menu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

a.menu:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #990066;
	text-decoration: underline;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	line-height:18px;
}

.customer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: boldl;
	font-variant: normal;
	color: #990000;
	text-decoration: none;
}
.small_heads{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

.blue_heads{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000080;
	text-decoration: none;
}

.border {
border-top:2px dotted #990066; }

.border_right {
border-right:2px dotted #990066; }