img{
	border: none;
}

A:link{
	text-decoration: none; 
	font-family:Arial; 
	color:#800080;
}
A:visited{
	text-decoration: none; 
	font-family:Arial; 
	color:#800080;
}
A:active{
	text-decoration: none; 
	font-family:arial; 
	color:#0000FF;	
} 
A:hover{
	text-decoration: underline; 
	font-family:arial;
	color:#0000FF;	
} 

hr{
	border: 1px solid navy;
	width:80%;
}

/* class used to decorate body elements in side menus throughout the page*/
.linkbody{
	background-image:none;
	background-color:#669CC1;
	color:#003366; font-family:Arial; font-size:11pt
}

/* class used to decorate body elements in sites in english*/
.engbody{
	background-image:url(/img/Back.jpg);
	background-repeat:repeat-y;
	background-attachment: fixed;
	color:#000033;
	font-family: arial;
	font-size:13px;
}

/* class used to decorate body elements whenever body class is not defined*/
body{
	background-image:url('/img/Back.jpg');
	background-repeat:repeat-y;
	background-attachment: fixed;
	color:#000033;
	font-family: Arial;
	background-color:#B8E9EE; font-size:11pt
}

/* finally for files with their own bodies defined*/
.nostyle{
	background-image:none;	
}


/*h1 is used as a general title for a subpage*/
h1{
	font-family:arial;
	font-size:18px;
	color:#000033;
	font-weight:bold;
}

td{
}

.contenttable{
	border-style:solid; border-width:0; width: 850px;	
	padding: 5px
}

