/* ------------------------------------- Global ------------------------------------ */
body	{
	margin: 0;
	padding: 0;
	background: #2D3982;
	font: x-small Arial, Verdana, Sans-serif;
}
td	{
	color: #000000;
	font: normal 12px Verdana, Helvetica, sans-serif;
}
a:link, a:visited		{
	color: #2D3982;
	text-decoration: underline;
}
a:hover, a:active		{
	color: #CC0000;
	text-decoration: underline;
}
/* ---------------------------------- Content ------------------------------------- */
.content	{
	margin: 30 40 30 40px;
}
h1	{
	font-size: 13px;
	font-weight: bold;
	padding: 6px;
}
h2	{
	font-size: 16px;
	color: #000;
	font-weight: bold;
}
.ticont {
	position: relative;
	left: 1px;
	top: 1px;
	color: #CCC;
}
.tishad {
	position: absolute;
	left: -1px;
	top: -1px;
	color: #2D3982;
}
.fanQuote	{
	margin: 0 20 20 20px;
	font-style: italic;
}
.fanQuoteSig	{
	font-style: normal;
	font-size: 10px;
	font-weight: bold;
}
/* ---------------------------------- Right Side ---------------------------------- */
.rightSide	{
	background: #D9E1E8;
	width: 190px;
}
.rightPic	{
	border: 1px solid #2D3982;
}
.rightTopPic	{
	margin: 10 14 0 14px;
	align: center;
}
.rightText	{
	margin: 13 13 13 13px;
}
.rightSmpic	{
	align: center;
	border: 1px solid #2D3982;
}
/* ------------------------------------- Footer ------------------------------------- */
.footer		{
	color: #FFFFFF;
	background: #2D3982;
	font-size: 9px;
	text-align: center;
	padding: 15px;
}
.footer a:link, .footer a:visited		{
	color: #000000;
	text-decoration: underline;
}
.footer a:hover, .footer a:active		{
	color: #FFFFFF;
	text-decoration: underline;
}
