/* ************************************************************************************ */
/* Content of former inline CSS															*/

a:hover		{ color: #666666; }
a:link		{ color: #CC0000; }
a:visited	{ color: #666666; }

.style1		{ color: #FFFFFF;	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-large; }
.style8		{ font-size: 12px; }
.style5		{ font-size: large; }
.style7		{ font-size: 16px; }
.style10	{ font-size: 12px; }

/* ************************************************************************************ */
/* Content of: <link rel="stylesheet" href="stylesheet.css" type="text/css">			*/
.cellpadding	{ padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; }

/* ************************************************************************************ */
/* Content of: <link href="assets/stylesheet.css" rel="stylesheet" type="text/css">		*/
.gradientleft	{ background-image:  url("/images/gradient_left.gif"); width: 15px; background-position: right; }
.gradientright	{ background-image:  url("/images/gradient_right.gif"); width: 15px; background-position: left; }
.whatsnew		{ padding: 5px; }

/* ************************************************************************************ */
/* Used by Framework */
BODY			{ margin: 0px; padding: 0px; background-image: url('/images/background.gif'); }
DIV.Page		{ text-align: center; }
TABLE.Page		{ width: 930px; background-color: white; }
TD.Top			{ background-color: #990000; height: 30px; }
TD.Menu			{ }
TD.Menu H5		{ text-align: center; font: italic 26pt Times; color: #C0C0C0; margin: 10px; }
TD.LeftSide		{ width: 265px; vertical-align: top; text-align: center; }
TD.LeftSide DIV	{ margin-bottom: 20px; }
TD.Content		{ padding: 7px; text-align: left; background-color: white; vertical-align: top; }
TD.Content,
P, LI, DD		{ font-family: Arial, Helvetica; font-size: 10pt; }
H3				{ font-family: Arial, Helvetica; font-size: 12pt; }

TABLE.Menu100		{ width: 100%; border-top: 2px solid #95999A; }
TABLE.Menu100 TD	{ background-color: #9B0101; font-family: Arial,Helvetica; font-size: 9pt; text-align: center; font-weight: bold; }
TD.Menu100			{ border-left: 2px solid #95999A; padding: 10px 0px; }

A.Menu100,
A.Menu100:Link,
A.Menu100:Active,
A.Menu100:Visited	{ color: #FFFFFF; text-decoration: none; }
A.Menu100:Hover		{ color: #FFFF00; text-decoration: underline; }

TD.Footer		{ vertical-align: top; text-align: center; background-color: #9A0000; }
TD.Footer P		{ font: bold 10pt Verdana,Helvetica; color: white; padding: 0px; margin: 10px; }
IMG.x				{ border-width: 0px; }

/* ************************************************************************************ */
/* Content of 4 main pages on home page													*/
H2		{ font-family: Arial, Helvetica; font-size: 14pt; font-style: italic; margin: 10px 0px 0px 0px; }
UL		{ margin: 0px 15px; padding: 0px 15px; }
DT		{ font-weight: bold; font-size: 10pt; text-decoration: underline; }