p		{
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 120%;
	/*text-align : justify;*/
}

pre		{
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
}

h1		{
	font-family: Verdana, Helvetica, Arial;
	font-size: 36px;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
}

h2		{
	font-family: Verdana, Helvetica, Arial;
	font-size: 21px;
	margin-top: 0;
	margin-bottom: 5;
	font-weight: bold;
}

h3		{
	font-family: Verdana, Helvetica, Arial;
	font-size: 17px;
	margin-top: 17;
	margin-bottom: 8;
	font-weight: bold;
}

h4		{
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
	margin-top: 24;
	margin-bottom: 6;
	font-weight: bold;
}

h5		{
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold
}

h6		{
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: normal;
}

h6.justify	{
	text-align: justify;
}

h6.center   	{
	text-align: center;
}

h7		{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: xx-large;
	color: #FFCC00;
}

td		{
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 0;
}

ul		{
	margin-top: 1;
	margin-bottom: 1;
	margin-left: 7;
	padding-left: 10;
}

img		{
	margin-top: 0;
	margin-bottom: 0;
	border-color : Black;
	border-width : 1 1 1 1;
}

img.zero	{
	margin-top: 0;
	margin-bottom: 0;
	border-width : 0 0 0 0;
}

body		{
	background-color: #000a35;
	color: Black;
}

input		{
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	margin-top: 0;
	margin-bottom: 0;
}

textarea	{
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	margin-top: 0;
	margin-bottom: 0;
}

select		{
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	margin-top: 0;
	margin-bottom: 0;
}

hr {
	background-color: #C0C0C0;
	color: #C0C0C0;
	border : 0px;
	height : 1px;
}

a		{
	color: #1F6CB5;
	text-decoration: none;
	font-weight : bold;
}

a:link		{
	color: #1F6CB5;
	text-decoration: none;
	font-weight : bold;
}

a:hover		{
	color: #1F6CB5;
	text-decoration: underline;
	font-weight : bold;
}


/* grey tags */

.grey		{
	color: #C0C0C0;
}

a.grey		{
	color: #C0C0C0;
}

a.grey:link	{
	color: #C0C0C0;
}

a.grey:hover	{
	color: #C0C0C0;
}


/* nav tags */

.nav		{
	font-family: Arial, Helvetica;
	text-decoration: none;
	font-weight : normal;
}

a.nav		{
	font-family: Arial, Helvetica;
	text-decoration: none;
	font-weight : normal;
}

a.nav:link	{
	font-family: Arial, Helvetica;
	text-decoration: none;
	font-weight : normal;
}

a.nav:hover	{
	font-family: Arial, Helvetica;
	text-decoration: none;
	font-weight : normal;
}


/* other tags */

table.groove {
	border-style : dotted;
	border-width : 1px;
	border-color : Black;
}
