/*
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
' Microsoft Content Management Server - Sample Code
'
' This sample code is provided "AS IS" with no warranties, and confers no rights.
' You assume all risk for your use. © 2002 Microsoft Corporation. All rights reserved.
'
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
*/

BODY {font-family: Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;font-size : 100%; background-color : #ffffff; margin-left : 0; margin-right : 0; margin-top : 0;} 
A {color : #6c979e; text-decoration : none;} 
A:visited {color : #6c979e;}
A.LoginLogOffDisplay:visited {color : #6C979E;}
A:active {color : #6c979e;} 
A:hover {color : #6c979e; text-decoration : underline;}

P {font-size : 80%;line-height : 150%;padding:1px;} 
DIV {font-size : 100%;line-height : 100%;padding:1px;} 
LI {font-size : 80%;line-height : 150%;padding:1px;} 

H1 {font-size : 120%;color: #FF6600; font-weight : bold; margin-top : 0.5em;} 
H2 {font-size : 90%;color : #FF6600; font-weight : bold;} 
H3 {font-size : 80%;color: #ff6600;font-weight : bold; margin-bottom : -1.3em;} 
H4 {font-size : 70%;font-weight : bold;color : #ffffff;padding:0 0 0 3;margin-top:-.5em;margin-bottom : -1em;}  
H5 {font-size : 60%;font-weight : bold;color : #ffffff;padding:0 0 0 3;margin-top:-.5em;margin-bottom : -1em;}  

INPUT { height:22; font-family: Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;font-size : 80%; }
SELECT { font-family: Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;font-size : 80%; }

/* classes used on home page for press release summaries */
.homeprtitle {font-size : 70%;color : #FF9900;font-weight:bold;} 
.homeprtitlesummary{font-size : 70%;color : #6c979e;text-decoration : none;}

/* AP class used to render "In this section" summary */
.sectionContents{font-size : 85%; color : #ff9900; text-decoration : none}

/* AP class used to render "Sub-sections" summary */
.subSectionContents{font-size : 75%; color : #6c979e; text-decoration : none}
 
   /* classes used for left hand navigation */
.leftPostingSelected {font-size : 80%;margin-bottom : 1em;color : #FF6600; text-decoration : none;margin-left :0px;} 
.leftPosting {font-size : 80%;margin-bottom : 1em;color : #6C979E;text-decoration : none;margin-left : 0px;} 
.leftChannel {font-size : 80%;margin-bottom : 1em;color : #B1CBCB;text-decoration : none; font-weight:bold;} 
.leftChannelSelected {font-size : 80%;margin-bottom : 1em;color : #FF9900;text-decoration : none; font-weight:bold;} 

/* classes used for top navigation */
.selectedTopChannel {font-size : 80%;margin-bottom : 1em; vertical-align : super; color : #6c979e; background-color : #ffffff;font-weight:bold; text-decoration : none; cursor:hand;} 
.nonselectedTopChannel {font-size : 80%;margin-bottom : 1em; vertical-align : super; color : #ffffff; font-weight:bold;text-decoration : none; cursor:hand;} 
/* classes used for top navigation drop down menu items*/
.nonselectedMenuChannel {font-size : 80%; border-style:solid; border-width:thin; border-color:#6c979e; margin-bottom : 1em; color : #6c979e; background-color:White; font-weight:bold;text-decoration : none; cursor:hand;} 
.MenuItem {font-size : 100%; color:#6c979e; text-decoration : none; cursor:hand;}
.MenuItemBox {font-size : 100%; color:#6c979e; text-decoration : none; width : 130px; cursor:hand;}

/* class used for Login-LogOff in the Header*/
.LoginLogOffDisplay {font-size : 80%; border-style:solid; border-width:thin; border-color:#6c979e; margin-bottom : 1em; color : #ffffff;font-weight:bold;text-decoration : none; cursor:hand;}
  
/* used for meta instructional text */
.metatext{text-transform:uppercase;margin-bottom : 1em;color : #336633;} 
  
/* used to display footer copyright text */
.footer {font-size : 60%;margin-bottom : 1em;margin-top:.5em;color : #FFFFFF;} 
  
/* used for breadcrumb navigation */
.breadcrumb {font-size : 80%;margin-bottom : 0em ;margin-top : 0em;color : #ffffff;} 
 
 /* used for Latest Press Releases */
 .LatestPress { background-color : #6C979E;}
 .LatestPressHeading { background-color : #FF9900;}
 .LatestPressDetails { background-color : #B1CBCB;}
 
 .LoginText{ color : #ffffff;font-family: Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;font-size : 80%;}