/* Force Scroll bar Appear on FF
html { min-height: 100%; margin-bottom: 1px; }
*/

.text1{ color:#357990;
  font-family:Arial;
 font-size: 12px;
  line-height:14pt;
  }


.f1{
	color:#357990;
	font-family: Arial;
	font-weight:bold;
	font-size: 13px;
		}
.f2{
	color:#357990;
	font-family: Arial;
	font-weight:bold;
	font-size: 12px;
		} 
				}
.f3{
	color:#357990;
	font-family: Arial;
	font-size: 12px;
	line-height:16pt;
		} 
		
.f4{	
    color:#357990;
	font-family: Arial;
	font-size: 14px;
	line-height:16pt;

}
.f5{	
    color:#FD7C8E;
	font-family: Arial;
	font-size: 12px;
	line-height:16pt;

}

		
body
{

	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	text-align: center;	/* Only work for IE */
	z-index:10;
	/*
	overflow-x:hidden;
	*/
}
  
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#357990;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#357990;

}

select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#357990;
}	  

td
{
	color:#357990;
	font-family: Arial;
	font-size: 11px;

	line-height:14pt;
}
a
{
              font-size:12px
}
a
{
	text-decoration:none
}

a:link
{ 
	color:#357990;
}

a:visited
{
	color:#357990;
}

a:hover
{
	color: #4299B3;
}

a:active
{
	color:#357990;
}


.YGP_TITLE
{
	font-size: 16px;
	font-weight: bold;
}

.Flickr_Blue 
{
	color:#3399CC;
	font-family: Arial;
}

.info
{
	color:#68554C;
	background-color: transparent;
	font-size:12px;
	font-family:Arial;
	font-weight: normal; 
}

.warn   
{ 
	color: rgb(120,0,0);
	background-color: transparent;
	font-size:12px;
	font-weight: normal; 
}

.error  
{
	color: red;
	background-color: transparent;
	font-size:12px;
	font-weight: normal;
}

.input_title
{
	font-size:12px;
	font-family:Arial Narrow;
	font-weight:bold;
	color:#68554C;
}

.output_text
{
	font-size:12px;
	font-family:Arial Narrow;
	font-weight:bold;
	color:#54767F;
}

.link
{
	cursor:pointer;
}

.transparent
{
	filter:alpha (opacity=50);	/* MS Internet Explorer */ 
	filter:progid:DXImageTransform.Microsoft.Alpha (style=0, opacity=50);	/* MS Internet Explorer proprietory */ 
	-moz-opacity: 0.5; 	/* Mozilla v1.6 and below */ 
	opacity: 0.5; /* CSS-3 Standards */ 
	-khtml-opacity:.5	/* Safari */ 
	
	background-color: #ffffff;
}

.opaque
{
	filter:alpha (opacity=100);	/* MS Internet Explorer */ 
	filter:progid:DXImageTransform.Microsoft.Alpha (style=0, opacity=100);	/* MS Internet Explorer proprietory */ 
	-moz-opacity: 1; 			/* Mozilla v1.6 and below */ 
	opacity: 1; 				/* CSS-3 Standards */ 
	-khtml-opacity:1			/* Safari */ 
	
	position: relative;
}

div#container	
{
	/* This is to specify document body width + alignment */ 
	margin-left: auto;
	margin-right: auto;
	width: 1004px;
	text-align: left;
	/*border: 1px solid #000;*/
}
