/* CSS Document */

/* for flickr viewer
/* hide from ie on mac \*/
	html {
		height: 100%;
		/*overflow: hidden;*/
	}
	
	#flashcontent {
		height: 85%;
	}
	/* end hide */
/* end flickr viewer */

/* main settings */
body,td,th {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #9fbbd5;
}
body {
	background-color: #212121;
}
.stylePFA10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #f6f1c2;
}
.stylePFAHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #9fbbd5;
}
.stylePFAFine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9fbbd5;
}
a:link {
	color: #f6f1c2;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #f6f1c2;
}
a:hover {
	text-decoration: underline;
	color: #f6f1c2;
}
a:active {
	text-decoration: none;
	color: #f6f1c2;
}
/* end main settings */

/* cool form Buttons */
input.btn{
   color:#000000;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:100%;
   font-weight:bold;
   background-color:#979797;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#979797',EndColorStr='#ffffff');
}
/* end cool form Buttons */


/* Flickr viewer */
.vlarge {
	font-size: 14px;
}

.vsmall {
	margin-left: 8%;
	font-size: 10px;
}
/* end flickr viewer */
