/* Generic styling */
body		{	background-color : #CDD3DF ;
			background-image: url(bg.gif);
			background-repeat: no-repeat;
			background-position: top right;
			color : #000000 ;
			font-family : Verdana, Arial, Helvetica, sans-serif ;
			font-size : 12px ;
			margin-top : 10px ;
			margin-bottom : 10px ;
			margin-left : 5px ;
			margin-right : 5px ; }

b, strong	{	font-weight : bold ; }

cite		{	font-style : normal ; }

i, em		{	font-style : italic ; }

u		{	text-decoration : underline ; }

hr		{	color : #000000 ;
			height : 1px ; }

h1		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 20px ;
			color : #000000 ;
			margin-bottom : 5px ; }

h2		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 18px ; }

h3		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 15px ; }

h4		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 13px ; }

h5		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 13px ;
			margin-left : 10px ; }

h6		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 13px ;
			margin-left : 20px ; }

code		{	font-family : Courier, "Courier New", fixed-width, monospace ;
			font-size : 100% ; }

pre		{	font-family : Courier, "Courier New", fixed-width, monospace ;
			font-size : 9px ; }

td		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 12px ; }

input, select, textarea { 
    			font-family : Arial, Helvetica, sans-serif ;
			font-size : 11px ;
			color : #000000 ; }

#PhotoDetail	{	background-color : #77A8C9 ; }

#PhotoDetail a	{	padding : 15px 10px ;
			margin : 5px 0px ;
			line-height : 16px;
			font-size : 12px ; }

#PhotoDetail p	{	padding : 10px ; }

/* All link styles */

a img		{	border-color : #666666 ;
			margin-right: 5px; }

a:link		{	text-decoration : none ;
			color : #666666 ; }

a:visited	{	text-decoration : none ;
			color : #999999 ; }

a:hover		{	text-decoration : none ;
			color : #000099 ; }


#PhotoDetail a:link
		{	text-decoration : none ;
			font-weight : bold ;
			color : #CDD3DF ; }

#PhotoDetail a:visited
		{	text-decoration : none ;
			font-weight : bold ;
			color : #CDD3DF ; }

#PhotoDetail a:hover
		{	text-decoration : none ;
			font-weight : bold ;
			background-color : #999999 ;
			color : #CDD3DF ; }

