.content {
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	color: black;
}

.small {
	font-family: verdana;
	font-size: 8pt;
	font-weight: normal;
	color: black;
}

.heading1 {
	font-family: tahoma;
	font-size: 16pt;
	font-weight: bold;
	color: black;
}

.headingnav {
	font-family: arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: black;
}



link, .link, .link a {
	font-family: arial;

}

a:link  {
	font-size: 10pt;
	color: #0000CC; 
	text-decoration: underline; 
	margin-left: 0px;
	margin-right: 0px;
}

a:visited  {
	font-size: 10pt;
	color: #0000CC; 
	text-decoration: underline; 
	margin-left: 0px;
	margin-right: 0px;
}

a:hover {
	font-size: 10pt;
	color: #A00000; 
	text-decoration: underline; 
	margin-left: 0px;
	margin-right: 0px;
}

a:active {
	font-size: 10pt;
	color: #0000CC; 
	text-decoration: underline; 
	margin-left: 0px;
	margin-right: 0px;
}

a.2 {
	font-family: arial;
	font-size: 8pt;

}

a.2:link {
	font-family: arial;
	font-size: 8pt;
	color: #0000CC; 
	text-decoration: underline; 
	margin-left: 0px;
	margin-right: 0px;
}

a.2:visited {
	font-family: arial;
	font-size: 8pt;
	color: #0000CC; 
	text-decoration: underline; 
	margin-left: 0px;
	margin-right: 0px;
}

a.2:hover {
	font-family: arial;
	font-size: 8pt;
	color: #A00000;
	text-decoration: underline;
        margin-left: 0px;
	margin-right: 0px;
}

a.2:active {
	font-family: arial;
	font-size: 8pt;
	color: #0000CC;
        text-decoration: underline;
        margin-left: 0px;
	margin-right: 0px;
}


.tip {
	font-family: verdana;
	font-size: 11pt;
	color: #ff0000;
	font-weight: bold;

}