
span.bug_notice {
	font-size: 80%;
	color	:red;
}
/**************************************************************/
/**************************************************************/
/**************************************************************/

.b {
	font-weight	:bold;
}

.text_underline {
	text-decoration	:underline;
}

.alignToLeft {
	text-align	:left;
}

.alignToRight {
	text-align	:right;
}

.alignCenter {
	text-align	:center;
}

.justify {
	text-align	:justify;
}

.margin_top_half {
	margin-top	:0.5em;
}
.margin_top_single {
	margin-top	:1em;
}

.margin_top_one_and_half {
	margin-top	:1.5em;
}

.margin_bottom_half {
	margin-bottom	:0.5em;
}
.margin_bottom_single {
	margin-bottom	:1em;
}

.margin_top_double {
	margin-top	:2em;
}

/**************************************************************/
/**************************************************************/
/**************************************************************/

a {
/*	text-decoration : none; */
	border		: 0;
}

span.pseudolink {
	cursor		: pointer; 
	text-decoration	: underline; 
	color		: navy;	
}

a:link {color:navy;}     /* unvisited link */
a:visited {color:navy;}  /* visited link */
a:hover {color:navy;background-color : #cccccc;}   /* mouse over link */
a:active {color:navy;}   /* selected link */

a.horiz_menu {border		: 0; }
a.horiz_menu:link {color:navy;}     /* unvisited link */
a.horiz_menu:visited {color:navy;}  /* visited link */
a.horiz_menu:hover {color:navy;background-color : #cccccc;}   /* mouse over link */
a.horiz_menu:active {color:navy;}   /* selected link */

a.child_menu {border		: 0; text-decoration: none; background-color : transparent;}
a.child_menu:link {color:navy; background-color : transparent;}     /* unvisited link */
a.child_menu:visited {color:navy; background-color : inherit; background-color : transparent;}  /* visited link */
a.child_menu:hover {color:navy; font-weight: bold; background-color : transparent;}   /* mouse over link */
a.child_menu:active {color:navy;}   /* selected link */

a.reduj_a { color: red; }
a.reduj_a:link { color:red;}     /* unvisited link */
a.reduj_a:visited {color:red;}  /* visited link */
a.reduj_a:hover {color:red;background-color : yellow;}   /* mouse over link */
a.reduj_a:active {color:red;}   /* selected link */

a.neutral_img { border		: 0; }
a.neutral_img:link {	color:navy;}     /* unvisited link */
a.neutral_img:visited {color:navy;}  /* visited link */
a.neutral_img:hover { color:navy;background-color : white;}   /* mouse over link */
a.neutral_img:active {color:navy;}   /* selected link */

a.seoa:link {color:#f0f0f0; font-size: 5px;}
a.seoa:visited {color:#f0f0f0; font-size: 5px;}
a.seoa:hover {color:#f0f0f0;background-color : transparent; font-size: 5px;}
a.seoa:active {color:#f0f0f0; font-size: 5px;} 
