body			{
					font-family : arial, helvetica;
				}
					

.header			{
					border-bottom : 2px solid #F6F4A9; 
					
					color : white; 
					
					background-color : black;
				}

td.menu			{
					color : #F6F4A9; 
					font-size : 75%;
					
					background-color : #671114;
					
					border-bottom : 2px solid #F6F4A9;
					padding-top : 2px;
					padding-bottom : 2px;
				}

.menu:link		{
					font-family : arial, helvetica;
					font-weight : bold;
					color : #F6F4A9;
					text-decoration : none;
				}

.menu:active	{
					font-family : arial, helvetica;
					font-weight : bold;
					color : #F6F4A9;
					text-decoration : none;
				}

.menu:visited	{
					font-family : arial, helvetica;
					font-weight : bold;
					color : #F6F4A9;
					text-decoration : none;
				}

.menu:hover		{
					font-family : arial, helvetica;
					font-weight : bold;
					color : #FFFFFF;
					text-decoration : none;
				}
				
td.rtmenu		{
					vertical-align : top;
					padding-left : 10px;
				
					font-size : 75%;
					color : #F6F4A9; 
					
					background-color : #671114;
				}

.fancy			{
					border : none;
					background-color : #671114;
					height : 20px;
					width : 50px;
					font-size : 75%;
					color : #F6F4A9;
					font-weight : bolder;
				}
					


.content
				{
					vertical-align : top;
					padding-left : 10px;
					padding-top	: 20px;

					border-right : 2px solid #F6F4A9;
					
					background-color : #FFFFFF;
				}

.headline		{
					padding-top : 20px;
					padding-left : 75px;
					font-weight : bolder;
					font-size : 100%;
					color : #671114;
				}				

.dateline		{
					padding-left : 75px;
					font-weight : lighter;
					font-size : 60%;
					color : #AAAAAA;
				}
				
.article		{
					padding-left : 75px; 
					padding-right : 75px; 
					text-align : justify; 
					font-size : 75%;
				}