﻿/* included in email */
body.email
{
	font: 12px Arial,Tahoma;
	background-color: #fff;
	color: #000;
}

a:active, a:focus
{
	/* firefox link highlighting fix */
	outline: 0;
}

a
{
	font-size: inherit;
	font-family: Arial,Tahoma;
	color: #139cfc;
	text-decoration: none;
}

a: hover
{
	color: #999;
	text-decoration: underline;
}

img
{
	border: 0px;
}

img.emote
{
}

span.highlight
{
	color: Red;
	font-weight: bold;
}

div.indent
{
	padding-left: 20px;
}

ul.listSymbol
{
	list-style-type: disc;
}

ol.listNumeric
{
	list-style-type: decimal;
}

ol.listAlphaLower
{
	list-style-type: lower-alpha;
}

ol.listAlphaUpper
{
	list-style-type: upper-alpha;
}

ol.listRomanLower
{
	list-style-type: lower-roman;
}

ol.listRomanUpper
{
	list-style-type: upper-roman;
}

span.fontSize1
{
	font-size: 6px;
}

span.fontSize2
{
	font-size: 9px;
}

span.fontSize3
{
	font-size: 12px;
}

span.fontSize4
{
	font-size: 16px;
}

span.fontSize5
{
	font-size: 22px;
}

span.fontSize6
{
	font-size: 30px;
}

span.fontSize7
{
	font-size: 44px;
}

