/*
===============================================================================
the font attributes:
font: <font-style> <font-variant> <font-weight> <font-size> <font-family>

where:
font-style: normal | italic | oblique
font-variant: normal | small-caps
font-weight: normal | bold | bolder | lighter
===============================================================================
*/
BODY {
	scrollbar-base-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #993333;
		}


p, div, span, td, dl, li, textarea, input, select, option, .normal
{
	font: normal normal normal 14px arial, verdana, geneva, arial, helvetica, sans-serif;
	color: #000000;
}

b
{
	font-weight: normal;
	color: #333333;
}

i
{
	font-style: italic
}


/*
===============================================================================
Headers
===============================================================================
*/

h1, .h1
{
	font-size: 17px;
	font-weight: normal;
	color: #7A2F2F;
}

h2, .h2
{
	font-size: 15px;
	font-weight: normal;
	color: #7A2F2F;
}

h3, .h3
{
	font-size: 14px;
	font-weight: normal;
	font-variant: italic;
}

h4, .h4
{
	font-weight: normal;
}

th
{
	font-size: 14px;
	font-weight: normal;
	color: #444444;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

textarea
{
	width: 100%;
}

/*
===============================================================================
Useful Text Classes
===============================================================================
*/

.small
{
	font-size: smaller;
}

.error, a.error:visited, a.error:link
{
	color: red;
}


/*
===============================================================================
The links in normal text
===============================================================================
*/

a:link
{
	text-decoration: underline;
	color: black;
}

a:visited
{
	text-decoration: underline;
	color: #000000;
}

a:hover
{
	text-decoration: underline;
	color: #000000;
}

/*
===============================================================================
The links (and text) in the menu
===============================================================================
*/

a.menu:link, a.menu:visited
{
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

a.menu:hover
{
	font-size: 15px;
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
}

/* submenu items */

a.submenu:link, a.submenu:visited
{
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #000000; /* #000000; */
}

a.submenu:hover
{
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
}

/* highlight the active page in the menu */

.activemenu
{
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #833C48;
	background-color: E3B8BD;
}

/*
===============================================================================
Layout classes
===============================================================================
*/

.rightimage
{
	padding-bottom: 8px;
	padding-left: 10px;
}
