/* CSS definition file containing site wide stylesheets */
BODY { font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif; font-size: x-small; background-color: rgb(255,255,255);}

.para {
	color: Blue;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}


li {
	list-style-image: url(../assets/images/star.gif);
}


.nl_h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
}

.nl_h2 {
	color: White;
	font: bold x-large "Times New Roman", Times, serif;
}

.nl_h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
.nl_bodytext1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.nl_bodytext2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

.nl_bodytext3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	text-align: justify;
}

 A:active {
	color: Blue;
}
 A:link {
	color: Blue;
}
 A:visited {
	color: Purple;
}
 A:hover {
	color: Red;
}
p {
	color: Blue;
}

h1 {
	color: #000066;
	font-weight: bold;
}

h2 {
	color: #0000CC;
	font-weight: bold;
}

h3 {
	color: #330099;
	font-style: italic;
}

h4 {
	color: #000066;
	font-weight: bold;
}

h5 {
	color: #0000CC;
	font-weight: bold;
}

h6 {
	color: #330099;
	font-style: italic;
}










.para2 {
	font-size: x-small;
	font-style: italic;
	color: #333333;
}
