	body {
		font-family: geneva,arial,helvetica,sans-serif;
		margin: 0;
		font-size: 12px;
	}

	h1 {
		margin-top       : 4px;
		margin-bottom    : 2px;
		padding-left     : 4px;
		padding-right    : 4px;
		background-color : #4444DD;
		font-family      : Verdana,Arial,Helvetica,sans-serif;
		font-size		 : 16px;
		color            : #DDDDDD	
	}

	.menu {
		background-color: #EEEEEE;
		vertical-align: top;
	}
	
	.menuTitle {
		border-left      : #222288 8px solid;
		border-bottom    : #222288 1px solid;
		border-right     : #222288 1px solid;
		border-top       : #222288 1px solid;
		margin-top       : 4px;
		margin-bottom    : 2px;
		padding-left     : 4px;
		padding-right    : 4px;
		background-color : #4444DD;
		font-family      : Verdana,Arial,Helvetica,sans-serif;
		font-size		 : 16px;
		color            : #DDDDDD
	}
	
	.sidebar 
	{
		background-color: #EEEEEE;
		vertical-align: top;
	}
	
	.sidebarTitle {
		border-left      : #222288 8px solid;
		border-bottom    : #222288 1px solid;
		border-right     : #222288 1px solid;
		border-top       : #222288 1px solid;
		margin-top       : 4px;
		margin-bottom    : 2px;
		padding-left     : 4px;
		padding-right    : 4px;
		background-color : #404080;
		font-family      : Verdana,Arial,Helvetica,sans-serif;
		font-size		 : 16px;
	}	
	
	.sidebarItem
	{	
		margin-top       : 4px;
		margin-bottom    : 2px;
		padding-left     : 4px;
		padding-right    : 4px;
		background-color : #CCCCCC;
		font-family      : Verdana,Arial,Helvetica,sans-serif;
		font-size		 : 16px;
		color            : #666666;
	}

	.portrait
	{
		 border			 : 2px solid;
		 width			 : 240px;
		 height			 : 320px;
		 align			 : left;
		 hspace			 : 5;
		 vspace			 : 5;
	}
	
	.landscape
	{
		 border			 : 2px solid;
		 width			 : 320px;
		 height			 : 240px;
		 align			 : left;
		 hspace			 : 5;
		 vspace			 : 5;
	}
	
	a:link {
		color           : #6666AA;
		text-decoration : none;
	}
	
	a:visited {
		color           : #6666AA;
		text-decoration : none;
	}
	
	a:hover {
		color           : #000000;
		text-decoration : underline;
	}

