body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	background-color: #949494;
	margin: 0px;
	text-align: center;
	direction: ltr;
}

	.menu
	{
		color: #000000;
		background-color: #949494;
		background-image: url(images/iglyo_menu_bg.gif);
		background-repeat: repeat-x;
		width: 100%;
		height: 25px;
		background-position: bottom left;
		vertical-align: text-bottom;
		text-align: left;
	}

	.footer
	{
		font-size: x-small;
		color: #FFFFFF;
		padding: 5px;
	}

	.frame_banner
	{
		margin-top: 1px;
		height: 105px; 
		width: 540px;
		background: url(images/top_border.gif) no-repeat top;
	}

	.insert_left
	{
		width: 500px;
		height: 15px;
		border: outset;
		border-width: 3px;
		background-color: #949494;
		margin-left: -13px;
	}

	.menuHeaderBottom
	{
		color: #FFFFFF;
		font-family: "Arial";
		font-size: 12px;
		font-style: italic;
		font-weight: bold;
		text-align: right;
	}

	.menuItem
	{
		position: relative;
		font-size: 12px;
		font-family: "Arial";
		font-weight: bold;
		color:#FFFFFF;
		width:70px;
		padding-left: 10px;
	}

	.contentBody
	{
		margin-top: 8px;
		background-image: url(images/Flag.png);
		background-repeat: no-repeat;
		background-position: top right;
		padding-left:20px;
		padding-top:1px;
		height: 100%; 
		min-height: 500px;
		text-align: left;
	}

	.subtitle_left
	{
		background-image: url(images/subtitle_left.gif);
		background-repeat: no-repeat;
		background-position: top left;

		text-align: left;
		color: #FFFFFF;
		font-family: "Arial";
		font-style: italic;
		font-weight: bold;
		font-size:12px;

		margin-left: -20px;
		padding-left: 40px;
		padding-top: 2px;

		height:20px;
	
	}

	.subtitle_right
	{
		background-image: url(images/subtitle_right.gif);
		background-repeat: no-repeat;
		background-position: top right;

		text-align: right;
		color: #FFFFFF;
		font-family: "Arial";
		font-style: italic;
		font-weight: bold;
		font-size:12px;

		padding-right: 40px;
		padding-top: 2px;

		height:20px;
	
	}

	.upcoming_text
	{
		text-align: left;
		color: #000000;
		font-family: "Arial";
		font-size:11px;
	}

	.content_frame
	{
		text-align: left;
		color: #000000;
		background-color: #d3d3d3;
		font-family: "Arial";
		font-weight: bold;
		font-size:13px;
		padding-left: 30px;
		margin-top: 15px;
		width: 600px;
	}

	a.menuItem:link, a.menuItem:visited, a.menuItem:active
	{
		color: #FFFFFF;
		text-decoration: none;
	}
	
	a.menuItem:hover
	{
		color: #FFFF00;
	}

	a.upcoming_text:link, a.upcoming_text:visited, a.upcoming_text:active
	{
		color: #000000;
		text-decoration: none;
	}
	
	a.upcoming_text:hover
	{
		color: #6699FF;
		text-decoration: none;
	}

	a.content_frame:link, a.content_frame:visited, a.content_frame:active
	{
		color: #000000;
		text-decoration: none;
	}
	
	a.content_frame:hover
	{
		color: #FFFF00;
		text-decoration: none;
	}

