
.Heading
{
    font-family:Tahoma;
    font-size:14pt;
}

.Content
{
    font-family:Tahoma;
    font-size:8.5pt;
    
}

.Clink
{
	font-weight: normal;
	font-size: 8.5pt;
	color: white;
	font-family: Tahoma;
	text-decoration: none;
	text-align:center;
}	

.Clink:Link
{
	font-weight: normal;
	color: white;
	font-family: Tahoma;
	text-decoration: none;
	text-align:center;
	font-size: 8.5pt;
	
}	

.Clink:hover
{
	font-weight: normal;
	font-size: 8.5pt;
	font-family: Tahoma;
	text-decoration: underline;
	text-align:center;
	color: white;
	
}	

#progressBackgroundFilter {
    position:fixed; 
    top:0px; 
    bottom:0px; 
    left:0px;
    right:0px;
    overflow:hidden; 
    padding:0; 
    margin:0; 
    background-color:#000; 
    filter:alpha(opacity=50); 
    opacity:0.5; 
    z-index:1000;     
}

#processMessage 
{ 
    position:fixed; 
    top:30%; 
    left:43%;
    padding:10px; 
    width:14%; 
    z-index:1001; 
    background-color:#fff;
    border:solid 1px #000;
}

#uploadBackgroundFilter /* === */
{
    position:fixed; 
    top:0px; 
    bottom:0px; 
    left:0px;
    right:0px;
    overflow:hidden; 
    padding:0; 
    margin:0; 
    background-color:#000; 
    filter:alpha(opacity=50); 
    opacity:0.5; 
    z-index:1000;     
}

#uploadDiv /* === */
{ 
    position:fixed; 
    top:10%; 
    left:30%;
    padding:10px; 
    width:10%; 
    z-index:1001; 
    background-color:#fff;
    border:solid 1px #000;
}