/*This is for all the styles in the bottom right hand side content iframe*/body			{				}/*LINKS---------------------------------*/a:link 			{				text-decoration:underline;				color: #000000;				font-weight:normal;				}a:visited 		{				text-decoration:underline;				color: #BDB1BB;				font-weight:normal;				}a:hover, a:active {				text-decoration:underline;				color: #EB70DB;				font-weight:normal;				}a:visited:hover {				text-decoration:underline;				color: #EB70DB;				font-weight:normal;				}/*END LINKS-----------------------------*//*BODY TEXT-----------------------------*/	.content	{				font-family: verdana, courier, helvetica,verdana;				font-size:10px;				line-height: 14px;				}/*SUBHEADERS----------------------------*/	.header		{				font-family:courier,helvetica,arial, helvetica,verdana;				font-size:11pt;				font-weight:bold;				letter-spacing:2px;				}				/*DATES---------------------------------*/	.year		{				float:left; 				margin-top:0px;				font-weight:bold;				font-family:courier,arial, helvetica,verdana;				font-size:10pt;				}/*LISTS----------------------------------*/	ul			{				list-style-type:none;				font-family:verdana,arial, helvetica,verdana;				font-size:7.5pt;				}	
