BODY 					{
						font-family: Tahoma, sans-serif;
						}

H1						{
						font-family: Tahoma, sans-serif;
						font-size: 20px;
						text-align: left;
						background-color: white;
						color: #9F1C36;
						width: 45%;
						padding: 0px;
						border-style: solid;
						border-bottom-width: 2px;
						border-right-width: 0px;
						border-left-width: 0px;
						border-top-width: 0px;
						border-color: #CC9D2C;
						}

H2						{
						font-family: Tahoma, sans-serif;
						font-size: 17px;
						color: #CC9D2C;
						font-weight: bold;
						}
						
H3						{
						font-family: Tahoma, sans-serif;
						font-size: 14px;
						color: #000000;
						font-weight: bold;
						}

P						{
						font-family: Tahoma, sans-serif;
						padding-right: 0px;
						padding-left: 0px;
						padding-bottom: 8px;
						padding-top: 4px;
						margin: 0px;
						font-size: 12px;
						}
						
TD						{
						font-family: Tahoma, sans-serif;
						font-size: 12px;
						}
						
B, STRONG				{
						font-family: Tahoma, sans-serif;
						padding-right: 0px;
						padding-left: 0px;
						padding-bottom: 0px;
						padding-top: 0px;
						margin: 0px;
						font-size: 12px;
						font-weight: bold;
						}

UL.front				{
						font-size: 12px;
						font-family: Tahoma, sans-serif;
						color: #9F1C36;
						padding-left: 15px;
						}

LI						{
						font-size: 12px;
						}
						
HR						{
						color: #CC9D2C;
						background-color: #CC9D2C;
						padding: 0px;
						border-style: solid;
						border-bottom-width: 2px;
						border-right-width: 0px;
						border-left-width: 0px;
						border-top-width: 0px;
						}
						
BLOCKQUOTE				{
						font-size: 12px;
						font-family: Tahoma, sans-serif;
						color: #000000;
						}

DT						{
						font-weight: bold;
						}
						
A:link 					{
						color: #330000;
						text-decoration: none;
						background-color: transparent; 
						font-family: Tahoma, sans-serif;
						}

A:active 				{
						color: #330000;
						text-decoration: none;
						font-family: Tahoma, sans-serif;
						}

A:visited 				{
						color: #330000;
						text-decoration: none;
						font-family: Tahoma, sans-serif;
						}

A:hover 				{
						color: #CC9D2C; 
						text-decoration: none;
						font-family: Tahoma, sans-serif;
						}
						
A.quote:link 			{
						color: #000000;
						text-decoration: none;
						font-size: 12px;
						font-family: Tahoma, sans-serif;
						line-height: 28px;
						}

A.quote:active 			{
						color: #000000;
						text-decoration: none;
						font-size: 12px;
						font-family: Tahoma, sans-serif;
						line-height: 28px;
						}

A.quote:visited 		{
						color: #000000;
						text-decoration: none;
						font-size: 12px;
						font-family: Tahoma, sans-serif;
						line-height: 28px;
						}

A.quote:hover 			{
						color: #CC9D2C; 
						text-decoration: none;
						font-size: 12px;
						font-family: Tahoma, sans-serif;
						line-height: 28px;
						}

A.burgundy:link 			{
						color: #9F1C36;
						text-decoration: none;
						font-size: 12px;
						font-family: Tahoma, sans-serif;
						}

A.burgundy:active 		{
						color: #9F1C36;
						text-decoration: none;
						font-size: 12px;
						font-family: Tahoma, sans-serif;
						}

A.burgundy:visited 		{
						color: #9F1C36;
						text-decoration: none;
						font-size: 12px;
						font-family: Tahoma, sans-serif;
						}

A.burgundy:hover 		{
						color: #CC9D2C; 
						text-decoration: none;
						font-size: 12px;
						font-family: Tahoma, sans-serif;
						}

.quoteby				{
						color: #9F1C36;
						font-size: 11px;
						font-family: Tahoma, sans-serif;
						font-style: italic;
						line-height: 12px;
						}
						
.footer					{
						font-size: 10px;
						color: black;
						text-align: center;
						}

.bold_list LI			{
						font-weight: bold;
						}
.bold_list A			{
						font-weight: inherit;
						}