/*
//-------------------------------------------------------------------------------------------------------------------------------------------------
// Copyright (c) 2008 rtePad Rich Text Editor Version 1.4 (Standard License)
//-------------------------------------------------------------------------------------------------------------------------------------------------
// This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising 
// from the use of this software.
//-------------------------------------------------------------------------------------------------------------------------------------------------
// Permission is granted to use this software, subject to the following restrictions:
//-------------------------------------------------------------------------------------------------------------------------------------------------
// 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software.
// 2. You are permitted to redistribute rtePad as part of a larger product.
// 3. The rtePad trademark cannot be used to endorse or promote products derived from this software without specific prior written permission.
// 4. All copyright notices in the source code must remain intact and unaltered.
// 5. rtePad Standard License permits you 'the license holder' to install rtePad on 1 to 3 domain names only.
// 6. If you are found to be violating these terms we reserve the right to cancel your access to the customer support area.
//-------------------------------------------------------------------------------------------------------------------------------------------------
*/
.rteContainer
{
	border:1px solid #B5C4DD;
	background-color:#FFFFFF;
}
.rteBg
{
	background-image:url(../images/bg.png);
	height:26px;
	height:26px;
}
.rteStart
{
	background-image:url(../images/start.png);
	width:9px;
	height:26px;
	float:left;
}
.rteSeperator
{
	background-image:url(../images/seperator.png);
	width:9px;
	height:26px;
	float:left;
}
.rteSpacer
{
	background-image:url(../images/bg.png);
	width:1px;
	height:26px;
	float:left;
}
.rteBoldOn
{
	background-image:url(../images/bold_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rteBoldNormal
{
	background-image:url(../images/bold.png);
	width:22px;
	height:26px;
	float:left;
}
.rteBoldOver
{
	background-image:url(../images/bold_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rteItalicOn
{
	background-image:url(../images/italic_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rteItalicNormal
{
	background-image:url(../images/italic.png);
	width:22px;
	height:26px;
	float:left;
}
.rteItalicOver
{
	background-image:url(../images/italic_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rteUnderlineOn
{
	background-image:url(../images/underline_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rteUnderlineNormal
{
	background-image:url(../images/underline.png);
	width:22px;
	height:26px;
	float:left;
}
.rteUnderlineOver
{
	background-image:url(../images/underline_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rteLeftAlignOn
{
	background-image:url(../images/leftalign_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rteLeftAlignNormal
{
	background-image:url(../images/leftalign.png);
	width:22px;
	height:26px;
	float:left;
}
.rteLeftAlignOver
{
	background-image:url(../images/leftalign_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rteCenterAlignOn
{
	background-image:url(../images/centeralign_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rteCenterAlignNormal
{
	background-image:url(../images/centeralign.png);
	width:22px;
	height:26px;
	float:left;
}
.rteCenterAlignOver
{
	background-image:url(../images/centeralign_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rteRightAlignOn
{
	background-image:url(../images/rightalign_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rteRightAlignNormal
{
	background-image:url(../images/rightalign.png);
	width:22px;
	height:26px;
	float:left;
}
.rteRightAlignOver
{
	background-image:url(../images/rightalign_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rteFullAlignOn
{
	background-image:url(../images/justifyalign_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rteFullAlignNormal
{
	background-image:url(../images/justifyalign.png);
	width:22px;
	height:26px;
	float:left;
}
.rteFullAlignOver
{
	background-image:url(../images/justifyalign_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rteUnorderedListOn
{
	background-image:url(../images/unorderedlist_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rteUnorderedListNormal
{
	background-image:url(../images/unorderedlist.png);
	width:22px;
	height:26px;
	float:left;
}
.rteUnorderedListOver
{
	background-image:url(../images/unorderedlist_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rteOrderedListOn
{
	background-image:url(../images/orderedlist_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rteOrderedListNormal
{
	background-image:url(../images/orderedlist.png);
	width:22px;
	height:26px;
	float:left;
}
.rteOrderedListOver
{
	background-image:url(../images/orderedlist_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rteLeftMarginOn
{
	background-image:url(../images/outdent_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rteLeftMarginNormal
{
	background-image:url(../images/outdent.png);
	width:22px;
	height:26px;
	float:left;
}
.rteLeftMarginOver
{
	background-image:url(../images/outdent_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rteRightMarginOn
{
	background-image:url(../images/indent_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rteRightMarginNormal
{
	background-image:url(../images/indent.png);
	width:22px;
	height:26px;
	float:left;
}
.rteRightMarginOver
{
	background-image:url(../images/indent_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertLinkOn
{
	background-image:url(../images/link_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertLinkNormal
{
	background-image:url(../images/link.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertLinkOver
{
	background-image:url(../images/link_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertImageOn
{
	background-image:url(../images/image_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertImageNormal
{
	background-image:url(../images/image.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertImageOver
{
	background-image:url(../images/image_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rteStrikeThroughOn
{
	background-image:url(../images/strikethrough_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rteStrikeThroughNormal
{
	background-image:url(../images/strikethrough.png);
	width:22px;
	height:26px;
	float:left;
}
.rteStrikeThroughOver
{
	background-image:url(../images/strikethrough_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rteHorizontalRuleOn
{
	background-image:url(../images/horizontalrule_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rteHorizontalRuleNormal
{
	background-image:url(../images/horizontalrule.png);
	width:22px;
	height:26px;
	float:left;
}
.rteHorizontalRuleOver
{
	background-image:url(../images/horizontalrule_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rteSuperScriptOn
{
	background-image:url(../images/superscript_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rteSuperScriptNormal
{
	background-image:url(../images/superscript.png);
	width:22px;
	height:26px;
	float:left;
}
.rteSuperScriptOver
{
	background-image:url(../images/superscript_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rteSubScriptOn
{
	background-image:url(../images/subscript_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rteSubScriptNormal
{
	background-image:url(../images/subscript.png);
	width:22px;
	height:26px;
	float:left;
}
.rteSubScriptOver
{
	background-image:url(../images/subscript_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rteRemoveHyperLinkOn
{
	background-image:url(../images/unlink_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rteRemoveHyperLinkNormal
{
	background-image:url(../images/unlink.png);
	width:22px;
	height:26px;
	float:left;
}
.rteRemoveHyperLinkOver
{
	background-image:url(../images/unlink_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rteRemoveFormattingOn
{
	background-image:url(../images/format_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rteRemoveFormattingNormal
{
	background-image:url(../images/format.png);
	width:22px;
	height:26px;
	float:left;
}
.rteRemoveFormattingOver
{
	background-image:url(../images/format_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertTableOn
{
	background-image:url(../images/inserttable_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertTableNormal
{
	background-image:url(../images/inserttable.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertTableOver
{
	background-image:url(../images/inserttable_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rteUndoOn
{
	background-image:url(../images/undo_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rteUndoNormal
{
	background-image:url(../images/undo.png);
	width:22px;
	height:26px;
	float:left;
}
.rteUndoOver
{
	background-image:url(../images/undo_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rteRedoOn
{
	background-image:url(../images/redo_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rteRedoNormal
{
	background-image:url(../images/redo.png);
	width:22px;
	height:26px;
	float:left;
}
.rteRedoOver
{
	background-image:url(../images/redo_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertFormOn
{
	background-image:url(../images/form_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertFormNormal
{
	background-image:url(../images/form.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertFormOver
{
	background-image:url(../images/form_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertCheckBoxOn
{
	background-image:url(../images/checkbox_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertCheckBoxNormal
{
	background-image:url(../images/checkbox.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertCheckBoxOver
{
	background-image:url(../images/checkbox_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertRadioButtonOn
{
	background-image:url(../images/radiobutton_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertRadioButtonNormal
{
	background-image:url(../images/radiobutton.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertRadioButtonOver
{
	background-image:url(../images/radiobutton_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertTextAreaOn
{
	background-image:url(../images/textarea_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertTextAreaNormal
{
	background-image:url(../images/textarea.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertTextAreaOver
{
	background-image:url(../images/textarea_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertSubmitButtonOn
{
	background-image:url(../images/submitbutton_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertSubmitButtonNormal
{
	background-image:url(../images/submitbutton.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertSubmitButtonOver
{
	background-image:url(../images/submitbutton_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertImageSubmitButtonOn
{
	background-image:url(../images/imagebutton_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertImageSubmitButtonNormal
{
	background-image:url(../images/imagebutton.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertImageSubmitButtonOver
{
	background-image:url(../images/imagebutton_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertResetButtonOn
{
	background-image:url(../images/resetbutton_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertResetButtonNormal
{
	background-image:url(../images/resetbutton.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertResetButtonOver
{
	background-image:url(../images/resetbutton_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertHiddenFieldOn
{
	background-image:url(../images/hiddenfield_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertHiddenFieldNormal
{
	background-image:url(../images/hiddenfield.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertHiddenFieldOver
{
	background-image:url(../images/hiddenfield_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertPasswordFieldOn
{
	background-image:url(../images/passwordfield_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertPasswordFieldNormal
{
	background-image:url(../images/passwordfield.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertPasswordFieldOver
{
	background-image:url(../images/passwordfield_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertTextFieldOn
{
	background-image:url(../images/textfield_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertTextFieldNormal
{
	background-image:url(../images/textfield.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertTextFieldOver
{
	background-image:url(../images/textfield_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rtePrintOn
{
	background-image:url(../images/print_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rtePrintNormal
{
	background-image:url(../images/print.png);
	width:22px;
	height:26px;
	float:left;
}
.rtePrintOver
{
	background-image:url(../images/print_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rteSelectAllOn
{
	background-image:url(../images/selectall_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rteSelectAllNormal
{
	background-image:url(../images/selectall.png);
	width:22px;
	height:26px;
	float:left;
}
.rteSelectAllOver
{
	background-image:url(../images/selectall_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rteCutOn
{
	background-image:url(../images/cut_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rteCutNormal
{
	background-image:url(../images/cut.png);
	width:22px;
	height:26px;
	float:left;
}
.rteCutOver
{
	background-image:url(../images/cut_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rteCopyOn
{
	background-image:url(../images/copy_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rteCopyNormal
{
	background-image:url(../images/copy.png);
	width:22px;
	height:26px;
	float:left;
}
.rteCopyOver
{
	background-image:url(../images/copy_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rtePasteOn
{
	background-image:url(../images/paste_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rtePasteNormal
{
	background-image:url(../images/paste.png);
	width:22px;
	height:26px;
	float:left;
}
.rtePasteOver
{
	background-image:url(../images/paste_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertTableColumnLeftOn
{
	background-image:url(../images/tableinsertcolumnbefore_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertTableColumnLeftNormal
{
	background-image:url(../images/tableinsertcolumnbefore.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertTableColumnLeftOff
{
	background-image:url(../images/tableinsertcolumnbefore_off.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertTableColumnLeftOver
{
	background-image:url(../images/tableinsertcolumnbefore_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertTableColumnRightOn
{
	background-image:url(../images/tableinsertcolumnafter_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertTableColumnRightNormal
{
	background-image:url(../images/tableinsertcolumnafter.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertTableColumnRightOff
{
	background-image:url(../images/tableinsertcolumnafter_off.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertTableColumnRightOver
{
	background-image:url(../images/tableinsertcolumnafter_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertTableRowAboveOn
{
	background-image:url(../images/tableinsertrowabove_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertTableRowAboveNormal
{
	background-image:url(../images/tableinsertrowabove.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertTableRowAboveOff
{
	background-image:url(../images/tableinsertrowabove_off.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertTableRowAboveOver
{
	background-image:url(../images/tableinsertrowabove_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertTableRowBelowOn
{
	background-image:url(../images/tableinsertrowbelow_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertTableRowBelowNormal
{
	background-image:url(../images/tableinsertrowbelow.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertTableRowBelowOff
{
	background-image:url(../images/tableinsertrowbelow_off.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertTableRowBelowOver
{
	background-image:url(../images/tableinsertrowbelow_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rteDeleteTableColumnOn
{
	background-image:url(../images/tabledeletecolumn_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rteDeleteTableColumnNormal
{
	background-image:url(../images/tabledeletecolumn.png);
	width:22px;
	height:26px;
	float:left;
}
.rteDeleteTableColumnOff
{
	background-image:url(../images/tabledeletecolumn_off.png);
	width:22px;
	height:26px;
	float:left;
}
.rteDeleteTableColumnOver
{
	background-image:url(../images/tabledeletecolumn_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rteDeleteTableRowOn
{
	background-image:url(../images/tabledeleterow_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rteDeleteTableRowNormal
{
	background-image:url(../images/tabledeleterow.png);
	width:22px;
	height:26px;
	float:left;
}
.rteDeleteTableRowOff
{
	background-image:url(../images/tabledeleterow_off.png);
	width:22px;
	height:26px;
	float:left;
}
.rteDeleteTableRowOver
{
	background-image:url(../images/tabledeleterow_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertFlashOn
{
	background-image:url(../images/flash_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertFlashNormal
{
	background-image:url(../images/flash.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertFlashOver
{
	background-image:url(../images/flash_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rteFindOn
{
	background-image:url(../images/find_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rteFindNormal
{
	background-image:url(../images/find.png);
	width:22px;
	height:26px;
	float:left;
}
.rteFindOver
{
	background-image:url(../images/find_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rteFindAndReplaceOn
{
	background-image:url(../images/replace_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rteFindAndReplaceNormal
{
	background-image:url(../images/replace.png);
	width:22px;
	height:26px;
	float:left;
}
.rteFindAndReplaceOver
{
	background-image:url(../images/replace_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rtePasteAsTextOn
{
	background-image:url(../images/pastetext_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rtePasteAsTextNormal
{
	background-image:url(../images/pastetext.png);
	width:22px;
	height:26px;
	float:left;
}
.rtePasteAsTextOver
{
	background-image:url(../images/pastetext_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rteDateTimeOn
{
	background-image:url(../images/insertdatetime_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rteDateTimeNormal
{
	background-image:url(../images/insertdatetime.png);
	width:22px;
	height:26px;
	float:left;
}
.rteDateTimeOver
{
	background-image:url(../images/insertdatetime_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rteNewDocumentOn
{
	background-image:url(../images/newdocument_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rteNewDocumentNormal
{
	background-image:url(../images/newdocument.png);
	width:22px;
	height:26px;
	float:left;
}
.rteNewDocumentOver
{
	background-image:url(../images/newdocument_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rteOpenDocumentOn
{
	background-image:url(../images/opendocument_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rteOpenDocumentNormal
{
	background-image:url(../images/opendocument.png);
	width:22px;
	height:26px;
	float:left;
}
.rteOpenDocumentOver
{
	background-image:url(../images/opendocument_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rteSaveDocumentOn
{
	background-image:url(../images/savedocument_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rteSaveDocumentNormal
{
	background-image:url(../images/savedocument.png);
	width:22px;
	height:26px;
	float:left;
}
.rteSaveDocumentOver
{
	background-image:url(../images/savedocument_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rteSpellCheckOn
{
	background-image:url(../images/spellcheck_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rteSpellCheckNormal
{
	background-image:url(../images/spellcheck.png);
	width:22px;
	height:26px;
	float:left;
}
.rteSpellCheckOver
{
	background-image:url(../images/spellcheck_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rteCharacterMapOn
{
	background-image:url(../images/charactermap_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rteCharacterMapNormal
{
	background-image:url(../images/charactermap.png);
	width:22px;
	height:26px;
	float:left;
}
.rteCharacterMapOver
{
	background-image:url(../images/charactermap_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rteHighlightOn
{
	background-image:url(../images/highlightcolor_down.png);
	width:34px;
	height:26px;
	float:left;
}
.rteHighlightNormal
{
	background-image:url(../images/highlightcolor.png);
	width:34px;
	height:26px;
	float:left;
}
.rteHighlightOver
{
	background-image:url(../images/highlightcolor_over.png);
	width:34px;
	height:26px;
	float:left;
}
.rteAnchorOn
{
	background-image:url(../images/anchor_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rteAnchorNormal
{
	background-image:url(../images/anchor.png);
	width:22px;
	height:26px;
	float:left;
}
.rteAnchorOver
{
	background-image:url(../images/anchor_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rteFullScreenOn
{
	background-image:url(../images/fullscreen_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rteFullScreenNormal
{
	background-image:url(../images/fullscreen.png);
	width:22px;
	height:26px;
	float:left;
}
.rteFullScreenOver
{
	background-image:url(../images/fullscreen_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertSoundOn
{
	background-image:url(../images/sound_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertSoundNormal
{
	background-image:url(../images/sound.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertSoundOver
{
	background-image:url(../images/sound_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertVideoOn
{
	background-image:url(../images/video_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertVideoNormal
{
	background-image:url(../images/video.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertVideoOver
{
	background-image:url(../images/video_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertIframeOn
{
	background-image:url(../images/iframe_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertIframeNormal
{
	background-image:url(../images/iframe.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertIframeOver
{
	background-image:url(../images/iframe_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rtePasteFromWordOn
{
	background-image:url(../images/pasteword_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rtePasteFromWordNormal
{
	background-image:url(../images/pasteword.png);
	width:22px;
	height:26px;
	float:left;
}
.rtePasteFromWordOver
{
	background-image:url(../images/pasteword_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertTemplateOn
{
	background-image:url(../images/templates_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertTemplateNormal
{
	background-image:url(../images/templates.png);
	width:22px;
	height:26px;
	float:left;
}
.rteInsertTemplateOver
{
	background-image:url(../images/templates_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rteHeaderContainerNormal
{
	background-image:url(../images/dropdown_large.png);
	width:136px;
	line-height:24px;
	float:left;
}
.rteHeaderContainerOver
{
	background-image:url(../images/dropdown_large_over.png);
	width:136px;
	line-height:24px;
	float:left;
}
.rteHeaderContainerDown
{
	background-image:url(../images/dropdown_large_down.png);
	width:136px;
	line-height:24px;
	float:left;
}
.rteHeaderDropDown
{
	position:absolute;
	margin-top:24px;
	width:134px;
	background-color:#FFFFFF;
	border-left:1px solid #B5C4DD;
	border-right:1px solid #B5C4DD;
	border-bottom:1px solid #B5C4DD;
}
.rteHeaderContainerText
{
	font-size:11px;
	font-family:Arial;
	padding-left:3px;
	float:left;
}
.rteFontContainerNormal
{
	background-image:url(../images/dropdown_large.png);
	width:136px;
	line-height:24px;
	float:left;
}
.rteFontContainerOver
{
	background-image:url(../images/dropdown_large_over.png);
	width:136px;
	line-height:24px;
	float:left;
}
.rteFontContainerDown
{
	background-image:url(../images/dropdown_large_down.png);
	width:136px;
	line-height:24px;
	float:left;
}
.rteFontDropDown
{
	position:absolute;
	margin-top:24px;
	width:134px;
	background-color:#FFFFFF;
	border-left:1px solid #B5C4DD;
	border-right:1px solid #B5C4DD;
	border-bottom:1px solid #B5C4DD;
}
.rteFontContainerText
{
	font-size:11px;
	font-family:Arial;
	padding-left:3px;
	float:left;
}
.rteSizeContainerNormal
{
	background-image:url(../images/dropdown_small.png);
	width:43px;
	line-height:24px;
	float:left;
}
.rteSizeContainerOver
{
	background-image:url(../images/dropdown_small_over.png);
	width:43px;
	line-height:24px;
	float:left;
}
.rteSizeContainerDown
{
	background-image:url(../images/dropdown_small_down.png);
	width:43px;
	line-height:24px;
	float:left;
}
.rteSizeContainerText
{
	font-size:11px;
	font-family:Arial;
	padding-left:3px;
	float:left;
}
.rteColorDropDown
{
	position:absolute;
	margin-top:23px;
	width:174px;
	height:147px;
	background-color:#FFFFFF;
	border-left:1px solid #B5C4DD;
	border-right:1px solid #B5C4DD;
	border-bottom:1px solid #B5C4DD;
	border-top:1px solid #B5C4DD;
}
.rteSizeDropDown
{
	position:absolute;
	margin-top:24px;
	width:41px;
	background-color:#FFFFFF;
	border-left:1px solid #B5C4DD;
	border-right:1px solid #B5C4DD;
	border-bottom:1px solid #B5C4DD;
}
.rteHeaderMenuNormal
{
	background-image:url(../images/dropdown_bg.png);
	background-position:center;
	background-repeat: no-repeat;
	padding-top:1px;
	padding-bottom:1px;
	line-height:24px;
	font-size:12px;
	font-family:Arial;
	padding-left:4px;
	width:auto;
	cursor:default;
	color:#000000;
}
.rteHeaderMenuOver
{
	background-image:url(../images/dropdown_bg_over.png);
	background-position:center;
	background-repeat: no-repeat;
	padding-top:1px;
	padding-bottom:1px;
	line-height:24px;
	font-size:12px;
	font-family:Arial;
	padding-left:4px;
	padding-left:4px;
	width:auto;
	cursor:default;
	color:#000000;
}
.rteFontMenuNormal
{
	background-image:url(../images/dropdown_bg_font.png);
	background-position:center;
	background-repeat: no-repeat;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:24px;
	line-height:24px;
	font-size:12px;
	width:auto;
	cursor:default;
	color:#000000;
}
.rteFontMenuOver
{
	background-image:url(../images/dropdown_bg_font_over.png);
	background-position:center;
	background-repeat: no-repeat;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:24px;
	line-height:24px;
	font-size:12px;
	width:auto;
	cursor:default;
	color:#000000;
}
.rteSizeMenuNormal
{
	background-image:url(../images/dropdown_bg_small.png);
	background-position:center;
	background-repeat: no-repeat;
	padding-top:1px;
	padding-bottom:1px;
	line-height:24px;
	font-size:12px;
	font-family:Arial;
	padding-left:4px;
	width:auto;
	cursor:default;
	color:#000000;
}
.rteSizeMenuOver
{
	background-image:url(../images/dropdown_bg_small_over.png);
	background-position:center;
	background-repeat: no-repeat;
	padding-top:1px;
	padding-bottom:1px;
	line-height:24px;
	font-size:12px;
	font-family:Arial;
	padding-left:4px;
	padding-left:4px;
	width:auto;
	cursor:default;
	color:#000000;
}
.rteFontColorOn
{
	background-image:url(../images/fontcolor_down.png);
	width:34px;
	height:26px;
	float:left;
}
.rteFontColorNormal
{
	background-image:url(../images/fontcolor.png);
	width:34px;
	height:26px;
	float:left;
}
.rteFontColorOver
{
	background-image:url(../images/fontcolor_over.png);
	width:34px;
	height:26px;
	float:left;
}

.rteHighlightTextOn
{
	background-image:url(../images/highlightcolor_down.png);
	width:34px;
	height:26px;
	float:left;
}
.rteHighlightTextNormal
{
	background-image:url(../images/highlightcolor.png);
	width:34px;
	height:26px;
	float:left;
}
.rteHighlightTextOver
{
	background-image:url(../images/highlightcolor_over.png);
	width:34px;
	height:26px;
	float:left;
}

.rteIncFontSizeOn
{
	background-image:url(../images/fontbig_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rteIncFontSizeNormal
{
	background-image:url(../images/fontbig.png);
	width:22px;
	height:26px;
	float:left;
}
.rteIncFontSizeOver
{
	background-image:url(../images/fontbig_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rteDecFontSizeOn
{
	background-image:url(../images/fontsmall_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rteDecFontSizeNormal
{
	background-image:url(../images/fontsmall.png);
	width:22px;
	height:26px;
	float:left;
}
.rteDecFontSizeOver
{
	background-image:url(../images/fontsmall_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rteEditTableOn
{
	background-image:url(../images/tableproperties_down.png);
	width:22px;
	height:26px;
	float:left;
}
.rteEditTableNormal
{
	background-image:url(../images/tableproperties.png);
	width:22px;
	height:26px;
	float:left;
}
.rteEditTableOver
{
	background-image:url(../images/tableproperties_over.png);
	width:22px;
	height:26px;
	float:left;
}
.rteEditTableOff
{
	background-image:url(../images/tableproperties_off.png);
	width:22px;
	height:26px;
	float:left;
}
.rteBottomBar
{
	background-image:url(../images/bg2.png);
	height:22px;
}
.rteDesignOn
{
	background-image:url(../images/design_down.png);
	width:18px;
	height:22px;
	float:left;
}
.rteCodeOn
{
	background-image:url(../images/code_down.png);
	width:18px;
	height:22px;
	float:left;
}
.rtePreviewOn
{
	background-image:url(../images/preview_down.png);
	width:18px;
	height:22px;
	float:left;
}
.rteDesignOver
{
	background-image:url(../images/design_over.png);
	width:18px;
	height:22px;
	float:left;
}
.rteCodeOver
{
	background-image:url(../images/code_over.png);
	width:18px;
	height:22px;
	float:left;
}
.rtePreviewOver
{
	background-image:url(../images/preview_over.png);
	width:18px;
	height:22px;
	float:left;
}
.rteDesignNormal
{
	background-image:url(../images/design.png);
	width:18px;
	height:22px;
	float:left;
}
.rteCodeNormal
{
	background-image:url(../images/code.png);
	width:18px;
	height:22px;
	float:left;
}
.rtePreviewNormal
{
	background-image:url(../images/preview.png);
	width:18px;
	height:22px;
	float:left;
}
.rteColorBlock
{
	width:11px;
	line-height:11px;
	cursor: default;
	height:11px;
}
.rteColorOver
{
	background-image:url(../images/colorover.png);
	width:11px;
	height:11px;
	line-height:11px;
	cursor: default;
}
.rteColorThemesBar
{
	background-image:url(../images/colorbar1.png);
	width:174px;
	height:19px;
}
.rteColorStandardBar
{
	background-image:url(../images/colorbar2.png);
	width:174px;
	height:19px;
}
.rteColorBarDefault
{
	width:16px;
	height:4px;
	line-height:4px;
	margin-left:3px;
	margin-top:17px;
}
.rtePopUpBody
{
	background-color:#BFDBFF;
	font-family:Arial;
	font-size:11px;
	color:#15429E;
	padding-top:20px;
}
.rtePopUpFloat
{
	float:left;
}
.rtePopUpFormLeft
{
	float:left;
	width:55%;
	padding-left:5px;
	padding-top:5px;
}
.rtePopUpFormRight
{
	float:left;
	padding-top:5px;
	width:40%;
}
.rtePopUpClear
{
	clear:both;
}
.rtePopUpTabContainer
{
	padding-left:10px;
	position:absolute;
	margin-top:-19px;
}
.rtePopUpTabLeft
{
	background-image:url(../images/tab_left.png);
	height:20px;
	background-repeat:no-repeat;
	width:5px;
	float:left;
}
.rtePopUpTabMiddle
{
	background-image:url(../images/tab_middle.png);
	line-height:20px;
	background-repeat:repeat-x;
	float:left;
	font-family:Arial;
	font-size:11px;
}
.rtePopUpTabRight
{
	background-image:url(../images/tab_right.png);
	height:20px;
	background-repeat:no-repeat;
	width:5px;
	float:left;
}
.rtePopUpBoxTop
{
	background-image:url(../images/top.png);
	line-height:5px;
	*height:5px;
	background-repeat:repeat-x;
}
.rtePopUpBoxMiddle
{
	background-color:#DFEEF8;
}
.rtePopUpBoxRight
{
	background-image:url(../images/right.png);
	background-repeat:repeat-y;
	float:right;
	width:5px;
}
.rtePopUpBoxBottom
{
	background-image:url(../images/bottom.png);
	height:5px;
	line-height:5px;
	background-repeat:repeat-x;
}
.rtePopUpBoxLeft
{
	background-image:url(../images/left.png);
	background-repeat:repeat-y;
	float:left;
	width:5px;
}
.rtePopUpBoxCorner1
{
	background-image:url(../images/corner_1.png);
	height:5px;
	line-height:5px;
	width:5px;
	background-repeat:no-repeat;
	float:left;
}
.rtePopUpBoxCorner2
{
	background-image:url(../images/corner_2.png);
	height:5px;
	line-height:5px;
	width:5px;
	background-repeat:no-repeat;
	float:right;
}
.rtePopUpBoxCorner3
{
	background-image:url(../images/corner_3.png);
	height:5px;
	width:5px;
	background-repeat:no-repeat;
	float:left;
}
.rtePopUpBoxCorner4
{
	background-image:url(../images/corner_4.png);
	height:5px;
	width:5px;
	background-repeat:no-repeat;
	float:right;
}
.rtePopUpInput
{
	font-family:Arial;
	font-size:11px;
	color:#15429E;
	border:1px solid #15429E;
}
.rtePopUpButton
{
	font-family:Arial;
	font-size:11px;
	color:#15429E;
	border:1px solid #15429E;
	background-color:transparent;
}
.rtePopUpSelect
{
	font-family:Arial;
	font-size:11px;
	color:#15429E;
	background-color: #FFFFFF;
	border:1px solid #15429E;
}
.rtePopUpTextArea
{
	font-family:Arial;
	font-size:11px;
	color:#15429E;
	border:1px solid #15429E;
}
.rteCurrentChar
{
	width:18px;
	height:18px;
	border:1px solid #FF0000;
}
.rteNonCurrentChar
{
	width:18px;
	height:18px;
	border:1px solid #DFEEF8;
}
a.rteCharMenu:link
{
	color:#15429E;
	text-decoration:none;
}
a.rteCharMenu:active
{
	color:#15429E;
	text-decoration:none;
}
a.rteCharMenu:hover
{
	color:#15429E;
	text-decoration:none;
}
a.rteCharMenu:visited
{
	color:#15429E;
	text-decoration:none;
}
.rtePopUpIFRAME
{
	width:180px;
	height:130px;
	background-color:#FFFFFF;
	border:1px solid #15429E;
}



BODY { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; font-size: x-small; background-color: rgb(255,255,255); SCROLLBAR-BASE-COLOR: #404040; SCROLLBAR-ARROW-COLOR: #FFFFFF;}
 A:active { color: rgb(51,102,255); font-weight: bold; text-decoration: none ;}
 A:link { color: rgb(51,102,255); font-weight: bold; text-decoration: none ;}
 UL { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif;}
 A:visited { color: rgb(51,102,255); font-weight: bold; text-decoration: none ;}
 .TextObject { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif;}
 H1 { background-color: rgb(255,153,51); padding-left: 10pt; border-top: 1pt solid rgb(178,89,0); padding-right: 10pt; border-bottom: 1pt solid rgb(178,89,0);}
 H2 { background-color: rgb(255,204,102); padding-left: 10pt; border-top: 1pt solid rgb(230,153,0); padding-right: 10pt; border-bottom: 1pt solid rgb(230,153,0);}
 P { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif;}
 H3 { background-color: rgb(255,255,153); padding-left: 10pt; border-top: 1pt solid rgb(255,255,26); padding-right: 10pt; border-bottom: 1pt solid rgb(255,255,26);}
 LI { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif;}
 OL { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif;}
 A { color: rgb(0,0,153); font-weight: bold; text-decoration: none ;}
 H4 { background-color: rgb(255,255,204); padding-left: 10pt; border-top: 1pt solid rgb(255,255,76); padding-right: 10pt; border-bottom: 1pt solid rgb(255,255,76);}
 .TextNavBar { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif;}
 H5 { background-color: rgb(255,255,221); padding-left: 10pt; border-top: 1pt solid rgb(255,255,204); padding-right: 10pt; border-bottom: 1pt solid rgb(255,255,204);}
 H6 { background-color: rgb(255,255,238); padding-left: 10pt; border-top: 1pt solid rgb(255,255,221); padding-right: 10pt; border-bottom: 1pt solid rgb(255,255,221);}
 A:hover { color: rgb(255,255,0); font-weight: bold; text-decoration: none ; background-color: rgb(0,0,153);}
.boxbody { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; font-size: x-small; background-color: rgb(255,255,204); border: 1pt solid rgb(255,102,0); padding: 1pt 5pt; margin-top: 0pt; margin-bottom: 0pt;}
 .blacklink:visited { color: rgb(255,255,0); text-decoration: none ;}
 .tochdrnavmain:active { color: rgb(0,0,153); text-decoration: none ;}
 .TDHeaderDarkRed { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; font-size: 10pt; color: rgb(255,255,0); font-weight: bold; text-align: center; background-color: rgb(102,0,0); padding: 2pt 5pt; border-top: 1pt solid rgb(166,0,0); border-bottom: 1pt solid rgb(166,0,0);}
 .blacklink:active { color: rgb(255,255,0); text-decoration: none ;}
 .sideheader { color: rgb(255,255,0); background-color: rgb(0,0,153); background-image: url("../geomancynetheaderbg.gif");}
 .tochdrnavmain:link { color: rgb(0,0,255);}
 .TDHeaderDarkCyan { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; font-size: 10pt; color: rgb(255,255,0); font-weight: bold; text-align: center; background-color: rgb(0,102,102); padding: 2pt 5pt; border-top: 1pt solid rgb(0,166,83); border-bottom: 1pt solid rgb(0,166,83);}
 .tabletwotone1 { background-color: rgb(255,255,204);}
 .tocnavmain:visited { color: rgb(0,102,0);}
 .tochdrnavmain:visited { color: rgb(0,0,255);}
 .blacklink { color: rgb(255,255,0); font-weight: bold; text-decoration: none ;}
 .tabletwotone2 { background-color: rgb(255,255,153);}
 .tocnavmain { color: rgb(0,102,0); font-weight: bold; text-decoration: none ;}
 .A.tochdrnavmain:link { color: rgb(0,0,255);}
 .sitenavmain { color: rgb(255,255,0); font-weight: bold; text-decoration: none ;}
 .TDHeaderDarkYellow { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; font-size: 10pt; color: rgb(255,255,0); font-weight: bold; text-align: center; background-color: rgb(102,102,0); padding: 2pt 5pt; border-top: 1pt solid rgb(166,166,0); border-bottom: 1pt solid rgb(166,166,0);}
 .TDHeaderDarkRedPurple { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; font-size: 10pt; color: rgb(255,255,0); font-weight: bold; text-align: center; background-color: rgb(102,0,51); padding: 2pt 5pt; border-top: 1pt solid rgb(166,0,83); border-bottom: 1pt solid rgb(166,0,83);}
 .bodytext { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; font-size: 10pt;}
 .A.tocnavmain:visited { color: rgb(0,102,0);}
 .tochdrnavmain { color: rgb(0,0,255); font-weight: bold; text-decoration: none ;}
 .A.tochdrnavmain:visited { color: rgb(0,0,255);}
 .footer { font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif; font-size: xx-small; color: rgb(255,255,255);}
 .tocnavmain:active { color: rgb(0,102,0); text-decoration: none ;}
 .tocnavmain:link { color: rgb(0,102,0);}
 .A.tocnavmain:link { color: rgb(0,102,0);}
 .sitenavmain:visited { color: rgb(255,255,0);}
 .A.sitenavmain:visited { color: rgb(255,255,0);}
 .TDHeaderBlue { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; font-size: 10pt; color: rgb(255,255,0); font-weight: bold; text-align: center; background-color: rgb(51,51,153); padding: 2pt 5pt; border-top: 1pt solid rgb(121,121,210); border-bottom: 1pt solid rgb(121,121,210);}
 .smallheader { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; font-size: x-small;}
 .blacklink:link { color: rgb(255,255,0); text-decoration: none ;}
 .sidecontent { color: rgb(255,255,255); background-color: rgb(51,51,51);}
 .TDHeaderDarkBluePurple { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; font-size: 10pt; color: rgb(255,255,0); font-weight: bold; text-align: center; background-color: rgb(51,0,102); padding: 2pt 5pt; border-top: 1pt solid rgb(83,0,166); border-bottom: 1pt solid rgb(83,0,166);}
 .TDHeaderDarkBlue { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; font-size: 10pt; color: rgb(255,255,0); font-weight: bold; text-align: center; background-color: rgb(0,0,102); padding: 2pt 5pt; border-top: 1pt solid rgb(0,0,166); border-bottom: 1pt solid rgb(0,0,166);}
 .TDHeaderDarkPurple { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; font-size: 10pt; color: rgb(255,255,0); font-weight: bold; text-align: center; background-color: rgb(102,0,102); padding: 2pt 5pt; border-top: 1pt solid rgb(166,0,166); border-bottom: 1pt solid rgb(166,0,166);}
 .tablebodyyellow { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; font-size: x-small; background-color: rgb(255,242,0);}
 .sitenavmain:active { color: rgb(255,255,0); text-decoration: none ;}
 .A.sitenavmain:link { color: rgb(255,255,0);}
 .tabletitleblack { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; font-size: small; color: rgb(255,255,255); font-weight: bold; background-color: rgb(0,0,0);}
 .TDPara { padding-left: 5pt; padding-right: 5pt;}
 .TDRightContent { background-color: rgb(255,255,238); border-left: 1pt solid rgb(255,204,0); border-bottom: 1pt solid rgb(255,204,0);}
 .tdbody { background-color: rgb(204,230,255); border: 1pt solid rgb(102,102,204); padding-left: 5pt; padding-right: 5pt;}
 .tdheader { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; font-size: x-small; color: rgb(255,255,85); font-weight: bold; background-color: rgb(51,51,153); border: 1pt solid rgb(102,102,204); padding: 2pt 5pt;}
 .boxheader { font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif; font-size: x-small; font-weight: bold; background-color: rgb(255,204,0); padding: 1pt 5pt; border-left: 1pt solid rgb(255,102,0); margin-top: 0pt; border-top: 1pt solid rgb(255,102,0); border-right: 1pt solid rgb(255,102,0); margin-bottom: 0pt; width: 50%;}
 .sitenavmain:link { color: rgb(255,255,0);}
 .tocnavmain:hover { color: rgb(255,255,255); background-color: rgb(0,102,0);}
 .blacklink:hover { color: rgb(0,0,0); text-decoration: none ; background-color: rgb(255,255,0);}
 .A.sitenavmain:hover { color: rgb(0,0,0); background-color: rgb(255,255,255);}
 .sitenavmain:hover { color: rgb(0,0,0); background-color: rgb(255,255,255);}
 .tochdrnavmain:hover { color: rgb(255,255,255); background-color: rgb(0,0,255);}
 .A.tochdrnavmain:hover { color: rgb(255,255,255); background-color: rgb(0,0,255);}
 .A.tocnavmain:hover { color: rgb(255,255,255); background-color: rgb(0,102,0);}

a:link { color:#0000FF ; text-decoration:none; font-weight: bold; font-family:Arial,sans-serif; }
a:visited { color:#000099; text-decoration:none; font-weight: bold; font-family:Arial,sans-serif; }
a:active { color:#0000FF; text-decoration:none; font-weight: bold; font-family:Arial,sans-serif; }
a:hover { color:#FFFF00; text-decoration:none; font-weight: bold; font-family:Arial,sans-serif; }

font.menu { font-family:Arial,sans-serif; font-style:normal; font-weight:bold; font-size:11px; color:gray; }
a.menu:link { font-family:Arial,sans-serif; font-style:normal; font-weight:bold; font-size:11px; color:white; text-decoration:none; }
a.menu:visited { font-family:Arial,sans-serif; font-style:normal; font-weight:bold; font-size:11px; color:white; text-decoration:none; }
a.menu:active { font-family:Arial,sans-serif; font-style:normal; font-weight:bold; font-size:11px; color:white; text-decoration:none; }
a.menu:hover { color:yellow; text-decoration:underline; }

.quote {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #444444; line-height: 125%;
	background-color: #DDFFFF; border: #339999; border-style: solid; margin-left: 10px; padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 10px;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px;
}

