/******************************************************/
/* Common Styles for all pages */
/******************************************************/
body 
{
	font-family :Arial;
	font-size:10pt;
	font-weight :normal;
	text-align: center;
}

#wrapper { text-align:left; width: 980px; margin: 0 auto;}

/******************************************************/
/* anchor hyperlinks pseudo classes*/
/******************************************************/

a:link {color:Blue}     /* unvisited link */
a:visited {color:Green}  /* visited link */
a:hover					/* mouse over link */
{
	color: #006699; 
	/*font-weight :bold ;*/
}   
a:active			    /* selected link */
{
	color: #006699;
	/*font-weight :bold ;*/
}
a {text-decoration: none}

/******************************************************/
/* button to be looked like links */
/******************************************************/
.lnkbtn
{
	cursor :hand ;
	color :Blue ;
	border-style :none ;
	border :0;
	background-color : transparent;
	text-decoration:none;
	text-align:left; 
	border-width:0; 
}
.flatbtn
{
	cursor :pointer ;
	font-family :Arial #000000   ;
	font-size :10  ;
	font-weight:bold;
	color :#000000 ;
	border-style :none ;
	background-color : transparent;
	text-align:center ; 
	border-width:0; 
}
/********* Styles for tabbed Display **************************/
.TabSelected
{
	background-color : #ffffcc;
	font-weight :bold ;
	color :Blue ;
	border-style:solid ;
	border-color : #000000 ;
	border-width :1px;
}

.TabNotSelected
{
	background-color :#808080; /*#cccccc; /*#efefef ;*/
	font-weight :bold ;
	color :#ffffff  ;
	border-style:none  ;
	border-color : lightblue ;
	border-width :0px;
}

/*Iframe*/
iframe {
height: 100%;
width: 100%;
}