BODY
{
	font-family: Tahoma;
	font-size: 10px;
	color: #0000A0;
	background: #ffffff;
}
H1
{
	font-family: Tahoma;
	font-size: 24pt;
	color: #0000A0;
	text-align: center;
}
H2
{
	font-family: Tahoma;
	font-size: 20pt;
	color: #0000A0;
	text-align: center;
}
H3
{
	font-family: Tahoma;
	font-size: 16pt;
	color: #0000A0;
	text-align: center;
}
P
{
	font-family: Tahoma;
	font-size: 15px;
	color: #0000A0;
	text-align: center;
}
A:link
{
	font-family: Tahoma;
	font-size: 14pt;
	color: #0000a0;
	font-style: normal;
}
A:visited
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 14pt;
	color: #0000a0;
	font-style: normal;
}
/*paragraph aligned left*/
#pleft
{
	font-family: Tahoma;
	font-size: 15px;
	color: #0000A0;
	text-align: left;
}
/*paragraph aligned right*/
#prite
{
	font-family: Tahoma;
	font-size: 15px;
	color: #0000A0;
	text-align: left;
}
/*paragraph aligned center*/
#pcent
{
	font-family: Tahoma;
	font-size: 15px;
	color: #0000A0;
	text-align: center;
}
/*H1 aligned left*/
#h1left
{
	font-family: Tahoma;
	color: #0000A0;
	text-align: left;
	font-size: 24pt;
}
/*H2 aligned left*/
#h2left
{
	font-family: Tahoma;
	color: #0000A0;
	text-align: left;
	font-size: 20pt;
}
/*small font Tahoma*/
#sf2
{
	font-family: Tahoma;
	font-size: 12px;
	color: #0000A0;
}
/*heading larger font*/
#hd1
{
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #0000A0;
}
/*tahoma font - larger*/
#tf1
{
	font-family: Tahoma;
	font-size: 12pt;
	font-weight: normal;
	color: #0000A0;
}
/*Tahoma Font - White - Blue background*/
#wfnt
{
	font-family: Tahoma;
	font-size: 12pt;
	color: #FFFFFF;
	background: #0080ff;
	}
