<!--//
//Each FDC template pulls in 2 style sheets, this one which is global and another which is local to the template.
//The purpose of this style sheet is to provide styles that are specific to this template.

/////////////////////////////////////////////////////////////////////////////////// 
.info 
	{
	font-family : sans-serif;
	font-size : 12 px;
	font-style : normal;
	}

.copy 
	{
	font-family : sans-serif;
	font-size : 12 px;
	font-style : normal;
	}

.grey 
	{
	font-family : sans-serif;
	font-size : 12 px;
	font-style : normal;
	color: #909090;
	font : bolder;
	}


.wht 
	{
	font-family : sans-serif;
	font-size : 12 px;
	font-style : normal;
	color: #ffffff;
	font : normal;
	}

.whttitle 
	{
	font-family : sans-serif;
	font-size : 13 px;
	font-style : normal;
	color: #ffffff;
	font : normal;
	}

.blue 
	{
	font-family : sans-serif;
	font-size : 12 px;
	font-style : normal;
	color: #0066CC;
	font : bolder;
	}

.org 
	{
	font-family : HelmetCondensed, Helvetica, Arial;
	font-size : 24 px;
	font-style : normal;
	color: #505050;
	font : normal;
	}


.title 
	{
	font-family : Tahoma, Helvetica, Arial;
	font-size : 12 px;
	font-style : normal;
	color: #000000;
	font : bold;
	letter-spacing : 1px;
	}
a.wht 
	{
	font-family : sans-serif;
	font-size : 12 px;
	font-style : normal;
	color: white;
	text-decoration : none;
	}

a.wht:hover 
	{
	font-family : sans-serif;
	font-size : 12 px;
	font-style : normal;
	color: white;
	text-decoration : underline;
	}

a.blue 
	{
	font-family : sans-serif;
	font-size : 12 px;
	font-style : normal;
	color: #0066CC;
	text-decoration : none;
	}

a.blue:hover 
	{
	font-family : sans-serif;
	font-size : 12 px;
	font-style : normal;
	color: #0066CC;
	text-decoration : underline;
	}
-->
