/* Basic Elements */
body, td, th, input
{
	color: #333;
	font-family: verdana, sans-serif;
	font-size: 10pt;
	line-height: 1.2;
}

h2
{
	font-size: 120%;
	color: #D70167;
	
}

h3
{
	color: #D70167;
	font-size: 100%;
}

ul
{
	padding-left: 15px;
}

ol
{
	padding-left: 20px;
}

acronym
{
	border-bottom: 0px;
	font-style: normal;
}

:link
{
	color: #FF930C;
	text-decoration: none;
}

:link:hover { text-decoration: underline; }
