BODY, P, OL, UL, LI, TD, SELECT, INPUT, TEXTAREA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-style: normal;
	color: #343434;
	
}


A:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    font-style: normal;
	color: #D4352E;
	text-decoration: none;
}

A:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    font-style: normal;
    color: #D4352E;
	text-decoration: none;
}

A:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    font-style: normal;
    color: #D4352E;
	text-decoration: none;
}

A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    font-style: normal;
    color: #919191;
	text-decoration: none;
}


A.red_link:link {
	font-family: sans-serif;
	font-size: 10px;
    font-style: normal;
	color: #D32228;
	text-decoration: none;
}

A.red_link:active {
	font-family: sans-serif;
	font-size: 10px;
    color: #D32228;
    font-style: normal;
	text-decoration: none;
}

A.red_link:visited {
	font-family: sans-serif;
	font-size: 10px;
    color: #D32228;
    font-style: normal;
	text-decoration: none;
}

A.red_link:hover {
	font-family: sans-serif;
	font-size: 10px;
    color: #E47600;
    font-style: normal;
	text-decoration: underline;
}


A.gray_link:link {
	font-family: sans-serif;
	font-size: 10px;
    font-weight: bold;
	color: #E47600;
	text-decoration: none;
}

A.gray_link:active {
	font-family: sans-serif;
	font-size: 10px;
    color: #E47600;
    font-weight: bold;
	text-decoration: none;
}

A.gray_link:visited {
	font-family: sans-serif;
	font-size: 10px;
    color: #E47600;
    font-weight: bold;
	text-decoration: none;
}

A.gray_link:hover {
	font-family: sans-serif;
	font-size: 10px;
    color: #E47600;
    font-weight: bold;
	text-decoration: underline;
}


H1 {
	font-size: 39px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
    color: #98B43C;
}

H2 {
	font-size: 25px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
    color: #98B43C;
}

H3 {
	font-size: 23px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
    color: #98B43C;
}

H4 {
	font-size: 17px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
    color: #98B43C;
}

FONT.title {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
    color: #333333;
}

FONT.red_head {
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
    color: #990000;
}

FONT.gray_10 {
	font-size: 10px;
	font-weight: bold;
	font-family: sans-serif;
    color: #666666;
}

FONT.light_gray_10 {
	font-size: 10px;
	font-weight: bold;
	font-family: sans-serif;
    color: #BBBBBB;
}

FONT.black_12 {
	font-size: 12px;
	font-weight: bold;
	font-family: sans-serif;
    color: black;
}


PRE {
	font-family: monospace;
	font-size: 11px
}

CODE {
	font-family: monospace;
	font-size: 11px
}

P.indented {
	margin: 0px 30px
}


TABLE.content {
    width: 100%;
    padding: 15pt
    margin: 0pt;
    border-style: none;
}

TD.content {
    padding: 15px;
}

TD.header {
	font-size: 12pt;
	font-weight: bold
}

TABLE.common {
    padding: 0pt;
    margin: 0pt;
    border-style: none;
}

FONT.warning {
    font-size:6pt;
    color: red;
}
