﻿body
{
}
.font
{
	font-family :Verdana;
	font-size :12px;
	color :#2f4f4f;
}
.bold
{
font-family :Verdana;
	font-size :12px;
	color :#2f4f4f;
	font-weight:bold;
}	
.hyperlink
{
	font-family:Century Gothic ;
	font-size :14px;
	color :#0033cc;
}
.justify
{
	text-align :justify;
}
.left
{
	text-align :left ;
}
.underline
{
	text-decoration: underline;
}
.blueFont
{  font-family :Verdana;
	font-size :small ;
	color:royalblue ;
	font-weight:bold;
}
li
{
	list-style:Disc;
}
ul {
	list-style-type: none;
	list-style-image: url(Pictures1/bul1.gif);
	list-style-position: outside;
	line-height: 2.1em;
	vertical-align: middle;
	margin-left: 1.25em;
}