@charset "windows-1252";
TABLE	{
		font-family: Tahoma, Tw Cen MT, Trebuchet MS, Verdana;
		color: black;
		font-size: 8pt;
		text-align: justify;
		}
		
h1	{
		font-family: Tahoma, Tw Cen MT, Trebuchet MS, Verdana;
		color: black;
		font-size: 8pt;
		text-align: justify;
		}
		
.title	{
		font-family: Tahoma, Tw Cen MT, Trebuchet MS, Verdana;
		color: black;
		font-size: 10pt;
		font-weight: bold;
		text-align: justify;
		}		
		
.headline	{
		font-family: Tahoma, Tw Cen MT, Trebuchet MS, Verdana;
		color: black;
		font-size: 16pt;
		font-weight: bold;
		}		
		
.subtitle	{
		font-family: Tahoma, Tw Cen MT, Trebuchet MS, Verdana;
		color: black;
		font-size: 12pt;
		font-weight: bold;
		text-align: justify;
		}		
		
.author	{
		font-family: Tahoma, Tw Cen MT, Trebuchet MS, Verdana;
		color: navy;
		font-size: 7pt;
		font-weight: normal;
		font-style: italic;
		}		
		
.content	{
		font-family: Tahoma, Tw Cen MT, Trebuchet MS, Verdana;
		color: black;
		font-size: 8pt;
		font-weight: normal;
		text-align: justify;
		}		
		
.bottommenu	{
		font-family: Tahoma, Tw Cen MT, Trebuchet MS, Verdana;
		color: #000066;
		font-size: 8pt;
		font-weight: normal;
		}		
		
.bodyback
		{
		background-color: white;
		background-repeat: repeat-y;
		}
		
.mainback
		{
		background-color: #999999;
		background-repeat: repeat-x;
		background-image: url(images/back_gradient.gif);
		background-position: left top;
		}
		
.topback
		{
		background-color: #BDBDBD;
		background-repeat: repeat-x;
		background-image: url(images/back_gradient_top.gif);
		background-position: left bottom;
		}
		
.menubar
		{
		background-color: white;
		background-repeat: repeat-x;
		background-image: url(images/menu_back2.gif);
		background-position: left bottom;
		}
		
.backright {background-image: url(images/backright.gif); background-repeat: repeat-y; background-position: left top; background-color: #000099;}

.backleft {background-image: url(images/backleft.gif); background-position: right top; background-repeat: repeat-y; background-color: #000099;}

a	{font-family: Tahoma, Tw Cen MT, Trebuchet MS, Verdana; font-size: 8pt;}

/*
a:link {
		color: black;
		}
a:visited {
		color: black;	
		}
a:active {
		color: silver;
		}
a:hover {
		color: gray;
		}
*/
a:link {
		color: #000066;
		}
a:visited {
		color: #000066;
		}
a:active {
		color: #000033;
		}
a:hover {
		color: #000099;
		}

