﻿p.body       { font-size: 10pt; font-weight: normal; font-family: verdana, helvetica, sans-serif;}
h1           { font-size: 18pt; font-weight: bold;   font-family: verdana, helvetica, sans-serif; }
h2           { font-size: 12pt; font-weight: bold;   font-family: verdana, helvetica, sans-serif; color: #C2241B; }
h3           { font-size: 10pt; font-weight: bold;   font-family: verdana, helvetica, sans-serif; color: #000000; }
.hrAdmin     { color: #00f; background-color: #00f; height: 5px; }

a:link     { color:#C2241B; }
a:visited  { color:#C2241B; }
a:hover    { color:#000000; }
a:active   { color:#000000; }

tr.d0 td {background-color: #FFFFFF;}
tr.d1 td {background-color: #F1F1F1;}

.newsHeader { font-family: calibri, verdana, helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #C2241B; }
.newsBody   { font-family: calibri, verdana, helvetica, sans-serif; font-size: 10pt; color: #313131; }

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

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

.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;}
	.fg_dos_red		{color: #C2241B;}
}

/* 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;}
	.bg_dos_red			{background-color: #C2241B;}

/* Borders */
	.b_black			{border: 1px solid #000;}
	.b_black_top		{border-top: 1px solid #000;}
	.b_black_left		{border-left: 1px solid #000;}
	.b_black_right		{border-right: 1px solid #000;}
	.b_black_bottom		{border-bottom: 1px solid #000;}
	.b_black_2			{border: 2px solid #000;}
	.b_black_top_2		{border-top: 2px solid #000;}
	.b_black_left_2		{border-left: 2px solid #000;}
	.b_black_right_2	{border-right: 2px solid #000;}
	.b_black_bottom_2	{border-bottom: 2px solid #000;}
	.b_gray				{border: 1px solid #666;}
	.b_gray_top			{border-top: 1px solid #666;}
	.b_gray_left		{border-left: 1px solid #666;}
	.b_gray_right		{border-right: 1px solid #666;}
	.b_gray_bottom		{border-bottom: 1px solid #666;}
	.b_title			{border-bottom: 1px solid #aaaccc;}

