A			{ color: #0000FF; text-decoration: none; }
A:link		{ color: #0000FF; text-decoration: none; }
A:visited	{ color: #0000FF; text-decoration: none; }
A:hover		{ color: #FF0000; text-decoration: underline; }

A.linkBlack				{ color: #000000; text-decoration: none; }
A.linkBlack:link		{ color: #000000; text-decoration: none; }
A.linkBlack:visited		{ color: #000000; text-decoration: none; }
A.linkBlack:hover		{ color: #000000; text-decoration: underline; }

A.linkWhite				{ color: #FFFFFF; text-decoration: none; }
A.linkWhite:link		{ color: #FFFFFF; text-decoration: none; }
A.linkWhite:visited		{ color: #FFFFFF; text-decoration: none; }
A.linkWhite:hover		{ color: #FFFFFF; text-decoration: underline; }

A.linkYellow			{ color: #FFFF00; text-decoration: none; }
A.linkYellow:link		{ color: #FFFF00; text-decoration: none; }
A.linkYellow:visited	{ color: #FFFF00; text-decoration: none; }
A.linkYellow:hover		{ color: #FFFF00; text-decoration: underline; }

.tableBorder { border-color: #C1E0FF #1D558D #1D558D #C1E0FF; border-style: solid; border-width: 5px; }
.centerDiv	{ text-align: center; }

.box		{ border-color: #000000; border-style: solid; border-width: 1px; padding: 1px 1px 1px 1px;}

.titleBox { 
	background-color: #cccccc;
	color: #000000;
	font-weight: bold;
	width: 95%;
	border: 1px solid #000000;
	padding: 4px; 
}

.titleText { 
	color: #000000;
	font-weight: bold;
}

.tableMaxWidth	{ border-collapse: collapse; margin: 0px; padding: 0px; width: 100%; }
.divMaxWidth	{ width: 100%; }

.font8pt	{font-size: 0.6em;}
.font9pt	{font-size: 0.7em;}
.font10pt	{font-size: 0.8em;}
.font11pt	{font-size: 0.9em;}
.font12pt	{font-size: 1.0em;}
.font13pt	{font-size: 1.1em;}
.font14pt	{font-size: 1.2em;}
.font15pt	{font-size: 1.3em;}
.font16pt	{font-size: 1.4em;}
.font17pt	{font-size: 1.5em;}
.font18pt	{font-size: 1.6em;}
.font19pt	{font-size: 1.7em;}
.font20pt	{font-size: 1.8em;}
.font21pt	{font-size: 1.9em;}
.font22pt	{font-size: 2.0em;}

.fontWhiteBold	{color: #FFFFFF; font-weight: bold;}
.fontRedBold	{color: #FF0000; font-weight: bold;}
.fontOrangeBold	{color: #FF8000; font-weight: bold;}
.fontYellowBold	{color: #FFFF00; font-weight: bold;}
.fontGreenBold	{color: #008040; font-weight: bold;}
.font10ptBold	{font-size: 0.8em; font-weight: bold;}

.fontBold	{ font-weight: bold; }
.tdLabel	{ font-weight: bold; padding-right: 10px; vertical-align: top; font-size: 0.85em; white-space: nowrap; }
.tdLabelCol	{ font-weight: bold; padding-left: 25px; padding-right: 10px; vertical-align: top; font-size: 0.85em; width: 50%; }
.tdInputCol	{ padding-left: 25px; padding-right: 10px; vertical-align: top; width: 50%; }
.tdIcon		{ padding-right: 0px; width: 22px; }
.tdOption	{ padding-left: 2px; padding-right: 15px; white-space: nowrap; }

.textRight	{ text-align: right; }
.textRight2	{ right: 10px; }
.textCenter	{ text-align: center; }
.textTop	{ vertical-align: top; white-space: nowrap; }

body		{ background-color: #FFFFFF; padding: 1px; font-family: Times New Roman; }
select		{ font-size: 0.70em; }
input		{ font-size: 0.70em; }
pre			{ overflow: auto; white-space: normal; }

.tableOut {
	border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF; 
	border-style: solid; 
	border-width: 5px;
	border-spacing: 0px;
	width: 95%
}

.tableHeader {
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
	padding: 2px;
}

.tableInfo {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 0.9em;
	padding: 1px;
}

.tableInfoRed {
	padding: 1px;
	font-weight: bold;
	color: #FF0000;
}

.tableIn {
	padding: 5px;
	background-color: #C0C0C0;
	color: #000000;
	border: none;
}

.tableContent {
	background-color: #FFFFFF;
	color: #000000;
	border: none;
	padding: 2px;
	display: block;
}

.tableDescription {
	color: #000000;
	font-size: 0.9em;
	padding: 1px;
}

.tableListCategory {
	border: none;
	width: 100%;
	font-weight: bold;
}

.tdCatName {
	width: 95%;
}

.tableListLink {
	background-color: #EEEEEE;
	border: 1px solid #808080;
	border-collapse: collapse;
	font-size: 0.8em;
	width: 100%;
}

.trLabelLink {
	background-color: #808080;
	color: #FFFFFF;
	font-weight: bold;
}

.tableButtonBar {
	white-space: nowrap;
	width: 95%;
}

.textAreaBig {
	width: 95%; 
	font-family: Arial, Helvetica, Verdana;
	font-size: 0.8em;
}

.textAreaSmall {
	font-family: Arial, Helvetica, Verdana;
	font-size: 0.8em;
}

.padding5 {
	padding: 5px;
}

.tabBody {
	background-color: #FFFFFF;
}

.submitButton
{
	font-size: 0.8em; font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #F1F1ED;
	border-style: solid;
	border-width: 1px;
	border-color: #F1F1ED;
	display: inline-block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

A.submitButton:link			{ color: #000000; text-decoration: none; }
A.submitButton:visited		{ color: #000000; text-decoration: none; }
A.submitButton:hover		{ color: #000000; text-decoration: underline; background-color: #F6F6F1; border-color: #CECEC3; }

.submitButtonSmall
{
	font-size: 0.8em; font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #F1F1ED;
	border-style: solid;
	border-width: 1px;
	border-color: #F1F1ED;
	display: inline-block;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

A.submitButtonSmall:link		{ color: #000000; text-decoration: none; }
A.submitButtonSmall:visited		{ color: #000000; text-decoration: none; }
A.submitButtonSmall:hover		{ color: #000000; text-decoration: underline; background-color: #F6F6F1; border-color: #CECEC3; }

.buttonCenter
{
	position: relative;
	left: 45%;
	background-color: #FBF5F5;
	border-style: solid;
	border-width: 1px;
	border-color: #ECECEC #6A6A6A #6A6A6A #ECECEC;
}

.buttonRelative
{
	background-color: #FBF5F5;
	border-style: solid;
	border-width: 1px;
	border-color: #ECECEC #6A6A6A #6A6A6A #ECECEC;
}

.buttonBuy
{
	background-color: #900000;
	border-style: solid;
	border-width: 2px;
	border-color: #C00000 #400000 #400000 #C00000;
}

.submitIcon
{
	font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 1px;
	margin-right: 2px;
	margin-bottom: 1px;
	margin-left: 2px;
}

.submitIcon
{
	font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
	margin-top: 1px;
	margin-right: 2px;
	margin-bottom: 1px;
	margin-left: 2px;
}

.submitBuy
{
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	vertical-align: 25%;
	color: #FFFFFF;
	margin-top: 1px;
	margin-right: 2px;
	margin-bottom: 1px;
	margin-left: 2px;
}

A.submitIcon:link		{ color: #000000; text-decoration: none; }
A.submitIcon:visited	{ color: #000000; text-decoration: none; }
A.submitIcon:hover		{ color: #000000; text-decoration: underline; }

A.submitBuy:link		{ color: #FFFFFF; text-decoration: none; }
A.submitBuy:visited		{ color: #FFFFFF; text-decoration: none; }
A.submitBuy:hover		{ color: #FFFFFF; text-decoration: underline; }

.buttons {
	background: #CCCCCC;
	border: 1px solid #CCCCCC;
	margin: 1;
	float: left;
}

.raise {
	border-top: 1px solid buttonhighlight;
	border-left: 1px solid buttonhighlight;
	border-bottom: 1px solid buttonshadow;
	border-right: 1px solid buttonshadow;
	background: #CCCCCC;
	margin: 1;
	float: left;
}

.press {
	border-top: 1px solid buttonshadow;
	border-left: 1px solid buttonshadow;
	border-bottom: 1px solid buttonhighlight;
	border-right: 1px solid buttonhighlight;
	background: #CCCCCC;
	margin: 1;
	float: left;
}

#toolbarBasic {
	margin: 0px;
	width: 245px;
	padding: 0px;
	height: 24px;
	background-color: #C0C0C0;
	text-align: left;
}

#toolbar {
	margin: 0px;
	width: 396px;
	padding: 0px;
	height: 24px;
	background-color: #C0C0C0;
	text-align: left;
}

A.helpIcon
{
	font-size: 1.1em; font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-top: 1px;
	margin-right: 2px;
	margin-bottom: 1px;
	margin-left: 2px;
	background: #cccccc;
	border: 1px solid #cccccc;
}

A.helpIcon:link 
{ 
	color: #000000; 
	text-decoration: none; 
}

A.helpIcon:visited 
{ 
	color: #000000; 
	text-decoration: none;
}

A.helpIcon:hover 
{
	color: #000000; 
	text-decoration: none; 
	background: #cccccc;
	border-top: 1px solid buttonhighlight;
	border-left: 1px solid buttonhighlight;
	border-bottom: 1px solid buttonshadow;
	border-right: 1px solid buttonshadow;
}

.detailsIcon
{
	background-color: #008000;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px 4px 0px 4px;
	border: 1px solid #000000;
	font-size: 0.85em;
}