/*
* This style sheet sets the general HTML with Style look
* created for 'Intranet project', Artificial-Life, Inc. 
*/
body  {
	background-color : #727272;
}
td {
      font-family :   Arial, sans-serif;
	  font-size : 10pt;
	font-weight : bold;
      color: #000000;
}

A:link  {
	color : #ffffff;
	text-decoration : none;
}

A:visited  {
color : #ffffff;
text-decoration : none;
}

A:active  {
color : #FFCB2A;
text-decoration : none;
}
a:hover	{
		color: #FFCB2A;
}
/*menu*/
.topic {
font-family :   Arial, sans-serif;
font-size : 10pt;
color : #FFAE00;
font-weight : bold;
}
.text {
font-family :  Arial, sans-serif;
font-size : 11pt;
color : #000000;
font-weight : normal;
}
.timeday {
color : #e0e0e0;
font-family :  Arial, sans-serif;
font-size : 10pt;
font-weight : bold;
}
.group {
font-family :  Arial, sans-serif;
font-size : 26pt;
color : #00FF00;
font-weight : bold;
}

.header {
font-family :   Arial, sans-serif;
font-size : 12pt;
color : #F2F072;
font-weight : bold;
}
.headergr {
font-family :  Arial, sans-serif;
font-size : 26pt;
color : #92FF72;
font-weight : bold;
}
.linkmin {
      font-family :   Arial, sans-serif;
	  font-size : 10pt;
	font-weight : normal;
     }

.tddocum {
    font-family :   Arial, sans-serif;
	font-size : 10pt;
	font-weight : normal;
    color: #000000;
	margin-top: 33px;
	margin-left: 10px;
	margin-bottom: 15px;
}
