.CATSubHeadLarge {

	font-family: tahoma;

	font-size: 16px;

	line-height: 1.3em;

	font-weight:    bold;

	color: #333;
}

.CATNormalLarge {

	color: #333;

	font-family: tahoma;

	font-size: 16px;

	line-height: 1.3em;
}

/*--------------------------------------------------------------*/
/* CSS Definitions for content panes                            */
/*--------------------------------------------------------------*/

TD.Content0 
{
	padding-bottom: 5px;
	font-size: 12px;
	font-color: black;
	padding-left: 5px; 
}

TD.Content1 
{
   padding-left: 5px; 
   padding-right: 5px; 
   padding-bottom: 5px; 
   font-size: 12px;
   font-color: black;
}

TD.Content2 
{ 
   padding-bottom: 5px;
	padding-right: 5px; 
   font-size: 12px;
   font-color: black;
}

/*--------------------------------------------------------------*/
/* End CSS Definitions for content panes                        */
/*--------------------------------------------------------------*/


/*--------------------------------------------------------------*/
/* CSS Definitions for normal text, no headlines                */
/*--------------------------------------------------------------*/

.Normal
{
   font-size: 12px;
   font-family: arial, helvetica, sans-serif;
   font-weight: normal;
   color: black;
}

.NormalTextBox
{
   font-size: 12px;
   font-family: arial, helvetica, sans-serif;
   font-weight: normal;
   color: black;
}

.NormalRed
{
   font-size: 12px;
   font-family: arial,helvetica,sans-serif;
   font-weight: normal;
   color: #ff0000
}

.NormalBold
{
   font-size: 12px;
   font-family: arial,helvetica,sans-serif;
   font-weight: bold;
   color: black;
}

.Breadcrumbs
{
    font-size: 12px;
}

A.Breadcrumbs:link 
{
	 text-decoration: underline;
    color: #282A7A;
}

A.Breadcrumbs:visited  
{
    text-decoration: underline;
    color: #282A7A;
}

A.Breadcrumbs:active  
{
    text-decoration: underline;
    color: #282A7A;
}

A.Breadcrumbs:hover
{
    text-decoration: underline;
    color: #EE9C04;
}

/*--------------------------------------------------------------*/
/* End CSS Definitions for normal text, no headlines            */
/*--------------------------------------------------------------*/


/*--------------------------------------------------------------*/
/* CSS Definitions for command buttons                          */
/*--------------------------------------------------------------*/

.CommandButton
{
   font-size: 12px;
   font-family: arial, helvetica, sans-serif;
   font-weight: normal;
   color: black;
}
    
A.CommandButton:link 
{
    text-decoration: underline;
    color: #003366;
}

A.CommandButton:visited  
{
    text-decoration: underline;
    color: #003366;
}

A.CommandButton:active  
{
    text-decoration: underline;
    color: #003366;
}

A.CommandButton:hover
{
    text-decoration: underline;
    color: #ff0000;
}

/*--------------------------------------------------------------*/
/* End CSS Definitions for command buttons                      */
/*--------------------------------------------------------------*/


/*--------------------------------------------------------------*/
/* CSS Definitions for Headlines                                */
/*--------------------------------------------------------------*/

.Head   
{
   font-family: arial,helvetica,sans-serif;
   font-size: 14px;
   font-weight: bold;
   color: #666666;
}

.SubHead    
{
   font-family: arial,helvetica,sans-serif;
   font-size: 11px;
   color: #666666;
}

.SubSubHead 
{
   font-family: arial,helvetica,sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: black;
}

/*--------------------------------------------------------------*/
/* End CSS Definitions for Headlines                            */
/*--------------------------------------------------------------*/


/*--------------------------------------------------------------*/
/* CSS Definitions for Generic Elements                         */
/*--------------------------------------------------------------*/

BODY
{
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
}

H1  
{
    font-family: arial,helvetica,sans-serif;
    font-size: 18px;
    font-weight:    normal;
    color: #666644;
}

H2  
{
    font-family: arial,helvetica,sans-serif;
    font-size: 16px;
    font-weight:    normal;
    color: #666644;
}

H3  
{
    font-family: arial,helvetica,sans-serif;
    font-size: 14px;
    font-weight:    normal;
    color: #003366;
}

H4  
{
    font-family: arial,helvetica,sans-serif;
    font-size: 13px;
    font-weight:   Bold;
    color: #003366;
}

H5, DT  
{
    font-family: arial,helvetica,sans-serif;
    font-size: 13px;
    font-weight:    Normal;
    color: #003366;
}

H6  
{
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    
{
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    color: #003366;
}

TH  
{
   font-size: 12px;
   font-family: arial, helvetica, sans-serif;
   font-weight: normal;
   color: black;
   border-color: white;
}

TD, TR, TABLE 
{
   font-size: 12px;
   font-family: arial, helvetica, sans-serif;
   border-color: white;
}

TD.TabBg
{
	background-color: 5F82BF;
	color: white;
	font-size: 12px;
	font-weight: bold;
	font-family: arial,helvetica,sans-serif;
	padding-left: 4pt;
	padding-right: 4pt;
	vertical-align: middle;
	text-align: center;
}

A:link  
{
    text-decoration: underline;
    color: #003366;
}

A:visited   
{
    text-decoration: underline;
    color: #003366;
}

A:active    
{
    text-decoration: inderline;
    color: #003366;
}

A:hover 
{
    text-decoration: underline;
    color: #ff0000;
}

SMALL 
{
    font-size: 8px;
}

BIG 
{
    font-size: 14px;
}

BLOCKQUOTE, PRE 
{
   font-size: 12px;
   font-family: arial, helvetica, sans-serif;
   font-weight: normal;
   color: black;
}

HR 
{
    color: dimgrey;
    height:1pt;
    text-align:left
}

UL LI       { list-style-type: square;}
UL LI LI    { list-style-type: disc; }
UL LI LI LI { list-style-type: circle; }

OL LI       { list-style-type: decimal; }
OL OL LI    { list-style-type: lower-alpha; }
OL OL OL LI { list-style-type: lower-roman; }

/*--------------------------------------------------------------*/
/* End CSS Definitions for Generic Elements                     */
/*--------------------------------------------------------------*/


/*--------------------------------------------------------------*/
/* CSS Definitions for Navigation Elements                      */
/*--------------------------------------------------------------*/

.LoginStyle
{
    color: #666666;
    font-size: 12px;
    font-weight: normal;
    font-family: Arial, Helvetica, Sans-serif;
}

A.LoginStyle:link
{
    color: #666666;
    text-decoration: none;
}

A.LoginStyle:visited
{
    color: #666666;
    text-decoration: none;
}

A.LoginStyle:active
{
    color: #666666;
    text-decoration: none;
}

A.LoginStyle:hover
{
    color: #800000;
    text-decoration: none;
    font-weight: bold;
}

.TabBg
{
    background-color: #AAC5EA;
    color: #282A7A;
    font-size: 12px;
    font-weight: bold;
    font-family: arial,helvetica,sans-serif;
    padding-left: 4pt;
    padding-right: 4pt;
}

.SelectedTab
{
    font-weight: bold;
    font-size: 12px;
    color: #282A7A;
    font-family: arial,helvetica,sans-serif;
    text-decoration: none;
}

A.SelectedTab:link
{
    color: #282A7A;
    text-decoration: none;
}

A.SelectedTab:visited
{
    color: #282A7A;
    text-decoration: none;
}

A.SelectedTab:active
{
    color: #282A7A;
    text-decoration: none;
}

A.SelectedTab:hover
{
    color: #cccccc;
    text-decoration: none;
}

.OtherTabs
{
    font-weight: bold;
    font-size: 12px;
    color: #282A7A;
    font-family: arial,helvetica,sans-serif;
    text-decoration: none;
}
    
A.OtherTabs:link
{
    color: #282A7A;
    text-decoration: none;
}

A.OtherTabs:visited
{
    color: #282A7A;
    text-decoration: none;
}

A.OtherTabs:active
{
    color: #282A7A;
    text-decoration: none;
}

A.OtherTabs:hover
{
    color: #cccccc;
    text-decoration: none;
}

/*--------------------------------------------------------------*/
/* End CSS Definitions for Navigation Elements                  */
/*--------------------------------------------------------------*/


/*--------------------------------------------------------------*/
/* CSS Definitions for Header / Footer Elements                 */
/*--------------------------------------------------------------*/

.Footer
{
    padding-left: 2pt;
    font-size: 11px;
    font-family: Arial;
    font-weight: bold;
    color:white;
}

A.Footer:link
{
    color: white;
    text-decoration: underline;
}

A.Footer:visited
{
    color: white;
    text-decoration: underline;
}

A.Footer:active
{
    color: #eeeeee;
    text-decoration: underline;
}

A.Footer:hover
{
    color: #cccccc;
    text-decoration: underline;
}

.Footer2
{
    padding-left: 2pt;
    font-size: 11px;
    font-family: Arial;
    font-weight: bold;
    color:#282A7A;
}

A.Footer2:link
{
    color: #282A7A;
    text-decoration: underline;
}

A.Footer2:visited
{
    color: #282A7A;
    text-decoration: underline;
}

A.Footer2:active
{
    color: white;
    text-decoration: underline;
}

A.Footer2:hover
{
    color: white;
    text-decoration: underline;
}

.HeadBg 
{
    background-color: white;
}

/*--------------------------------------------------------------*/
/* End CSS Definitions for Header / Footer Elements             */
/*--------------------------------------------------------------*/

/*--------------------------------------------------------------*/
/* CSS Definitions for Menu Bar                                 */
/*--------------------------------------------------------------*/

/* MenuCSS-MenuContainer */ 
.spmbctr 
{
/*	border-right: #AAC5EA 1px solid; 
	border-top: #AAC5EA 1px solid; 
	border-left: #AAC5EA 1px solid; 
	border-bottom: #4AAC5EA 1px solid;
*/
    background-color: #AAC5EA;
}

.spmbar 
{
    cursor: pointer; 
    cursor: hand; 
    height: 16;
	 background-color: #AAC5EA;
}

/* MenuCSS - MenuItem */
.spmitm 
{
	border-right: #AAC5EA 0px solid; 
	border-top: #AAC5EA 0px solid; 
	border-left: #AAC5EA 0px solid; 
	border-bottom: #4AAC5EA 0px solid;
    cursor: pointer; 
    cursor: hand; 
    color: #282A7A; 
    font-family: Arial,Helvetica,Sans-Serif; 
    font-size: 9pt; 
    font-weight: bold; 
    font-style: normal; 
	 background-color: #AAC5EA; 
}

/* MenuCSS-MenuIcon */ 
.spmicn 
{
    cursor: pointer; 
    cursor: hand; 
    background-color: #AAC5EA; 
    border-left: #AAC5EA 0px solid; 
    border-bottom: #AAC5EA 0px solid;
    border-top: #AAC5EA 0px solid; 
    text-align: center; 
    width: 15;
    height: 21;
}

/* MenuCSS - SubMenu */
.spmsub 
{
    z-index: 1000; 
    cursor: pointer; 
    cursor: hand; 
    background-color: #AAC5EA;
}

/* MenuCSS-MenuBreak */ 
.spmbrk 
{
    border-bottom: #AAC5EA 0px solid; 
    border-left: #AAC5EA 0px solid; 
    border-top: #AAC5EA 0px solid;  
    border-right: #AAC5EA 0px solid; 
    background-color: White; height: 1px;
}

/* MenuCSS-MenuItemSel */ 
.spmitmsel 
{
	 border-bottom: white 0px solid; 
    border-left: white 0px solid; 
    border-top: white 0px solid;  
    border-right: white 0px solid;
    background-color: #AAC5EA; 
    cursor: pointer; 
    cursor: hand; 
    color: White; 
    font-family: Arial,Helvetica,Sans-Serif; 
    font-size: 9pt; 
    font-weight: bold; 
    font-style: normal;
}

/* MenuCSS-MenuArrow */ 
.spmarw 
{
    font-family: webdings; 
    font-size: 10pt; 
    cursor: pointer; 
    cursor: hand; 
}

/*--------------------------------------------------------------*/
/* End CSS Definitions for Menu Bar                             */
/*--------------------------------------------------------------*/

/*--------------------------------------------------------------*/
/* CSS Definitions for Tabbed / LeftSide Menu                   */
/*--------------------------------------------------------------*/

TD.ChildMenu
{
    background-color: white;
    font-size: 12px;
    border: 1px #666666 solid
}

TD.ChildMenuItem
{
    border: 1px #666666 solid;
    height: 16pt;
    font-size: 12px;
    padding-right: 4pt;
}

A.SelectedMenu:link 
{
    text-decoration: none;
    color: #003366;
}

A.SelectedMenu:visited  
{
    text-decoration: none;
    color: #003366;
}

A.SelectedMenu:active   
{
    text-decoration: none;
    color: #003366;
}

A.SelectedMenu:hover    
{
    text-decoration: none;
    color: #CC0000;
}

.OtherMenus 
{
    font-weight: bold;
    font-size: 12px;
    color: #666666;
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: none;
}

A.OtherMenus:link 
{
    text-decoration: none;
    color:#808080;
}

A.OtherMenus:visited  
{
    text-decoration: none;
    color:#808080;
}

A.OtherMenus:active   
{
    text-decoration: underline;
    color:#0000c0;
}

A.OtherMenus:hover    
{
    text-decoration: underline;
    color:#CC0000;
}

/*--------------------------------------------------------------*/
/* End CSS Definitions for Tabbed / LeftSide Menu               */
/*--------------------------------------------------------------*/

/*--------------------------------------------------------------*/
/* CSS Definitions for sbDiscussion module                      */
/*--------------------------------------------------------------*/

.sbDiscussionPanel { width: 640px;}
.sbDiscussionThreadsTable { border: 1px solid darkgray; }
.sbDiscussionThreadsTable TD { border: 1px solid darkgray; padding: 2pt;}

.sbDiscussionThreadsHeader
{
	font-weight: bold;
	font-size: 8.5pt;
	color: white;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #646EF6;
}

.sbDiscussionThreadsAltItem
{
	font-weight: normal;
	font-size: 8.5pt;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #EEEEFF;
}

.sbDiscussionThreadsItem
{
	font-weight: normal;
	font-size: 8.5pt;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	background-color: White;
}

.sbDiscussionMessageTable
{
	margin-bottom: 10px;
}

.sbDiscussionMessageSubject
{
	border: 1px solid darkgray;
	font-weight: bold;
	font-size: 8.5pt;
	margin-bottom: 10px;
	color: white;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #646EF6;
}

.sbDiscussionMessageHeader
{
	border-top:   1px solid darkgray;
	border-left:  1px solid darkgray;
	border-right: 1px solid darkgray;
	font-weight: bold;
	font-size: 8.5pt;
	color: #666666;
	font-family: Tahoma, Arial, Helvetica;
	background-color: White;
	padding: 2pt;
}

.sbDiscussionMessageBody
{
	border:  1px solid darkgray;
	font-weight: normal;
	font-size: 11px;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #EEEEFF;
	padding: 2pt;
}

/*--------------------------------------------------------------*/
/* End CSS Definitions for sbDiscussion module                  */
/*--------------------------------------------------------------*/

/*--------------------------------------------------------------*/
/* CSS Definitions for Events Module                            */
/*--------------------------------------------------------------*/
.ItemTitle
{
	font-weight: bold;
	
}
/*--------------------------------------------------------------*/
/* End CSS Definitions for Events Module                        */
/*--------------------------------------------------------------*/

.Blank, td.Blank, tr.Blank, tr.Blank td
{
                    color: white;
                    font-size: 0px;
                    size: 0px;
                    border: 0px solid white;
}

.SGSV_GridBorder, td.SGSV_GridBorder, tr.SGSV_GridBorder, tr.SGSV_GridBorder td {
                    border: 0px solid White;
                    background-color: white;
                    width: 100%;
                    border-collapse: collapse;
                    border-style: none;
}

.SGSV_Grid, .SGSV_GridItem, .SGSV_Grid td {
                    border: solid white 0px;
                    margin: 0px;
}

/* Event override styles */
.EventTitle td 
{
background-color: #C6DBEF;
color: #525552;
}
.EventNextPrev, .EventNextPrev a:link, .EventNextPrev a:active, .EventNextPrev a:visited, .EventNextPrev a:hover
{
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-size: 8pt;
	padding-bottom: 0px;
	color: 525552 !important;
	padding-top: 0px;
}







