	/* begin body type */	/* 1 - humanist sans a */

BODY	{	
	font-size:	1em;
	font-weight:	normal;
	word-spacing:	normal;
	letter-spacing:	normal;
        color: #000000;
	background-color: #999999;
        text-align: center;
        text-transform:	none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; /* from MagicStyles */
	font-size-adjust:	.58;
	}	

P, BLOCKQUOTE, UL, OL, DL, DD, LI, DIR, MENU	{	
	/* inherit from body */	
	}	

.SMALL	{
	font-size: .76em; /*not really necessary, but one never knows...use it inline with a <span> class*/
	font-style: italic;
}	

BIG	{	
	font-size:	1.17em;	/*to emphasize words, use it inline with a <span> class*/ 
	}	

PRE	{	
	font-family:	'Monotype.com', Courier New, monospace;
	}	

OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

TABLE, TBODY, TR, TD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family:	Verdana, Myriad Web, Syntax, sans-serif;
	font-size-adjust:	.58;
	}	

	/* end body type */	




	/* begin header type */	/* 1 - humanist sans a */
		
H1	{	
	font-family : Georgia, "MS Serif", "New York", serif;
	font-size-adjust:	.53;
	font-size:	2em;
	font-weight:	900;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
        text-shadow: #B0C4DE 2px 2px 1px; /* from MagicStyles */
	}	
		
H2	{	
	font-family : Georgia, "MS Serif", "New York", serif; /* from MagicStyles */
	font-size-adjust:	.53;
	font-size:	1.75em;
	font-weight:	900;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	text-shadow: #B0C4DE 2px 2px 1px; /* from MagicStyles */
	}	
		
H3	{	
	font-family : Georgia, "MS Serif", "New York", serif; /* from MagicStyles */
	font-size-adjust:	.53;
	font-size:	1.58em;
	font-weight:	900;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	text-shadow: #B0C4DE 2px 2px 1px; /* from MagicStyles */
	}	
		
H4	{	
	font-family : Georgia, "MS Serif", "New York", serif; /* from MagicStyles */
	font-size-adjust:	.53;
	font-size:	1.33em;
	font-weight:	900;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	text-shadow: #B0C4DE 2px 2px 1px; /* from MagicStyles */
	}	
		
H5, DT	{	
	font-family : Georgia, "MS Serif", "New York", serif; /* from MagicStyles */
	font-size-adjust:	.53;
	font-size:	1.17em;
	font-weight:	900;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	text-shadow: #B0C4DE 2px 2px 1px; /* from MagicStyles */
	}	
		
H6	{	
	font-family : Georgia, "MS Serif", "New York", serif; /* from MagicStyles */
	font-size-adjust:	.53;
	font-size:	1em;
	font-weight:	900;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	text-shadow: #B0C4DE 2px 2px 1px; /* from MagicStyles */
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family:	Verdana, Myriad Web, Syntax, sans-serif;
	font-size-adjust:	.53;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family:	Verdana, Myriad Web, Syntax, sans-serif;
	font-size-adjust:	.53;
	}	
		
HR	{	
	visibility:	hidden;
	}	
		
	/* end header type */	




	/* begin affordances */	/* 1 - blue orange */
		
A, ADDRESS, BLOCKQUOTE, BODY, CITE, CODE, DD, DEL, DFN,		
DIV, DL, DT, EM, FORM, H1, H2, H3, H4, H5, H6, IFRAME, IMG, KBD,		
LI, OBJECT, OL, P, Q, SAMP, SMALL, SPAN, STRONG, SUB, SUP, UL, VAR, 		
APPLET, BIG, CENTER, DIR, FONT, HR, MENU, PRE,		
ABBR, ACRONYM, BDO, BUTTON, FIELDSET, INS, LABEL	{	
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	text-decoration: none;
        text-color: #000000;
	border-style:	none;
	}	
		
BODY	{
	color: #CC6666;
	background-color: #999999;
        text-align: center;
}	
		
EM	{	
	font-style:	normal;
	font-weight:	900;
	}	
		
STRONG	{	
	font-style:	normal;
	background:	transparent;
	font-weight:	bold;
	color:	black;
	}	
		
EM STRONG, STRONG EM	{	
	text-transform:	uppercase;
	font-style:	normal;
	font-weight:	bolder;	/*NN 4.xx needs that...*/ 
	background:	transparent;
	color:	black;
	}	

B	{
	font-weight:	bold;	/*NN 4.xx needs that...*/ 
	}
	
I	{
	font-style:	italic;
	}
		
.warning	{	
	text-transform:	none;
	font-style:	normal;
	font-weight:	bolder;
	background:	yellow;
	color:	black;
	}	
		
DEL	{	
	text-decoration:	line-through;
	background:	#F66;
	}	
		
INS	{	
	text-decoration:	none;
	background:	yellow;
	}	
		
VAR, CITE, DFN, .note	{	
	font-style:	italic;
	}	
		
ADDRESS	{	
	font-style:	normal;
	letter-spacing:	.1em;
	}	
		
ACRONYM	{	
	font-variant:	small-caps;
	letter-spacing:	0.1em;
	}	
		
H1, H2, H3, H4, H5, H6, DT, TH, THEAD, TFOOT	{	
	color:	#CC6666;
	background:	transparent;
	}	
		
HR	{	
	color:	#036;
	}	
		
#colophon	{	
	display:	none;
	}	
		
COL, COLGROUP, TABLE, TBODY, TD, TR	{	
	color:	black;
	text-decoration:	none;
	border-color:	black;
	border-style:	none;
	background:	white;
	}	
		
A:link	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	#F30;
	background: transparent;
	}	
		
A:visited	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	#996;
	background: transparent;
	}	
		
A:active	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	#F30;
	background: transparent;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	#F30;
	background: transparent;
	}	
		
A.offsite	{	
	text-decoration:	none;
	font-weight:	normal;
	color:	#C30;
	background: transparent;
	}	
		
	/* end affordances */

	/* begin vertical */	/* 1 - pentatonic a */
		
A, ADDRESS, BLOCKQUOTE, CITE, CODE, DD, DEL, DFN,		
DIV, DL, DT, EM, FORM, H1, H2, H3, H4, H5, H6, IFRAME, IMG, KBD,		
LI, OBJECT, OL, P, Q, SAMP, SMALL, SPAN, STRONG, UL, VAR, 		
APPLET, B, BIG, CENTER, DIR, FONT, HR, I, MENU, PRE, S, STRIKE, TT,		
U, ABBR, ACRONYM, BDO, BUTTON, FIELDSET, INS, LABEL	{	
	margin-top:	0;
	margin-bottom:	0;
	padding-top:	0;
	padding-bottom:	0;
	border-top:	0;
	border-bottom:	0;
	vertical-align:	baseline;
	}
	
SUB, SUP {
	font-size: small;
}
		
BODY	{	
	line-height:	1.58em;
	}	
		
DIV > P:first-child, BODY > P:first-child, TD > P:first-child	{	
	margin-top:	.75em;
	margin-bottom:	.75em;
	padding-top:	0;
	padding-bottom:	0;
	border-top:	0;
	border-bottom:	0;
	}	
		
H1 + P, H2 + P, H3 + P, H4 + P, H5 + P, H6 + P, DIV + P, P.initial	{	
	margin-top:	.75em;
	margin-bottom:	.75em;
	padding-top:	0;
	padding-bottom:	0;
	border-top:	0;
	border-bottom:	0;
	}	
		
H1, H2, H3, H4, H5, H6	{	
	line-height:	1.33em;
	}	
		
H1	{	
	margin-top:	1.33em;
	margin-bottom:	.33em;
	padding-top:	0;
	padding-bottom:	0;
	border-top:	0;
	border-bottom:	0;
	}	
		
H2	{	
	margin-top:	1.75em;
	margin-bottom:	.33em;
	padding-top:	0;
	padding-bottom:	0;
	border-top:	0;
	border-bottom:	0;
	}	
		
H3	{	
	margin-top:	1.58em;
	margin-bottom:	.33em;
	padding-top:	0;
	padding-bottom:	0;
	border-top:	0;
	border-bottom:	0;
	}	
		
H4	{	
	margin-top:	1.33em;
	margin-bottom:	.33em;
	padding-top:	0;
	padding-bottom:	0;
	border-top:	0;
	border-bottom:	0;
	}	
		
H5	{	
	margin-top:	1.17em;
	margin-bottom:	.33em;
	padding-top:	0;
	padding-bottom:	0;
	border-top:	0;
	border-bottom:	0;
	}	
		
H6	{	
	margin-top:	1em;
	margin-bottom:	.33em;
	padding-top:	0;
	padding-bottom:	0;
	border-top:	0;
	border-bottom:	0;
	}	
		
P	{	
	margin-top:	.75em;
	margin-bottom:	.75em;
	padding-top:	0;
	padding-bottom:	0;
	border-top:	0;
	border-bottom:	0;
	}	
		
BLOCKQUOTE, FIELDSET, FORM, UL, OL, DL, DIR, MENU	{	
	margin-top:	.75em;
	margin-bottom:	.75em;
	padding-top:	0;
	padding-bottom:	0;
	border-top:	0;
	border-bottom:	0;
	}	
		
DT	{	
	margin-top:	0;
	margin-bottom:	0;
	padding-top:	0;
	padding-bottom:	0;
	border-top:	0;
	border-bottom:	0;
	}	
		
DD	{	
	margin-top:	0;
	margin-bottom:	.75em;
	padding-top:	0;
	padding-bottom:	0;
	border-top:	0;
	border-bottom:	0;
	}	
		
UL UL, OL OL, LI ADDRESS, LI DL, LI OL, LI P, LI UL, LI DIR, LI HR, LI MENU, LI PRE, LI H1, LI H2, LI H3, LI H4, LI H5, LI H6, DD ADDRESS, DD DL, DD OL, DD P, DD UL, DD DIR, DD HR, DD MENU, DD PRE, DD H1, DD H2, DD H3, DD H4, DD H5, DD H6	{	
	margin-top:	0;
	margin-bottom:	0;
	padding-top:	0;
	padding-bottom:	0;
	border-top:	0;
	border-bottom:	0;
	}	
		
LI	{	
	margin-top:	0;
	margin-bottom:	0;
	padding-top:	0;
	padding-bottom:	0;
	border-top:	0;
	border-bottom:	0;
	}	
		
ADDRESS	{	
	margin-top:	1.58em;
	margin-bottom:	1.58em;
	padding-top:	0;
	padding-bottom:	0;
	border-top:	0;
	border-bottom:	0;
	}	
		
PRE	{	
	margin-top:	.75em;
	margin-bottom:	.75em;
	padding-top:	0;
	padding-bottom:	0;
	border-top:	0;
	border-bottom:	0;
	line-height:	1.25em;
	}	
		
HR	{	
	margin-top:	.75em;
	margin-bottom:	.75em;
	padding-top:	0;
	padding-bottom:	0;
	border-top:	0;
	border-bottom:	0;
	height:	1px;
	}	
		
DIV, CENTER	{	
	margin-top:	0;
	margin-bottom:	0;
	padding-top:	0;
	padding-bottom:	0;
	border-top:	0;
	border-bottom:	0;
	}	
		
.subhead	{	
	margin-top:	.75em;
	margin-bottom:	.75em;
	padding-top:	0;
	padding-bottom:	0;
	border-top:	0;
	border-bottom:	0;
	}	
		
.stb	{	
	margin-top:	2.17em;
	margin-bottom:	.75em;
	padding-top:	2.17em;
	padding-bottom:	0;
	border-top:	0;
	border-bottom:	0;
	border-style:	solid
	}	
		
.mtb	{	
	margin-top:	3.08em;
	margin-bottom:	.75em;
	padding-top:	3.08em;
	padding-bottom:	0;
	border-top:	.1em;
	border-bottom:	0;
	border-style:	solid
	}	
		
.ltb	{	
	margin-top:	4.34em;
	margin-bottom:	.75em;
	padding-top:	4.34em;
	padding-bottom:	0;
	border-top:	.25em;
	border-bottom:	0;
	border-style:	solid
	}	
		
COL, COLGROUP, TABLE, TBODY, TD, TFOOT, TH, THEAD, TR	{	
	margin-top:	0;
	margin-bottom:	0;
	padding-top:	0;
	padding-bottom:	0;
	border-top:	0;
	border-bottom:	0;
	}	
		
TD, TH	{	
	line-height:	1.33em;
	}	
		
	/* end vertical */	

	/* begin horizontal */	/* 1 - compact */
		
A, ADDRESS, BLOCKQUOTE, CITE, CODE, DD, DEL, DFN,		
DIV, DL, DT, EM, FORM, H1, H2, H3, H4, H5, H6, IFRAME, IMG, KBD,		
LI, OBJECT, OL, P, Q, SAMP, SMALL, SPAN, STRONG, UL, VAR, 		
APPLET, B, BIG, CENTER, DIR, FONT, HR, I, MENU, PRE, S, STRIKE, TT,		
U, ABBR, ACRONYM, BDO, BUTTON, FIELDSET, INS, LABEL	{	
	margin-left:	0;
	margin-right:	0;
	padding-left:	0;
	padding-right:	0;
	border-left:	0;
	border-right:	0;
	text-align:	center;
	float:	none;
	clear:	none;
	list-style-position:	outside;
	}

IMG {
        border-color: #000000;
     }	
		
ADDRESS, BLOCKQUOTE, DL, FIELDSET, FORM, OL, 		
P, UL,  DIR, HR, MENU, PRE	{	
	margin-left:	0;
	margin-right:	0;
	padding-left:	0;
	padding-right:	0;
	border-left:	0;
	border-right:	0;
	}	
		
DIV > P:first-child, BODY > P:first-child, TD > P:first-child	{	
	margin-left:	0;
	margin-right:	0;
	padding-left:	0;
	padding-right:	0;
	border-left:	0;
	border-right:	0;
	text-align:	left;
	text-indent:	0;
	}	
		
H1 + P, H2 + P, H3 + P, H4 + P, H5 + P, H6 + P, DIV + P, P.initial	{	
	margin-left:	0;
	margin-right:	0;
	padding-left:	0;
	padding-right:	0;
	border-left:	0;
	border-right:	0;
	text-align:	left;
	text-indent:	0;
	}	
		
H1	{
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	border-left: 0;
	border-right: 0;
	text-align: center;
}	
		
H2	{
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	border-left: 0;
	border-right: 0;
	text-align: center;
}	
		
H3	{	
	margin-left:	0;
	margin-right:	0;
	padding-left:	0;
	padding-right:	0;
	border-left:	0;
	border-right:	0;
	text-align:	left;
	}	
		
H4	{	
	margin-left:	0;
	margin-right:	0;
	padding-left:	0;
	padding-right:	0;
	border-left:	0;
	border-right:	0;
	text-align:	left;
	}	
		
H5	{	
	margin-left:	0;
	margin-right:	0;
	padding-left:	0;
	padding-right:	0;
	border-left:	0;
	border-right:	0;
	text-align:	left;
	}	
		
H6	{	
	margin-left:	0;
	margin-right:	0;
	padding-left:	0;
	padding-right:	0;
	border-left:	0;
	border-right:	0;
	text-align:	left;
	}	
		
P	{	
	margin-left:	0;
	margin-right:	0;
	padding-left:	0;
	padding-right:	0;
	border-left:	0;
	border-right:	0;
	text-indent:	0;
	}	
		
BLOCKQUOTE	{	
	margin-left:	1.58em;
	margin-right:	0;
	padding-left:	0;
	padding-right:	0;
	border-left:	0;
	border-right:	0;
	}	
		
ADDRESS	{	
	margin-left:	0;
	margin-right:	0;
	padding-left:	0;
	padding-right:	0;
	border-left:	0;
	border-right:	0;
	}	
		
PRE	{	
	margin-left:	0;
	margin-right:	0;
	padding-left:	0;
	padding-right:	0;
	border-left:	0;
	border-right:	0;
	}	
		
LI	{	
	margin-left:	3.16em;
	margin-right:	0;
	padding-left:	0;
	padding-right:	0;
	border-left:	0;
	border-right:	0;
	}	
		
DT	{	
	margin-left:	0;
	margin-right:	0;
	padding-left:	0;
	padding-right:	0;
	border-left:	0;
	border-right:	0;
	}	
		
DD	{	
	margin-left:	1.58em;
	margin-right:	0;
	padding-left:	0;
	padding-right:	0;
	border-left:	0;
	border-right:	0;
	}	
		
UL UL, OL OL, LI ADDRESS, LI DL, LI OL, LI P, LI UL, LI DIR, LI HR, LI MENU, LI PRE, LI H1, LI H2, LI H3, LI H4, LI H5, LI H6, DD ADDRESS, DD DL, DD OL, DD P, DD UL, DD DIR, DD HR, DD MENU, DD PRE, DD H1, DD H2, DD H3, DD H4, DD H5, DD H6	{	
	margin-left:	0;
	margin-right:	0;
	padding-left:	0;
	padding-right:	0;
	border-left:	0;
	border-right:	0;
	}
			
HR	{	
	margin-left:	0;
	margin-right:	0;
	padding-left:	0;
	padding-right:	0;
	border-left:	0;
	border-right:	0;
	text-align:	left;
	width:	100%;
	}	
		
CENTER	{
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	border-left: 0;
	border-right: 0;
	text-align: center;
}	
		
COL, COLGROUP, TABLE, TBODY, TD, TFOOT, TH, THEAD, TR	{	
	margin-left:	0;
	margin-right:	0;
	padding-left:	0;
	padding-right:	0;
	border-left:	0;
	border-right:	0;
	float:	none;
	clear:	none;
	}	
		
TABLE	{	
	text-align:	left;
	}	
		
TD	{	
	text-align:	left;
	}	
		
TH	{	
	text-align:	left;
	}	
		
CAPTION	{	
	text-align:	left;
	}	
		
	/* end horizontal */	

	/* begin body box */	/* 1 - 'em-based symmetric a' */

BODY	{
	margin-top:	1.58em;
	margin-left:	1.58em;
	margin-right:	1ex;
	margin-bottom:	1.58em;
	padding-top:	0;
	padding-left:	0;
	padding-right:	0;
	padding-bottom:	0;
	border-top:	0;
	border-left:	0;
	border-bottom:	0;
	border-right:	0;
	width:	auto;
	}
	/* end body box */
	
	/* from MagicStyles */

FORM {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000080;
	background: #DDFF99;
	border: 2px solid #3499CC;
	margin-left: 50px;
	padding: 3px;
	width: 400px;
}

INPUT, TEXTAREA {
	font-family: Georgia, "MS Serif", "New York", serif;
	padding: 2px;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #3499CC;
	border: inset 1px #C71585;
}

SELECT, OPTION {
	font-family: "MS Serif", Georgia, "New York", serif;
	padding: 2px;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #008080;
	border: outset 1px #adff2f;
}
	
.Header {
    margin-top: 0px;
    margin-left: 135px;
    letter-spacing: 1.5px;
    border-color: #999999;
	  border-width: 0 1px 1px 0;
	  border-style: solid;
    background-color: Fuchsia;
    color: #000088;
    padding: 4px;
    }
    
.Header H1 {
	font-family : Georgia, "MS Serif", "New York", serif;
	text-shadow: #B0C4DE 2px 2px 1px;
	margin: 0px;
  }
        
.Navigation {
    position:absolute;/*The navigation on the left side, positioned absolutely*/
    top: 0px;
	  left: 5px;
    width: 126px;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height : 110%;/*line-height set to 110% in order to have the navigation elements better separated*/
    }
   
.Content {/*this is the main content area*/
    background: #FFFFFF;/*declare a color together with a contrasting background color*/ 
    color: #000088;/*to insure readability*/
    margin-left: 135px;/*to position the content area to the right of the navigation*/
    font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif; 
    padding: 3px;}

    
.box {/*this is a box where the bottom-navigation and the copyright will be placed*/
  background: Aqua;      
  color : #000099;
  font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 16px;
  padding : 4px;
  margin: 2px;
  border-color: #999999;
	border-width: 0 1px 1px 0;
	border-style: solid;
  text-align: center;
}

.navbox {/*some button-like boxes for the left-side navigation*/
  font-size: 14px;
  line-height: 16.5px;
  font-weight: 500;
  font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
  background-color:#F5F5F5; 
  color : #000088;
  border-color: #999999;
	border-width: 0 1px 1px 0;
	border-style: solid;
  width: 105px;
  padding: 2px;
  margin: 2px 1px;
}

.navbox2 {/*some button-like boxes for the left-side navigation*/
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
  background-color:#F5F5F5; 
  color : #000088;
  border-color: #999999;
	border-width: 0 1px 1px 0;
	border-style: solid;
  width: 90px;
  padding: 0px 2px;
  margin: 2px;
  margin-left: 16px;
}

.tagline {
  font-weight: bolder; 
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  color: #708090; 
  letter-spacing: 3px; 
  background: transparent; 
  white-space: nowrap;
  }
        
.six {font-size: 11px; color: #999999; background: transparent;}
.mit {text-align: justify;}
.red {color : #FF0000; background: #FFFFFF;}
.biggie {font-size: 1em; line-height: 1.4em;}

.rrand {float: right; padding-left: 7px;}
.lrand {float: left; padding-right: 7px;}

.outlinke { 
  margin: 0 0 0 -120px;
  font-size: 11px; 
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  background-color: #FFFFFF;
  color: #C71585; 
  }

.Kommentar {font-size: 12px; 
  font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
  color: #C71585; 
  background: #F7F7F7;}

.texta1 {
	font-family: Georgia, "MS Serif", "New York", serif;
	padding: 2px;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #3499CC;
	border: solid 1px #C71585;
}

.uno {background: #FFFF00; color: #000000;}
.due {background: #FF00FF;}
.tre {background: #FF0000;}
.qua {background: #00FF00;}

.oldbrowser {display: none;}

.skipnav {display: none;}

/* now follow the section links in the navigation bar on the left side */        

A.nav {
  color : #006699;
  text-decoration : none; 
  background: transparent; 
  display: block; 
  width: 105px;  
  }
A.nav:visited {
	color: #C71585;
	text-decoration : none;
	background: transparent;
	display: block;
	width: 105px;  
  }
A.nav:hover { color: #708090; 
  text-decoration : none; 
  background: #F8CD20;
  display: block; 
  width: 105px;
  }
A.navtot {color: #000000; 
  text-decoration: none; 
  FONT-WEIGHT: 600;
  background: transparent; 
  display: block; 
  width: 105px; 
  }/*the actual page*/

/*here is the sub-navigation*/

A.nav2 {
  color : #006699;
  text-decoration : none; 
  background: transparent; 
  display: block; 
  width: 90px;  
  }
A.nav2:visited {color: #C71585; 
  text-decoration : none;
  background: transparent;
  display: block; 
  width: 90px;  
  }
A.nav2:hover { color: #708090; 
  text-decoration : none; 
  background: #F8CD20;
  display: block; 
  width: 90px;
  }
A.navtot2 {color: #000000; 
  text-decoration: none; 
  FONT-WEIGHT: 600;
  background: transparent; 
  display: block; 
  width: 90px; 
  }/*the actual page*/

	/* from MagicStyles */


