/* Named Styles */

.TDdef
{
	background-color : #e7decf;
}

.THperi 
{
	background-color : #e7decf;
	color : #684d3c;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	text-align : left;
	font-style : italic;
	font-weight : bold;
}

.TableText 
{
	color : Black;
	font-size : 12px;
}

.TableRowBorder 
{
	color : #9f7d5e;
	border-bottom : 1px solid #9f7d5e;
}

.backToTop
{
	color : #e7decf;
	font : italic;
	text-align : center;
	font-size : 12px;
}

.calloutText
{
	color : #006633;
	font-size : 12px;
	font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
} 

.calloutTitle
{
	color : #684D3C;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
} 

/* Tag Styles */

a 
{
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	font-size : 13px;
	text-decoration : none;
	color : #684D3C;
} 

a:active 
{
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	font-size : 13px;
	color : #006633;
	text-decoration : none;
} 

a:link 
{
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : bold;
	font-size : 13px;
	color : #9f7d5e;
	text-decoration : none;
} 

a:visited 
{
	color : #9f7d5e;
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : bold;
	font-size : 13px;
	text-decoration : none;
} 

a:hover /* a:hover placed last to ensure style gets applied to mouseOver links */
{
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : bold;
	font-size : 13px;
	color : #9f7d5e;
	text-decoration : underline;
} 

p 
{
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
} 

td 
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
} 

th
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	text-align : left;
} 

ul 
{
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	list-style : square;
} 

li 
{
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	list-style : square;
} 

H1
{
	color : #006633;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	font : italic;
}

H2 
{
	color : #684d3c;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font : italic;
}
