BODY
	{
		background-color:	#036fbd;
		font-family:	verdana, arial;
		font-weight:	normal;
		font-size:	16;

		scrollbar-3dlight-color:#F0FFFF;
		scrollbar-arrow-color:#98a4f4;
		scrollbar-base-color:;
		scrollbar-track-color:#F8F8FF;
		scrollbar-darkshadow-color:#F0FFFF;
		scrollbar-face-color:#DCDCDC;
		scrollbar-highlight-color:#98a4f4;
		scrollbar-shadow-color:#98a4f4;

	}


.header   
	{
		background:     #ff7505;
		padding:	5px; 
		color:          white;
		text-align:	left;
		text-indent:	10;
		font-family:    verdana, arial;
		font-size:	16pt;
		font-weight:	bold;

	}


.footer   
	{
		background:     #ff7505;
		padding:	5px; 
		color:          white;
		text-align:	center;
		text-indent:	10;
		font-family:    verdana, arial;
		font-size:	8pt;
		font-weight:	none;

	}

.note
	{
		background-color: white;
		border-width:	1px;
		border-color:	gray;
		border-style:	solid;
		padding : 	10px;
		text-align:	center;
		font-size: 	10pt;
		font-weight: 	normal;
		color:		navy;


	}

.okay
	{

		background-color: #eeeeff;
		border-width:	2px;
		border-color:	#ddddff;
		border-style:	solid;
		padding:	8px;
		text-align:	left;
		color:		#036fbd;
		font-weight:	bold;
		font-family:	verdana, arial;
		font-size:	10pt;

		line-height:	160%;
	}


.comment
	{
		border-color:	#036fbd;
		border-width:	0px;
		border-style:	dashed;
		text-align:	right;
		font-style: 	oblique;
		color:		#036fbd;
		font-weight:	normal;

		text-indent:	20%;
	}

.news
	{
		background-color: #98a4f4;
		border-width:	1px;
		border-color:	navy;
		border-style:	solid;
		padding:	5px;
		text-align:	center;
		color:		navy;
		font-family:	verdana, arial;
		font-size:	10pt;
	}


.headline
	{
		background-color: navy;
		color:	#98a4f4;
		border-width:	1px;
		border-color:	navy;
		border-style:	solid;
		font-weight:	bold;
		font-size:	18;
	}

LI
	{
		color:	black;
		text-align:	justify;
	}

P
	{
		font-family: 	verdana, arial;
		font-weight: 	100;
		font-size:	12pt;
		color:		white;
		text-align:	left;
	}	
	

A:link, A:visited
	{
		text-decoration	:	none;
		color		:	navy;
		background	:	transparent;
	}

A:active
	{
	   	text-decoration	:	none;
	   	color		:	blue; 
	  	background	:	transparent; 
	}		


A:hover 
	{ 
	   	text-decoration	:	overline;
		text-decoration :	bold;
		color		:	white;
		background	:	#ff7505;
	}

TABLE
	{
		font-family	:	verdana, arial;
		font-size	:	10pt;
	}
