@charset "utf-8";
/* CSS Document */

@import url('netwise.css');


body {
	background-color: #aabaeb;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.leftrepeat {
	background-image: url(../Images/index_08.jpg);
	background-repeat: repeat-y;
}
.rightrepeat {
	background-image: url(../Images/index_09.jpg);
	background-repeat: repeat-y;
}
.WelcomeHeading {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	color: #FF8500;
}
.MainHeading {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #FF8500;
}
.subHeading {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #FF8500;
	font-weight: normal;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	font-weight: normal;
}

.ListOne {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	list-style-image: url(../Images/Right_Arrow.gif);
	font-weight: normal;
}
a.LinkOrange:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#F90;
	font-weight: bold;
	text-decoration: none;
}
a.LinkOrange:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#F90;
	font-weight: bold;
	text-decoration: none;
}
a.LinkOrange:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#E23C03;
	font-weight: bold;
	text-decoration: none;
}
a.LinkOrange:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#F90;
	font-weight: bold;
	text-decoration: none;
}
	
.OrangeArrow {
	color: #f90;
	font-weight: bold;
}
.TableText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.BlackBoldHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
hr {
	color: #F90;
	background-color: #F90;
	height: 1px;
	border: none;
}

