﻿p.body       { font-size: 8pt; font-weight: normal; font-family: verdana, helvetica, sans-serif;}
h1           { font-size: 14pt; font-weight: bold;   font-family: verdana, helvetica, sans-serif; }
h2           { font-size: 10pt; font-weight: bold;   font-family: verdana, helvetica, sans-serif; color: #3EB670; }
h3           { font-size: 8pt; font-weight: bold;   font-family: verdana, helvetica, sans-serif; color: #000000; }

a:link     { color:#234E8F; }
a:visited  { color:#234E8F; }
a:hover    { color:#3EB670; }
a:active   { color:#3EB670; }

.Style1
{
	font-family: calibri, verdana, helvetica, sans-serif;
	font-size: 8pt;
}

.Style2
{
	font-family: calibri, verdana, helvetica, sans-serif;
	font-size: 10pt;
}

.Style3
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 6px; 
	height: 10px;
}


/* Displays */
	.hidden			{display: none;}
	.absolute		{position: absolute;}

/* Cursors */
	.pointer		{cursor: pointer;}

/* Justification */
	.left			{text-align: left;}
	.right			{text-align: right;}
	.center 		{text-align: center;}
	.justify		{text-align: justify;}
	.float_left		{float: left;}
	.i_50			{margin-left: 50px;}
	.i_100			{margin-left: 100px;}

/* Fonts */
	.family			{font-family: verdana, helvetica, sans-serif;}
	.bold			{font-weight: bold;}
	.italic			{font-style: italic;}
	.tiny			{font-size: 6px; height: 10px;}
	.pt6			{font-size: 6pt;}
	.pt7			{font-size: 7pt;}
	.pt8			{font-size: 8pt;}
	.pt10			{font-size: 10pt;}
	.pt12			{font-size: 12pt;}
	.pt14			{font-size: 14pt;}
	.pt16			{font-size: 16pt;}
	.pt18			{font-size: 18pt;}


/* Vertical Alignment */
	.top			{vertical-align: top;}
	.middle			{vertical-align: middle;}
	.bottom			{vertical-align: bottom;}

/* Sizes */
	.w100p			{width: 100%;}
	.w98p			{width: 98%;}
	.w95p			{width: 95%;}
	.w50p			{width: 50%;}
	.w100			{width: 100px;}
	.w200			{width: 200px;}
	.w300			{width: 300px;}
	.w400			{width: 400px;}
	.w600			{width: 600px;}

/* Text Colors */
	.fg_white		{color: #fff;}
	.fg_black		{color: #000;}
	.fg_red			{color: #f00;}
}

/* Background Colors */
	.bg_bright_gray		{background-color: #ccc;}
	.bg_dark_gray		{background-color: #999;}
	.bg_white			{background-color: #fff;}
	.bg_red				{background-color: #f00;}
	.bg_black			{background-color: #000;}
	.bg_highlight		{background-color: #fc0;}
	.bg_flava_red		{background-color: #e9d9d9;}
	.bg_legend_red		{background-color: #ffefef;}



