BODY 
	{ 
		margin-top:10px; 
		margin-left:70px; 
		margin-right:40px; 
		background-color:#FFFFFF; 
		background-image:url(left.png); 
		background-repeat:repeat-y; 
		color:#000000; 
	}

A:LINK 
	{ 
		color:#CCBF26; 
		text-decoration:none; 
		font-weight:bold; 
	}

A:HOVER 
	{ 
		color:#808080; 
		text-decoration:underline; 
		font-weight:bold; 
	}

A:VISITED 
	{ 
		color:#AC9F26; 
		text-decoration:none; 
		font-weight:bold; 
	}

A:VISITED:HOVER 
	{ 
		color:#808080; 
		text-decoration:underline; 
		font-weight:bold; 
	}

A:ACTIVE 
	{ 
		color:#808080; 
		text-decoration:underline; 
		font-weight:bold; 
	}

A:VISITED:ACTIVE
	{
		color:#808080;
		text-decoration:underline;
		font-weight:bold;
	}

TD.col1
	{ 
		text-align:left;
		padding-right:30px;
	}

TD.col2
	{ 
		text-align:center;
		font-weight:bold;
		width:auto;
		margin-left:0;
		margin-right:0;
	}

TD.header
	{ 
		text-align:right;
		font-weight:bold;
		font-style:italic;
		font-size:120%;
		font-variant:small-caps;
		background-image:url(right.png); 
		background-repeat:repeat-y; 
		background-position:right;
		padding-right:55px;
	}