/* CSS Document */

body 			{
					background-color:#666666;
					margin:0px;
					font-family:Verdana, Arial, Helvetica, sans-serif;
					font-size:11px;
					color: #666666;
				}
				
p				{
					line-height: 130%;
				}
				
p.tagline		{
					font-size:11px;
					padding-left:12px;
					color: rgb(153, 153, 153);
				}
				
h1				{
					font-size: 18px;
				}
				
h2				{
					font-size: 14px;
				}
				
h3				{
					font-size: 14px;
					font-weight:normal;
					padding-left:8px;
				}	
				
a				{	
					font-size:11px;
					padding-left:12px;
					color: rgb(153, 153, 153);
				}

a:link			{
					color:#CCCCCC;
					text-decoration: none;
				}

a:visited		{
					text-decoration: none;
					color:#CCCCCC;
				}
				
a:hover			{
					text-decoration: underline;
					color:#FFFFFF;
				}
				
a:active		{
					text-decoration: none;
					color:#CCCCCC;			
				}

td.navigation	{
					height: 100px;
					width:760px;
					text-align:right;
					vertical-align:bottom;
					padding-bottom: 6px;
					background-image:url(images/logo.gif);
					background-repeat:no-repeat;
					background-position:left;
				}
				
td.padding		{
					height:80px;
				}
			
td.footer		{
					height: 24px;
					text-align:center;
					color:#CCCCCC;
				}
				
td.center 		{
					background-color:#666666;
					text-align:center;
				}

table#master	{
					position: absolute;
				}
				
iframe.holder	{
					width: 760px;
					height: 300px;
				}
