	.DefaultFont 
	{
		font-family : Arial,Helvetica,Sans-Serif;
		font-size : 10pt;
	}
	
	TD 
	{
		font-family : Arial,Helvetica,Sans-Serif;
		font-size : 10pt;
	}
	
	BODY 
	{
		font-family : Arial,Helvetica,Sans-Serif;
		font-size : 10pt;
		background-color:#FFFFFF;
		margin: 5px;
	}
	
	.topBarLink:link, .topBarLink:visited
	{
		font-family : Verdana, Arial,Helvetica,Sans-Serif;
		font-size : 8pt;
		color: #FFFFFF;
		text-decoration : none;
	}
	
	.topBarLink:hover
	{
		color: #FFFFFF;
		text-decoration : underline;
	}
	
	.sideBarLink
	{
		font-family : Verdana, Arial,Helvetica,Sans-Serif;
		font-size : 10pt;
		color: #000000;
		text-decoration : none;
	}
	
	.sideBarLink:hover
	{
		text-decoration : underline;
	}
	
	.bottomBarText
	{
		font-family : Verdana, Arial,Helvetica,Sans-Serif;
		font-size : 8pt;
		color: #FFFFFF;
		text-decoration : none;
	}
	
	.captionBanner
	{
		font-weight : bold;
	}
		
	.readmoreLink:hover
	{
		text-decoration: underline;
	}
	
	.readmoreLink
	{
		text-decoration: none;
	}
	
	.paragraphHeader:hover
	{
		text-decoration: underline;
		font-size : 25px;
		color : Blue;
	}
	
	.paragraphHeader
	{
		text-decoration: none;
		font-size : 25px;
		color : Blue;
	}
	
	/*Spec Pages*/
	
	TABLE.specTable{
	 	width:470px;
	 	background-color: silver;
	}
	
	TABLE.specTitleTable{
	 	width:470px;
	}
	
	TD.specSection{
		color:white
	}
	
	TD.specSection{
		color:white;
		font-size:larger;
		font-weight : bold;
		padding-top:3px;
	}
	
	TD.specSubSection{
		color:white
	}
	
	TD.specSectionFooter{
		color:white;
		font-size:smaller;
		text-align:right;
		font-style:italic;
	}
	
	TD.specName{
		text-align:right;
		background-color: #DDDDDD;
		padding:2px;
	}
	
	TD.specValue{
		background-color: #EEEEEE;
		padding:2px;
	}
	
	/*index page*/
		.section{
		background-color:#EEEEEE;
	}
	.sectionTitle{
		background-color:#EEEEEE;
		font-size:25px;
		font-weight : bold;
		color:#999999;
	}
	.linkTitle{
		font-size:larger;
	}
