html { font-size: 100%; /* IE hack to let font-size cascade */ }
table { font-size: 100%; /* IE hack to let font-size cascade */ }

body {
	color: Black;
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
    text-decoration: none;
	font-size: 0.70em;
	position: absolute;
	left: 2%;
	right: 2%;
}

.toparrow { left: 27px; position: relative; text-align:left; }	
.tableheading { text-align: left; margin-left: 50px; margin-right: 250px; margin-bottom:0px; padding-left:10px; padding-top: 2px; padding-bottom: 2px; font-size: 150%; color: white; background-color: #10338c;}


A {
	color: Black;
	text-decoration: none;
    font-family: Arial, Helvetica, sans-serif; 
	font-smooth: always;
}

/*A img {  border: 0px solid black; border: hidden; }*/

img { border: 0px solid white; border: hidden;}

a.menulist {
	font-size:105%; 
	font-variant:small-caps;
}	


A:HOVER {
	/*color: #10338c;*/
	text-decoration: none;
    font-family: Arial, Helvetica, sans-serif; 
	cursor:pointer;
	background:transparent;  /* IE hack to let hover backgrounds ignore images */ 	
	color: #ccccff;
}

/*
a:hover img { border: 1px dotted white; }

a:hover.textlink span {
	//
	// CSS Hack -- use this class with any anchor 
	// so images dont gain unwanted background colors
	//
	text-decoration: underline;
	background-color:#FCC;
} 
*/

/*
a:hover.amenuitem {
// Empty for now 
}
*/

.amenuitem { 
	font-size: 100%;
	font-variant: small-caps;
	display: block;
	margin-top: 4px;
	margin-left: 2px;
	color: white;
}

a.amenuitem {	font-variant: small-caps;}

.asubmenuitem { 
	font-size: 90%;
	margin-left: 1em;
	display: block;
	color: white;
}


h1 { font-size: 173%; color: #33c; }

h2 { font-size: 150%; color: #66f; }


h3 { font-size: 130%; }

h4 { font-size: 120%; }

h5 { font-size: 110%; }

h6 { font-size: 105%; }


TABLE { 
    border-collapse: collapse;
    border: 5px solid #10338c; 
	width:610px;
	table-layout: auto;
}

.docbodytable {
	border: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	background: none;
}

*#col1 { border: 3px solid black; }
TD { border: 1px solid black; }
TH { border: 2px solid #6c63a6; padding: 2px; vertical-align: bottom; font-weight:bolder; }


TD.menutd { 
	border: none; 
	padding: 10px;
	text-align: right; 
	width: 200px; 
	vertical-align:top; 
	padding-top: 50px;
	position: fixed;
	left: 0px;
}


TD.layouttd { 
	border: none; 
	padding: 10px;
	left: 250px;
	position: relative;

}

TD.righttd { 
	border: none; 
}


/* Spec tables */
TABLE.spec_table {
	width: 600px;
	border: 2px solid black;
	vertical-align: text-bottom;
}

TABLE.invisibletable {
	border: 0px solid black;
	border-style: hidden;
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-align: center;
	table-layout:fixed;
	color: black;
}

TH.invisiblecell {
	border: 0px solid black;
	border-style: hidden;
	vertical-align: bottom;
}
TD.invisiblecell {
	border: 0px solid black;
	border-style: hidden;
	vertical-align: bottom;
}

.spec_heading {
	background-color:#FF6633;
	color: Black;
	text-align: center;
	width: 100%;
	padding: 5px;	
	font-size: 170%;
}

.spec_whiterow {
	background-color: white;
	color: black;
	text-align: center;
	padding: 5px;	
}

.spec_yellowrow {
	background-color:#FFCC66;
	color: black;
	text-align: center;	
	padding: 5px;
}
/* End spec tables */


/* Embedded image backgrounds */
.embedaficionado {
	width:550px;
	height:772px;
	background:url(/lap/lapimages/TheRealAficionado_bgnd.jpg) top;
}
	

/* End Embedded image backgrounds */

.highlight {
	color: red;
}

