﻿/******************************************************************************
 **********                          Colors                          **********
 Dark Blue 		#000080
 Red			#ff0000


 
 ******************************************************************************/
 
/******************************************************************************
 **********                          Body                      **********
 ******************************************************************************/
.tablebdr {
	border-collapse: collapse;
	border: 6px solid #E5E5E5;
}
.font {
	font-family: Arial, Helvetica, sans-serif;
}

.tagLine	{
	color:#000080;
	font-size:large;
	font-weight:bold;
	white-space:nowrap;
}

.title	{
	color:#FF0000;
	font-size:x-large;
	font-weight:bold;
}

.title a:link		{color:#000080; text-decoration:underline;}
.title a:visited	{color:#000080; text-decoration:underline;}
.title a:hover		{color:#000080; text-decoration:underline;}
.title a:active		{color:#000080; text-decoration:underline;}

.subTitle	{
	color:#000080;
	font-size:medium;
	font-weight:bold;
}

.redSub	{
	color: #ff0000;
	font-weight: bold;
	font-style: normal;
}
.txright {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: right;
}

.redlg {
	color: #FF0000;
	font-size: x-large;
	font-weight: bold;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color:#000080;
	font-size:medium;
}

p	{
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #000080;
}
table {
	border: 0px solid #c0c0c0;
	table-layout: auto;
	border-spacing: inherit;
	empty-cells: show;
	border-collapse: inherit;
}

td {
	font-size:x-small;
}

th {
	font-size:small;
}
.center {
	text-align: center;
}

.indent	{
	margin-left:30px;
}

.imageRight	{
	float:right;
	margin:15px;
}

.imageMargin	{
	margin:10px;
}

hr	{
	line-height:1px;
}
