/*
Style Sheet for xxx
Summer 2001
Daniela Penati -- dpenati@marcole.com
*/

/* Begin General Site Styles for Blue Registry */

/* Body Tag Style */
body { 
	background:#000000;
	font-family:"Verdana", "Arial", "Helvetica", sans-serif;
	color:#FFFFFF;
}
a:link {  
	color:#8C8263;
	text-decoration:none;
}
a:visited { 
	color:#CCCCCC;
	text-decoration:none;
}
a:active { 
	color:#8C8263;
	text-decoration:none;
}
a:hover { 
	text-decoration:underline;
	background-color: #FF9900;
}


/* Text Style and Tags */
p { 
	font-size:10px;  
	line-height:12px;  
	font-style:normal;  
	font-weight:normal; 
}
b {  
	font-weight:bold; 
}
i { 
	font-style:italic; 
}

/******************************************
 ALIGNMENT STYLES
 ******************************************/
 
#right { text-align:right; }

#top { vertical-align:top; }	

#center { text-align:center; }

#bottomRight {  
	text-align:right;
	vertical-align:bottom;
}

#centerTable {  
	text-align:center;
	vertical-align:middle;
}

#topR {  
	text-align:right;
	vertical-align:top;
}

#bottom {  
	vertical-align:bottom;
}


/******************************************
 COLOR BKG STYLES
 ******************************************/ 
 /* (_bkg color of T.C.01) */
.white { 
	background:#FFFFFF;
}
.black { 
	background:#000000;
}
/* color M */
.c01 { 
	background:#8C8263;
}
/* color L */
.c02 { 
	background:#DECE9D;
}
/* End General Site Styles */