BODY, P{  font-family: helvetica, verdana, arial; font-size: 14px; color: Navy;
background-color : White;
}
H1 {
	font-size : 26px;
}
H2 {
	font-size : 24px;
}
H3 {
	font-size : 22px;
}
H4 {
	font-size : 20px;
}
H5 {
	font-size : 18px;
}
H6 {
	font-size : 16px;
}

.boldtext {
	 font-weight : bold;
}
.smalltext {
	font-size : 12px;
}
.smalltextbold{
	font-size : 12px;
	font-weight : bold;
}
.smallertext {
	font-size : 10px;
}
.smalltextred {
	font-size : 12px;
	color : Red;
}
A:LINK {
	color : Blue;
}
A:VISITED {
	color : Purple;
}

A:HOVER {
color : Black;
text-decoration : underline;	
background : #ACACAC;
}
A:ACTIVE {
	color : Red;
}
.italic {
	font-style : italic;
}
.underline {
text-decoration : underline;
}

.TDspecial {
	background-color : #F0F0F2;
	border : thin;
	border-style : solid;
	border-color : Gray;
}
.tipsbox {
	font-size : 12px;
	border : thin;
	border-style : dashed;
	border-color : Gray;
	background-color : #FAFAFA;
	padding : 4px;
	padding-bottom : 4px;
	padding-left : 4px;
	padding-right : 4px;
	padding-top : 4px;
}
.titlebkg{
	font-size : 17px;
	font-weight : bold;
	color : #000066;
	background : #DDDDDD;
}

.underline{
	text-decoration : underline;
}
.tablebkg {
background : #F0F0F2;
}
LI {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : Navy;
	
}

