.copyright {
	font : 11px Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	color : White;
}
.height100p {
	height : 100%;

};
.width139 {
	width : 139px;
	text-align : justify;
};
.width446 {
	width : 446px;
	text-align : justify;
};
.width176 {
	width : 176px;
	text-align : justify;
};
.imgleft {
	background : url(images/leftside.jpg);
};
.imgtop{
	background : url(images/top.jpg);
};
BODY {
	font : 12px Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	margin : 0px 0px 0px 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	padding : 0px 0px 0px 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
	list-style-image: url(images/blubullet2sml.gif);
	line-height : 130%;
}
.title {
	color: #FFB400;
	font : 18px Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-family : Arial, Helvetica, sans-serif;
	letter-spacing : 1px;
	filter: DropShadow(Color=#cccccc, OffX=2, OffY=2, Positive=true);
}
.heading {
	font-size: 16px;
	font-weight: bold;
	color: #000066;
}
A, TABLE, TR, TH, TD, LI, OL, UL, FORM, DIV {
	font : 12px Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
}
A:ACTIVE, A:FOCUS, A:LINK {
	text-decoration: none;
	color: #663333;
}
A:VISITED {
	text-decoration: none;
	color: #663333;
}
A:HOVER {
	text-decoration: underline;
	color: #5b7efd
}
.shadow {
	filter: DropShadow(Color=#cccccc, OffX=2, OffY=2, Positive=true);
}
A.asd, A:ACTIVE.asd, A:FOCUS.asd, A:LINK.asd,A:HOVER.asd, A:VISITED.asd {
	text-decoration: none;
	color : #3366CC;
	border-bottom : 1px solid Red;
}
.heading2 {
	font-size: 14px;
	font-weight: bold;
	color: #0066FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;

}
.heading3 {

	font-size: 12px;
	font-weight: bold;
	color: #0066FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1D1D1;
}
.font10 {
	font-size: 10px;
}
.news {
	color: #FF0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066FF;
}
.border1 {
	border: 1px solid #CCCCCC;
}
.bordertopleft {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-style: none;
	border-bottom-style: none;
}
.bordernobtm {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: none;
	border-left: 1px solid #CCCCCC;

}
A.white, A:ACTIVE.white, A:FOCUS.white, A:LINK.white,A:HOVER.white, A:VISITED.white {
	text-decoration: none;
	color : white;
	border-bottom : 1px solid Red;
}