	BODY {
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px; /* Properties are no-repeat, repeat-x, repeat-y, and repeat*/
	scrollbar-face-color: #6F6E6F;
	scrollbar-shadow-color: #585858;
	scrollbar-highlight-color: #CACACA;
	scrollbar-3dlight-color: #585858;
	scrollbar-darkshadow-color: #585858;
	scrollbar-base-color: #A6A6A6;/* Or you can use scrollbar-track-color: #xxxxxx. If you want a standard scrollbar, delete all the lines that have scrollbar in them!*/
	scrollbar-arrow-color: #EAEAEA;
}

	P {
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin: 15px;


}
	A:LINK {
	color : #0099FF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : underline; /* Properties are:  overline,undeline, and line-through*/
}
	A:VISITED {
	color : #993366;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : underline;
}
	A:HOVER {
	color : #993366;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
}
	H1 {
	color : #666666;
	font-family : "Arial Narrow";
	font-size : 24px;
	text-align : left;
	font-weight : bold;
	font-style: normal;
	margin: 40px 15px;


}
	H2 {
	color : #006DB7;
	font-family : "Arial Narrow";
	font-size : 24px;
	font-weight : normal;
	margin-left : 15px;
	margin-right: 15px;
	font-variant : normal;
	text-align: left;

}

	H3 {
	color : #006DB7;
	font-family : "Arial Narrow";
	font-size : 18px;
	font-weight : bold;
	font-variant : normal;
	text-align: left;
	font-style: italic;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;





}

	LI {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : left;
	list-style : circle;
}

.borderimage{
border:1px solid white;
}

