html, body
	{
	font-family: "Times New Roman", Times, serif;
	height: 100%;
	margin: 0;
	padding: 0;
	}

img#bg 
	{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:80%;
	}

#content 
	{
	position:relative;
	z-index:1;
	}
	
a 
	{
	font-family: "Times New Roman", Times, serif; 
	text-decoration: none; 
	color: #0000FF;
	}

.aPage 
	{
	font-family: "Times New Roman";
	font-size: 12px;
	text-decoration: none; 
	color: #FFFFFF;
	}

.aNews 
	{
	font-family: "Times New Roman";
	font-size: 12px;
	text-decoration: none; 
	color: #333333;
	}
	
.ADownload
	{
	background-color:#666666; 
	border-style:inset; 
	border-color:#333333; 
	font-weight:bolder;
	color:#FFFFFF;
	}
	
.FontPageSelected
	{
	font-family: "Times New Roman", Times, serif, "Monotype Corsiva";
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #FF0000;
	}

.styleLogin 
	{
	font-size: 12px;
	font-style: italic;
	color: #333333;
	}

.styleLogin 
	{
	font-size: 12px;
	color: #333333;
	}

.TRHeader
	{
	background-color:#666666;
	font-weight:bold;
	color:#FFFFFF;
	font-size:14px;
	text-align:center;
	}

.PGDesc
	{
	text-align:center;
	font-size:12px;
	}

.PGName
	{
	font-weight:bold;
	font-size:14px;
	text-align:center;
	}
.PGTDAlbum
	{
	border:inset;
	text-align:center;
	}
.PGTableAlbum
	{
	/*border:inset;*/
	text-align:center;
	width::33%;
	}	
.PGTDAlbum-I
	{
	/*border:inset;*/
	text-align:center;
	width::33%;
	}	
.TRRecord
	{
	text-align:left;
	font-size:12px;
	}
	
.TableMaster
	{
	width:100%;
	font:"Times New Roman";
	font-size:12px;
	}
.StyleTableHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #999999;
}
.StyleTableBody {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	text-align:left;
	background-color:#FFFFFF
	}

.StyleTableBodyMembership {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align:left;
	background-color:#FFFFFF
	}

.TDNewsHeader
	{
	background-color:#666666;
	font-weight:bold;
	color:#FFFFFF;
	font-size:12px;
	text-align:left;
	}
.TDNewsHeaderDate
	{
	background-color:#CCCCCC;
	font-weight:bold;
	color:#666666;
	font-size:12px;
	text-align:left;
	}
.TDNewsRecord
	{
	text-align:left;
	font-size:12px;
	}
#backgroundFilter
{
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=60);
    opacity: 0.5;
    display: none;
    z-index: 1000;
    width: 100%;
    height: 100%;
}
/* POPUP WINDOW */
#popupWindow
{
	position: absolute;
	margin: auto;
	top: 42%;
    left: 42%;
    padding: 10px;
    z-index: 1005;
    display: none;
    background-color: #cccccc;
    b
	order: thick groove #666666;
	font-size: 0.8em;
	font-style:italic;
	color: #FFFFFF;
}

