﻿/* 1. HTML tags */

BODY
{
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.7em;	
	text-align: center;
	background-color: #999999;
	color: #000000;
}

A
{
	color: #003399;
	font-weight: 700;
	text-decoration: none;
}

A:hover
{
	color: #f99712;
	font-weight: 700;	
	text-decoration: underline;
}

SELECT
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 1em;	
}

P
{
	line-height: 1.4em;
}

IMG
{
	border-width: 0px;
}

H1, H2, H3, H4 
{
	margin: 0;
	/*font-family: Tahoma, Arial, Helvetica, Sans-serif;*/
	font-family: Georgia, Times, serif;
	font-weight: 700;
	color: #722434;
	padding-top: 10px;
	padding-bottom: 5px;	
}

H1
{
	font-size: 1.4em;
}

H2
{
	font-size: 1.2em;
}

H3
{
	font-size: 1.1em;
}

TH
{
	padding: 2px 4px 2px 4px;
}

H1 a
{
	color: #1A9151;
}

CAPTION
{
	background-color: #f0e8d9; /*240,232,217*/
	border: solid 1px #e7d1bc; /*231,209,188*/
	color: #666666;
	font-weight: 700;
	font-variant: small-caps;
	letter-spacing: 0.2em;
	padding: 3px;
}

/* article body style */
.bodyText
{
	line-height: 1.4em;
}

/* EditArticle FreeTextBox body style */
.designModeBodyText
{
	text-align: justify;
	background-color: #FFFFFF;
	line-height: 1.4em;
}

