﻿/* -------------------------------------------
	html.css - master html tag stylesheet definitions
   ---------------------------------------- */

HTML, BODY, FONT
{
	font-family: Arial, Helvetica, sans-serif;
}

BODY {
	background : #FFFFFF;
}

A, BLOCKQUOTE, FONT, BUTTON, INPUT, LI, P, SELECT, TABLE, TEXTAREA, PRE, NOSCRIPT, NOFRAMES, FORM
{
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin:0pt;
}


P 
{
	margin-bottom:.5em;line-height:1.25em;
}
INPUT, BUTTON 
{
	font-family:"Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}

INPUT[type='submit']
{
	height:18pt;
}

A
{
	color: #c42823;
	text-decoration:underline;
}


A:visited {
	text-decoration:underline;
}

A:hover 
{
	color:#FF0000;
	text-decoration:underline;
}

/* B - Bold text */
B {
}
/* BLOCKQUOTE - Defined above */
BLOCKQUOTE {
}
/* BODY - Defined above */
BODY {
}
/* BR - Line break */
BR {
}
/* BUTTON - form button */
BUTTON 
{
	height:18pt;
}
/* CENTER - Centered block */
CENTER {
}
/* DIV - Generic block-level container */
DIV {
}
/* FONT - Defined above */
FONT {
}
/* FORM */
FORM 
{
	margin:0px;
}
LEGEND
{
	color:#996633;
}

H1, H2, H3, H4
{
	margin-top:0pt;
	margin-bottom:3pt;
}

/* H1 - Level-one heading */
H1 {
	margin-top:0pt;
	margin-bottom:6pt;

	font-size: 20pt;
	font-style: normal;
	line-height: 27px;
	font-weight: normal;
	color: #999;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
}

H2 {
	margin-top:0pt;
	margin-bottom:6pt;

	font-size: 20pt;
	font-style: normal;
	line-height: 27px;
	font-weight: normal;
	color: #808080;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
}

H3 
{	margin-top:10pt;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	letter-spacing : .06em;
	color: #BD2A09;
	text-decoration: none;
}
H4 {
	margin-top:10pt;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:.12em;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #C29957;
	text-decoration: none;
}
H4 {
	font-style: normal;
	font-weight: bold;
	color: #C29957;
	text-decoration: none;
}
H5 {
	color: #C29957;
}

H6 {
    margin-top:6pt;
    margin-bottom:3pt;
    color:#303030;
    font-size:9pt;
    font-weight:bold;
	padding:0pt;    
}

HR {
	width: 550px;
}

OL {
	list-style-type: decimal;
}

TABLE {
	border-collapse:  collapse; 
}

UL
{
	margin-top:3pt;
	margin-bottom:6pt;
}






