/* standard text styles */

body 
{
	font-family:  Arial, Helvetica, sans-serif;
	line-height: 1; 
	font-size:12px;
	color: #330066;
	padding: 0;
	border: 0;
	margin: 0;
}

h1,h2
{
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	font-size:16px;
	line-height: 1.1;
	font-variant: normal;
	font-weight: bold;
}

h1.red
{
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	font-size:16px;
	color: #661100;
	line-height: 1.1;
	font-variant: normal;
	font-weight: bold;
}

td
{
	font-family:  Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:12px;
	line-height: 1.1;
	font-variant: normal;
}

p
{
	font-family:  Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:16px;
	line-height: 1.1;
	font-variant: normal;
}
p.red
{
	font-family:  Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:14px;
	color: #661100;
	line-height: 1.1;
	font-variant: normal;
}

p.big
{
	font-family:  "Times New Roman", Times, serif;
	text-decoration: none;
	font-size:16px;
	line-height: 1.1;
	font-variant: normal;
}

td.red
{
	font-family:  Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:12px;
	color: #661100;
	line-height: 1.1;
	font-variant: normal;
	font-weight: bold;
}


li {
	margin-top: 6px;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

a, a:link {
	color: #663366;
	text-decoration: none;
}

a:visited {
	color: #330033;
}



a:hover{
	color: #336600;
}

