/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:11px Arial, Helvetica, sans-serif;
	color:#666666;
	}
	
a {
	color: #993300;
	}
	
a:hover {
	color: #5C743D;
	}

/* ID Styles */

#navigation td {
	border-bottom: 1px solid #F4FFE4;
	}
	
#navigation a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height:16px;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
	}
	
#navigation a:hover {
	color:#CCCCCC;
	background-color: #003366;
	}
	
#logo 	{
	color: #000033;
	letter-spacing:.2em;
	line-height:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	}

#tagline 	{
	color: #000033;
	letter-spacing:.4em;
	line-height:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

#monthformat {
	border-bottom: 1px dashed #5C743D;
	}
		
#dateformat {
	color: #000099;
	letter-spacing:0.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	}
	
#dateformat a {
	font:11px Arial, Helvetica, sans-serif;
	color: #993300;
	font-weight:bold;
	letter-spacing:.1em;
	text-decoration:none;
	}
	
#dateformat a:hover {
	color: #FFFFFF;
	letter-spacing:0.1em;
	}
	
/* Class Styles */
	
.bodyText {
	color:#333333;
	line-height:15px;
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	}
	
.pageName{
	color: #000066;
	line-height:26px;
	letter-spacing:0.21em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	}
	
.subHeader {
	font:bold 11px Arial, Helvetica, sans-serif;
	color: #000033;
	line-height:22px;
	letter-spacing:0.2em;
	}

.quote {
	font: 20px Arial, Helvetica, sans-serif;
	color: #759DA1;
	line-height:30px;
	}
	
.smallText {
	color: #333333;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
.navText {
	color: #FFFFFF;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
    /* A:link refers to all links on the page - not just the RSS content... */
    A:link { color : blue; font-weight : bold; }
    A:visited {
	color : #909;
	font-weight : bold;
}

    /* these are the RSS classes - you can adapt them as you see fit
       values here override the defaults... */

    .rssxpresschannel {
	font-family : sans-serif;
	text-align : center;
	background: #d5edb3;
    }

    .rssxpresschtitle {
      font-size : large;
      color : #000000;
    }

    .rssxpresschdesc {
      color : black;
      text-align : center;
    }

    .rssxpressittitle {
	font-size : 110%;
	line-height : 120%;
	background-color : #FFFFFF;
    } 

    .rssxpressitdesc {
      background-color : #FFFFFF;
      padding-bottom : 10pt;
    }

    .rssxpresstable {
      text-align : center;
    }

    /* rssxpressdivider is a special case - it is a single pixel, single column row on the rssxpress
       channel - to alter it's colour just change the background-color image. */

    .rssxpressdivider {
      background-color : black;
    }
.placeholder {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000;
	background-color: #FFF;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	margin: 3px;
}

